libgtop2/libgtop2.spec
Matthias Clasen bc5446c6d2 Updates
2005-07-13 03:47:21 +00:00

200 lines
4.7 KiB
RPMSpec

%define __libtoolize :
%define glib2_version 2.0.1
%define po_package libgtop-2.0
Name: libgtop2
Summary: libgtop library (version 2)
Version: 2.11.1
Release: 1
License: GPL
URL: ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/2.0
Group: System Environment/Libraries
Source: libgtop-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: glib2 >= %{glib2_version}
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: texinfo
Patch: libgtop-2.0.2-prog_as.patch
%description
libgtop is a library for portably obtaining information about processes,
such as their PID, memory usage, etc.
%package devel
Summary: Libraries and include files for developing with libgtop.
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: glib2-devel >= %{glib2_version}
%description devel
This package provides the necessary development libraries and include
files to allow you to develop with libgtop.
%prep
%setup -q -n libgtop-%{version}
%patch -p1 -b .prog_as
libtoolize --force
aclocal-1.6
automake-1.6 --add-missing
autoconf
autoheader
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
## no dumb daemon thing
/bin/rm -f $RPM_BUILD_ROOT%{_bindir}/*
# kill .la files
/bin/rm $RPM_BUILD_ROOT%{_libdir}/*.la
# not worth fooling with
/bin/rm -rf $RPM_BUILD_ROOT%{_datadir}/info
%find_lang %{po_package}
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{po_package}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.*
%files devel
%defattr(-, root, root)
%{_libdir}/*.so
%{_libdir}/*.a
%{_includedir}/libgtop-2.0
%{_libdir}/pkgconfig/*.pc
%changelog
* Tue Jul 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
- Update to newer upstream version
* Fri Apr 29 2005 David Zeuthen <davidz@redhat.com> - 2.10.1-1
- New upstream version (#155188)
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> - 2.10.0-2
- Rebuilt
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> - 2.10.0-1
- Even newer upstream version
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> - 2.9.92-1
- New upstream version
* Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.9.91-2
- Rebuild
* Wed Feb 9 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.91-1
- Update to 2.9.91
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
- Update to 2.9.90
* Wed Sep 22 2004 Alexander Larsson <alexl@redhat.com> - 2.8.0-1
- update to 2.8.0
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.7.92-1
- update to 2.7.92
* Thu Aug 5 2004 Mark McLoughlin <markmc@redhat.com> 2.7.90-1
- Update to 2.7.90
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 2.5.2-2
- BR libtool texinfo gettext
* Fri Mar 12 2004 Alex Larsson <alexl@redhat.com> 2.5.2-1
- update to 2.5.2
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.5.1-1
- update to 2.5.1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.0-1
- update to 2.5.0
* Wed Jul 23 2003 Havoc Pennington <hp@redhat.com>
- automated rebuild
* Fri Jul 18 2003 Havoc Pennington <hp@redhat.com> 2.0.2-1
- 2.0.2
- forward port prog_as patch
- attempted fix to handle >4mb on IA32, #98676
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 2.0.0-10
- fix URL (#79390)
* Mon Feb 3 2003 Havoc Pennington <hp@redhat.com> 2.0.0-9
- rebuild
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 2.0.0-7
- More missing libXau hackery (prog_as.patch so we can run auto* to pull
in an updated libtool)
- _smp_mflags
* Wed Dec 4 2002 Havoc Pennington <hp@redhat.com>
- rebuild more, woot!
* Mon Dec 2 2002 Havoc Pennington <hp@redhat.com>
- rebuild to try and fix weird undefined Xau symbols
* Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
- rebuild
- remove nonexistent doc files
- fix uninstalled but unpackaged files
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
- Fix missing po files
* Sat Jun 15 2002 Havoc Pennington <hp@redhat.com>
- 2.0.0
- check file list, lose libgnomesupport
* Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
- .la files evil
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
- rebuild for glib 2.0
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
- 1.90.2
* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
- Initial build