SPECS: rrdtool.spec - libtoolize (fixes build with libtool 2.2) - ...

qboosh qboosh at pld-linux.org
Sun Apr 13 14:58:35 CEST 2008


Author: qboosh                       Date: Sun Apr 13 12:58:35 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- libtoolize (fixes build with libtool 2.2)
- ghost soname symlinks

---- Files affected:
SPECS:
   rrdtool.spec (1.127 -> 1.128) 

---- Diffs:

================================================================
Index: SPECS/rrdtool.spec
diff -u SPECS/rrdtool.spec:1.127 SPECS/rrdtool.spec:1.128
--- SPECS/rrdtool.spec:1.127	Fri Apr 11 10:48:20 2008
+++ SPECS/rrdtool.spec	Sun Apr 13 14:58:30 2008
@@ -19,11 +19,12 @@
 # Source0-md5:	841ca303c88f7184cf0aaab07e52dec4
 Patch0:		%{name}-tcl-path.patch
 URL:		http://oss.oetiker.ch/rrdtool/	
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
 BuildRequires:	freetype-devel >= 2.1.7
 BuildRequires:	libart_lgpl-devel >= 2.3.17
 BuildRequires:	libpng-devel >= 2:1.2.8
+BuildRequires:	libtool
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	pkgconfig
 %if %{with python}
@@ -205,8 +206,10 @@
 %patch0 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
 	--enable-latin2 \
@@ -243,9 +246,14 @@
 %doc CHANGES CONTRIBUTORS NEWS README THREADS TODO doc/*.html
 %attr(755,root,root) %{_bindir}/rrd*
 %attr(755,root,root) %{_libdir}/librrd.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/librrd.so.2
 %attr(755,root,root) %{_libdir}/librrd_th.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/librrd_th.so.2
 %{_datadir}/rrdtool
-%{_mandir}/man1/*
+%{_mandir}/man1/bin_dec_hex.1*
+%{_mandir}/man1/cdeftutorial.1*
+%{_mandir}/man1/rpntutorial.1*
+%{_mandir}/man1/rrd*.1*
 
 %files devel
 %defattr(644,root,root,755)
@@ -289,6 +297,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.128  2008-04-13 12:58:30  qboosh
+- libtoolize (fixes build with libtool 2.2)
+- ghost soname symlinks
+
 Revision 1.127  2008-04-11 08:48:20  kosmo
 - updated to 1.2.27
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rrdtool.spec?r1=1.127&r2=1.128&f=u



More information about the pld-cvs-commit mailing list