[librsync] Made autoreconf copying the missing auxiliary files (#914147)

Robert Scheck robert at fedoraproject.org
Sat Feb 23 01:19:47 UTC 2013


commit 0f3943c3027d11618ccb8dfc9d953a3fc73afc5a
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sat Feb 23 02:19:41 2013 +0100

    Made autoreconf copying the missing auxiliary files (#914147)

 librsync.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/librsync.spec b/librsync.spec
index 493aab9..f60e204 100644
--- a/librsync.spec
+++ b/librsync.spec
@@ -1,7 +1,7 @@
 Summary:        Rsync libraries
 Name:           librsync
 Version:        0.9.7
-Release:        19%{?dist}
+Release:        20%{?dist}
 License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://librsync.sourceforge.net/
@@ -27,7 +27,7 @@ and incompatible with rsync 2.4.6.
 %package devel
 Summary:        Headers and development libraries for librsync
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 This package contains header files necessary for developing programs
@@ -46,7 +46,7 @@ and incompatible with rsync 2.4.6.
 
 %build
 libtoolize
-autoreconf -f
+autoreconf -f -i
 %configure --enable-shared
 make %{?_smp_mflags}
 
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/librsync.3*
 
 %changelog
+* Sat Feb 23 2013 Robert Scheck <robert at fedoraproject.org> 0.9.7-20
+- Made autoreconf copying the missing auxiliary files (#914147)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.7-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list