base-specs/libgtop.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16430 1630b44703c8
child 16650 fffb95029f0f
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package libgtop 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11411
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 10523
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16430
diff changeset
     8
%define owner niall
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
    10
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
    11
%define OSR gnome.org:0
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         libgtop 
14562
94f6f67c7f2a +2008-11-05 Henry Zhang <[email protected]>
henryz
parents: 13456
diff changeset
    14
License:      GPL v2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries/GNOME
16052
05eed966d3d1 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
    16
Version:      2.27.3
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Vendor:	      Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:      libgtop System Information Library
16224
8f9dc352ab49 Update download link
yippi
parents: 16052
diff changeset
    21
Source:       http://ftp.gnome.org/pub/GNOME/sources/libgtop/2.27/libgtop-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
URL:          http://www.gnome.org
9937
721a2c20b82c Add bugzilla info.
dcarbery
parents: 9929
diff changeset
    23
# The G_GNUC_INTERNAL portions of the 01-solaris patch are in bugzilla 440678.
15477
8736bfbb659a 2009-03-23 Niall Power <[email protected]>
niall
parents: 15279
diff changeset
    24
#owner:niall date:2006-11-15 type:feature
8736bfbb659a 2009-03-23 Niall Power <[email protected]>
niall
parents: 15279
diff changeset
    25
#This patch makes libgtop run on Solaris
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Patch1:       libgtop-01-solaris.diff
15495
d3db4a4459ab 2009-03-24 ghee teo <[email protected]>
gheet
parents: 15477
diff changeset
    27
#owner:bandy date:2009-03-24 type:bug bugzilla:548095 doo:3402
d3db4a4459ab 2009-03-24 ghee teo <[email protected]>
gheet
parents: 15477
diff changeset
    28
Patch2:       libgtop-02-link.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Docdir:       %{_defaultdocdir}/dir
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define glib2_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Requires:	glib2 >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires:	glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires:	libgnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
BuildRequires:	libgnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
libgtop is a library that fetches information about the running system such as
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
cpu and memory usage, active processes etc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
On Linux systems, these information are taken directly from the /proc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
filesystem while on other systems a server is used to read those
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
information from /dev/kmem or whatever.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Summary:      libgtop System Information Development Library
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Group:        Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires:     %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires:     glib2-devel >= %{glib2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
libgtop is a library that fetches information about the running system such as
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
cpu and memory usage, active processes etc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
On Linux systems, these information are taken directly from the /proc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
filesystem while on other systems a server is used to read those
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
information from /dev/kmem or whatever.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%patch1 -p1
15495
d3db4a4459ab 2009-03-24 ghee teo <[email protected]>
gheet
parents: 15477
diff changeset
    65
%patch2 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
11431
fccfd472dafe 2008-01-10 Damien Carbery <[email protected]>
dcarbery
parents: 11411
diff changeset
    79
aclocal $ACLOCAL_FLAGS -I .
16052
05eed966d3d1 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
    80
autoreconf --force --install
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
CFLAG="$RPM_OPT_FLAGS"			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
./configure --prefix=%{_prefix}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
	    --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
#remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
rm $RPM_BUILD_ROOT%{_libdir}/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
rm -rf $RPM_BUILD_ROOT%{_prefix}/info
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%{_datadir}/locale/*/LC_MESSAGES/libgtop-2.0.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%{_libdir}/*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%{_includedir}/libgtop-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%{_libdir}/pkgconfig/libgtop-2.0.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%{_libdir}/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%changelog
16052
05eed966d3d1 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
   118
* Sun Jul 19 2009 - [email protected]
05eed966d3d1 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
   119
- Bump to 2.27.3.
15621
b447de05cc21 Bump to 2.26.1
davelam
parents: 15495
diff changeset
   120
* Wed Apr 15 2009 - [email protected]
b447de05cc21 Bump to 2.26.1
davelam
parents: 15495
diff changeset
   121
- Bump to 2.26.1
15495
d3db4a4459ab 2009-03-24 ghee teo <[email protected]>
gheet
parents: 15477
diff changeset
   122
* Mon Mar 24 2009 - [email protected]
d3db4a4459ab 2009-03-24 ghee teo <[email protected]>
gheet
parents: 15477
diff changeset
   123
- add libgtop-02-link.diff, fixes d.o.o#3402
15477
8736bfbb659a 2009-03-23 Niall Power <[email protected]>
niall
parents: 15279
diff changeset
   124
* Mon Mar 23 2009 - [email protected]
8736bfbb659a 2009-03-23 Niall Power <[email protected]>
niall
parents: 15279
diff changeset
   125
- Take ownership of spec file + patches
15279
a06995f8d93f 2009-03-03 Dave Lin <[email protected]>
davelam
parents: 15118
diff changeset
   126
* Mon Mar 02 2009 - [email protected]
a06995f8d93f 2009-03-03 Dave Lin <[email protected]>
davelam
parents: 15118
diff changeset
   127
- Bump to 2.26.0
15117
af63f82a8d1a 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14562
diff changeset
   128
* Tue Feb 17 2009 - [email protected]
af63f82a8d1a 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14562
diff changeset
   129
- Bump to 2.25.91
13456
b05f9bd4842b base-specs/gnome-utils.spec: Correct download URL
pale
parents: 13197
diff changeset
   130
* Tue Sep 09 2008 - [email protected]
b05f9bd4842b base-specs/gnome-utils.spec: Correct download URL
pale
parents: 13197
diff changeset
   131
- Correct download URL
b05f9bd4842b base-specs/gnome-utils.spec: Correct download URL
pale
parents: 13197
diff changeset
   132
11494
fa94717ac3e3 2008-01-21 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   133
* Mon Jan 21 2007 - [email protected]
fa94717ac3e3 2008-01-21 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   134
- Revert to 2.20.1 because of build issues and module owner choosing not to
fa94717ac3e3 2008-01-21 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   135
  bump because of dependency issues with gnome-system-monitor.
11477
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11431
diff changeset
   136
* Thu Jan 17 2007 - [email protected]
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11431
diff changeset
   137
- Bump to 2.21.5.
11431
fccfd472dafe 2008-01-10 Damien Carbery <[email protected]>
dcarbery
parents: 11411
diff changeset
   138
* Thu Jan 10 2007 - [email protected]
fccfd472dafe 2008-01-10 Damien Carbery <[email protected]>
dcarbery
parents: 11411
diff changeset
   139
- Call aclocal and autoconf to pick up the modified intltool.m4.
11411
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 10523
diff changeset
   140
* Tue Jan 08 2007 - [email protected]
08ce180f598d 2008-01-08 Damien Carbery <[email protected]>
dcarbery
parents: 10523
diff changeset
   141
- Bump to 2.20.1.
10523
81e4ba86f158 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10373
diff changeset
   142
* Wed Sep 19 2007 - [email protected]
81e4ba86f158 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10373
diff changeset
   143
- Bump to 2.20.0.
10373
d66af1973807 2007-08-27 Damien Carbery <[email protected]>
dcarbery
parents: 10175
diff changeset
   144
* Mon Aug 27 2007 - [email protected]
d66af1973807 2007-08-27 Damien Carbery <[email protected]>
dcarbery
parents: 10175
diff changeset
   145
- Bump to 2.19.92.
10175
d1e1900b8e98 2007-07-10 Damien Carbery <[email protected]>
dcarbery
parents: 10080
diff changeset
   146
* Tue Jul 10 2007 - [email protected]
d1e1900b8e98 2007-07-10 Damien Carbery <[email protected]>
dcarbery
parents: 10080
diff changeset
   147
- Bump to 2.19.5.
10080
1b69428d933e Forgot to include libgtop.spec in last commit.
dcarbery
parents: 10020
diff changeset
   148
* Tue Jun 19 2007 - [email protected]
1b69428d933e Forgot to include libgtop.spec in last commit.
dcarbery
parents: 10020
diff changeset
   149
- Bump to 2.19.4. Remove upstream patch, 02-pid_t-type.
10007
84c02c2c5fda 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9988
diff changeset
   150
* Wed Jun 06 2007 - [email protected]
84c02c2c5fda 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9988
diff changeset
   151
- Add patch, 02-pid_t-type, to fix #444815.
9988
a349549365dc 2007-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 9937
diff changeset
   152
* Tue Jun 05 2007 - [email protected]
a349549365dc 2007-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 9937
diff changeset
   153
- Bump to 2.19.3.
9929
8c01771021fc +2007-05-21 Henry Zhang <[email protected]>
henryz
parents: 9439
diff changeset
   154
* Mon May 19 2007 - [email protected]
8c01771021fc +2007-05-21 Henry Zhang <[email protected]>
henryz
parents: 9439
diff changeset
   155
- Bump to 2.19.2
9439
eae36f164729 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   156
* Mon Mar 05 2007 - [email protected]
eae36f164729 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   157
- Bump to 2.14.8.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Bump to 2.14.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Mon Jan 15 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Bump to 2.14.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Tue Dec 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- Bump to 2.14.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Thu Nov 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- add patch comments.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Tue Sep 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- Bump to 2.14.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Wed Sep 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- Bump to 2.14.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Fri Jul 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Bump to 2.14.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Wed July 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- add one patch so that libgtop can be installed at Solaris,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
  also I fix some bugs 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Fri Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Tue Jan 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Bump to 2.13.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Sun Jan 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Bump to 2.13.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
* Sat Sep 17 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- Bump to 2.12.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Bump to 2.11.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Wed Jun 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- Bump to 2.10.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Wed May 18 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- Bump to 2.10.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
* Wed Sep 01 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- remove all info files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- Updated l10n content to libgtop-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
- port to rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
- Updated l10n content to libgtop-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
* Thu Apr 08 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- bump to 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Wed Feb 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- Upped l10n to 0.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Thu Jan 29 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Add dependency on libgnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Tue Dec 16 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- Bump to 2.5.0 and merge patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Tue Oct 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- update to version 2.0.5, reset release
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- move lib*.so to -devel, remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
* Tue May 13 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
- Initial Sun release