rpms/librsync/devel librsync.spec,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Jan 23 13:59:39 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/librsync/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv7663

Modified Files:
	librsync.spec 
Log Message:
Fix build on x86_64.


Index: librsync.spec
===================================================================
RCS file: /cvs/extras/rpms/librsync/devel/librsync.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- librsync.spec	10 Dec 2004 22:03:05 -0000	1.5
+++ librsync.spec	23 Jan 2005 13:59:37 -0000	1.6
@@ -1,7 +1,7 @@
 Summary:  	Rsync libraries
 Name:     	librsync
 Version:  	0.9.7
-Release:  	1
+Release:  	2
 Epoch: 		0
 License:	LGPL
 Group:    	System Environment/Libraries
@@ -9,6 +9,7 @@
 URL:       	http://librsync.sf.net/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel, bzip2-devel, popt
+Buildrequires:  libtool
 
 %description
 librsync implements the "rsync" algorithm, which allows remote
@@ -46,6 +47,7 @@
 %setup -q
 
 %build
+autoreconf -f
 %configure --enable-shared
 make %{?_smp_mflags}
 
@@ -77,6 +79,9 @@
 %exclude %{_libdir}/librsync.la
 
 %changelog
+* Sun Jan 23 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.7-2
+- Recreate autotools files with autoreconf to fix x86_64 build.
+
 * Wed Nov 10 2004 Adrian Reber <adrian at lisas.de> - 0:0.9.7-0.fdr.1
 - updated to 0.9.7 (#2248)
 - changed source URL to be downloadable with wget




More information about the fedora-extras-commits mailing list