|
@@ -1,12 +1,15 @@
|
|
Summary: Rsync libraries
|
|
Summary: Rsync libraries
|
|
Name: librsync
|
|
Name: librsync
|
|
Version: 0.9.7
|
|
Version: 0.9.7
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://librsync.sourceforge.net/
|
|
URL: http://librsync.sourceforge.net/
|
|
Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
|
|
Source: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
|
|
-Patch: librsync-0.9.7-lfs_overflow.patch
|
|
|
|
|
|
+Patch0: librsync-0.9.7-lfs_overflow.patch
|
|
|
|
+Patch1: librsync-0.9.7-getopt.patch
|
|
|
|
+Patch2: librsync-0.9.7-man_pages.patch
|
|
|
|
+Patch3: librsync-0.9.7-format-security.patch
|
|
BuildRequires: zlib-devel, bzip2-devel, popt, libtool
|
|
BuildRequires: zlib-devel, bzip2-devel, popt, libtool
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
@@ -44,10 +47,13 @@ based on librsync.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch -p1 -b .lfs_overflow
|
|
|
|
|
|
+%patch0 -p1 -b .lfs_overflow
|
|
|
|
+%patch1 -p1 -b .getopt
|
|
|
|
+%patch2 -p1 -b .man_pages
|
|
|
|
+%patch3 -p1 -b .format-security
|
|
|
|
|
|
%build
|
|
%build
|
|
-autoreconf -f
|
|
|
|
|
|
+autoreconf -f -i
|
|
libtoolize --copy --force
|
|
libtoolize --copy --force
|
|
|
|
|
|
%configure --enable-shared
|
|
%configure --enable-shared
|
|
@@ -81,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man3/librsync.3*
|
|
%{_mandir}/man3/librsync.3*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 04 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.7-3
|
|
|
|
+- rebuilt with current environment
|
|
|
|
+- added Patch1,2,3 from Fedora rawhide
|
|
|
|
+
|
|
* Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.7-2
|
|
* Sat Apr 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.7-2
|
|
- rebuilt with current environment
|
|
- rebuilt with current environment
|
|
- run libtoolize --copy --force
|
|
- run libtoolize --copy --force
|
|
@@ -112,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.9.7-4
|
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.9.7-4
|
|
- rebuild on all arches
|
|
- rebuild on all arches
|
|
|
|
|
|
-* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
|
|
+* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
- rebuilt
|
|
- rebuilt
|
|
|
|
|
|
* Sun Jan 23 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.7-2
|
|
* Sun Jan 23 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.7-2
|