auto-import changelog data from libgtop2-2.0.3-1.src.rpm

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
This commit is contained in:
cvsdist 2004-09-09 07:34:46 +00:00
parent a576f3fd39
commit a2c5f3031f
4 changed files with 30 additions and 7 deletions

View File

@ -1 +1 @@
libgtop-2.0.0.tar.bz2
libgtop-2.0.3.tar.bz2

View File

@ -0,0 +1,10 @@
--- libgtop-2.0.2/configure.in.prog_as 2003-07-18 10:37:42.000000000 -0400
+++ libgtop-2.0.2/configure.in 2003-07-18 10:37:57.000000000 -0400
@@ -50,6 +50,7 @@
AC_ISC_POSIX
AC_PROG_CC
+AM_PROG_AS
AC_STDC_HEADERS
dnl AC_ARG_PROGRAM

View File

@ -6,9 +6,9 @@
Name: libgtop2
Summary: libgtop library (version 2)
Version: 2.0.0
Release: 10
License: LGPL
Version: 2.0.3
Release: 1
License: GPL
URL: ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/2.0
Group: System Environment/Libraries
Source: libgtop-%{version}.tar.bz2
@ -16,7 +16,8 @@ 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
Patch: libgtop-2.0.2-prog_as.patch
Patch2: libgtop-2.0.2-64bit.patch
%description
libgtop is a library for portably obtaining information about processes,
@ -34,7 +35,8 @@ files to allow you to develop with libgtop.
%prep
%setup -q -n libgtop-%{version}
%patch -p1 -b .sopwith
%patch -p1 -b .prog_as
%patch2 -p1 -b .64bit
libtoolize --force
aclocal-1.6
@ -87,6 +89,17 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* 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)

View File

@ -1 +1 @@
80cda9d8541b3e7404a65f180e98f42d libgtop-2.0.0.tar.bz2
29e5303fa0ec3eeae61296e8715ed4a6 libgtop-2.0.3.tar.bz2