From c07545a6bf801346e019a53b1ad35652cb488cb8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2010 03:38:18 +0000 Subject: [PATCH] Fix build --- libgtop2.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libgtop2.spec b/libgtop2.spec index 9e63158..2858c4b 100644 --- a/libgtop2.spec +++ b/libgtop2.spec @@ -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 - 2.28.0-2 +- Examples don't build with pedantic linkers, so don't build them + * Mon Sep 21 2009 Matthias Clasen - 2.28.0-1 - Update to 2.28.0