From a576f3fd3900bed7cebd093c6c1f89b4b9b3464e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:33:13 +0000 Subject: [PATCH] auto-import changelog data from libgtop2-2.0.0-10.src.rpm Tue Feb 11 2003 Bill Nottingham 2.0.0-10 - fix URL (#79390) Mon Feb 03 2003 Havoc Pennington 2.0.0-9 - rebuild Wed Jan 22 2003 Tim Powers - rebuilt Thu Dec 19 2002 Elliot Lee 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 04 2002 Havoc Pennington - rebuild more, woot! Mon Dec 02 2002 Havoc Pennington - rebuild to try and fix weird undefined Xau symbols Fri Nov 08 2002 Havoc Pennington - rebuild - remove nonexistent doc files - fix uninstalled but unpackaged files --- libgtop2.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 6 deletions(-) diff --git a/libgtop2.spec b/libgtop2.spec index 4d4a73d..2adf270 100644 --- a/libgtop2.spec +++ b/libgtop2.spec @@ -7,14 +7,16 @@ Name: libgtop2 Summary: libgtop library (version 2) Version: 2.0.0 -Release: 3 +Release: 10 License: LGPL -URL: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/libgtop +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: automake autoconf +Patch: libgtop-2.0.0-prog_as.patch %description libgtop is a library for portably obtaining information about processes, @@ -32,17 +34,23 @@ files to allow you to develop with libgtop. %prep %setup -q -n libgtop-%{version} +%patch -p1 -b .sopwith + +libtoolize --force +aclocal-1.6 +automake-1.6 --add-missing +autoconf +autoheader %build %configure -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall -## this isn't in the file list but we want to be really sure not to get -## the dumb daemon +## no dumb daemon thing /bin/rm $RPM_BUILD_ROOT%{_bindir}/* ## the existence of libgnomesupport appears to be some total breakage @@ -50,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT /bin/rm $RPM_BUILD_ROOT%{_libdir}/libgnomesupport* /bin/rm -r $RPM_BUILD_ROOT%{_libdir}/libgtop/include +# 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 @@ -62,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{po_package}.lang %defattr(-, root, root) -%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_libdir}/*.so.* %files devel @@ -73,6 +87,31 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Tue Feb 11 2003 Bill Nottingham 2.0.0-10 +- fix URL (#79390) + +* Mon Feb 3 2003 Havoc Pennington 2.0.0-9 +- rebuild + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Thu Dec 19 2002 Elliot Lee 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 +- rebuild more, woot! + +* Mon Dec 2 2002 Havoc Pennington +- rebuild to try and fix weird undefined Xau symbols + +* Fri Nov 8 2002 Havoc Pennington +- rebuild +- remove nonexistent doc files +- fix uninstalled but unpackaged files + * Tue Jun 25 2002 Owen Taylor - Fix missing po files