2.20.0
This commit is contained in:
parent
3c8a64d751
commit
a66f3cb36b
@ -1 +1 @@
|
||||
libgtop-2.19.92.tar.bz2
|
||||
libgtop-2.20.0.tar.bz2
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
--- 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
|
||||
|
||||
@ -6,12 +6,12 @@
|
||||
|
||||
Name: libgtop2
|
||||
Summary: libgtop library (version 2)
|
||||
Version: 2.19.92
|
||||
Version: 2.20.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://download.gnome.org/sources/libgtop/2.19
|
||||
URL: http://download.gnome.org/sources/libgtop/2.20
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/libgtop/2.19/libgtop-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/libgtop/2.20/libgtop-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: glib2 >= %{glib2_version}
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
@ -21,8 +21,6 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gtk-doc
|
||||
|
||||
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.
|
||||
@ -33,6 +31,7 @@ Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: glib2-devel >= %{glib2_version}
|
||||
Requires: pkgconfig
|
||||
Requires: gtk-doc
|
||||
|
||||
%description devel
|
||||
This package provides the necessary development libraries and include
|
||||
@ -40,16 +39,8 @@ files to allow you to develop with libgtop.
|
||||
|
||||
%prep
|
||||
%setup -q -n libgtop-%{version}
|
||||
%patch -p1 -b .prog_as
|
||||
|
||||
%build
|
||||
# prog_as patches configure.in
|
||||
libtoolize --force
|
||||
aclocal
|
||||
automake --add-missing
|
||||
autoconf
|
||||
autoheader
|
||||
|
||||
%configure --disable-gtk-doc --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -84,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{_datadir}/info
|
||||
|
||||
%changelog
|
||||
* Sun Sep 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
||||
- Update to 2.20.0
|
||||
|
||||
* Mon Sep 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
|
||||
- Update to 2.19.92
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user