Fix build
This commit is contained in:
parent
1ece7eefd7
commit
c07545a6bf
@ -7,7 +7,7 @@
|
||||
Name: libgtop2
|
||||
Summary: libgtop library (version 2)
|
||||
Version: 2.28.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://download.gnome.org/sources/libgtop/2.28
|
||||
Group: System Environment/Libraries
|
||||
@ -17,6 +17,9 @@ BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: texinfo libtool gettext
|
||||
BuildRequires: intltool
|
||||
|
||||
Patch0: libs.patch
|
||||
BuildRequires: automake autoconf libtool gtk-doc
|
||||
|
||||
%description
|
||||
libgtop is a library for portably obtaining information about processes,
|
||||
such as their PID, memory usage, etc.
|
||||
@ -35,6 +38,8 @@ files to allow you to develop with libgtop.
|
||||
|
||||
%prep
|
||||
%setup -q -n libgtop-%{version}
|
||||
%patch0 -p1 -b .libs
|
||||
autoreconf -i -f
|
||||
|
||||
%build
|
||||
%configure --disable-gtk-doc --disable-static
|
||||
@ -71,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{_datadir}/info
|
||||
|
||||
%changelog
|
||||
* Fri Feb 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
|
||||
- Examples don't build with pedantic linkers, so don't build them
|
||||
|
||||
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
||||
- Update to 2.28.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user