auto-import changelog data from libgtop2-2.0.0-10.src.rpm
Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 2.0.0-10 - fix URL (#79390) Mon Feb 03 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 04 2002 Havoc Pennington <hp@redhat.com> - rebuild more, woot! Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - rebuild to try and fix weird undefined Xau symbols Fri Nov 08 2002 Havoc Pennington <hp@redhat.com> - rebuild - remove nonexistent doc files - fix uninstalled but unpackaged files
This commit is contained in:
parent
67ebb806b6
commit
a576f3fd39
@ -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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user