rpms/librsync/EL-4 librsync.spec,1.10,1.11

Robert Scheck (robert) fedora-extras-commits at redhat.com
Tue Aug 28 22:02:53 UTC 2007


Author: robert

Update of /cvs/extras/rpms/librsync/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18376

Modified Files:
	librsync.spec 
Log Message:
- Updated the license tag according to the guidelines
- Buildrequire %{_includedir}/popt.h for separate popt (#249352)




Index: librsync.spec
===================================================================
RCS file: /cvs/extras/rpms/librsync/EL-4/librsync.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- librsync.spec	7 May 2007 19:12:15 -0000	1.10
+++ librsync.spec	28 Aug 2007 22:02:19 -0000	1.11
@@ -1,13 +1,13 @@
 Summary:        Rsync libraries
 Name:           librsync
 Version:        0.9.7
-Release:        10%{?dist}
-License:        LGPL
+Release:        11%{?dist}
+License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://librsync.sourceforge.net/
 Source:         http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Patch:          librsync-0.9.7-lfs_overflow.patch
-BuildRequires:  zlib-devel, bzip2-devel, popt, libtool
+BuildRequires:  zlib-devel, bzip2-devel, %{_includedir}/popt.h, libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -28,20 +28,14 @@
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
-librsync implements the "rsync" algorithm, which allows remote
-differencing of binary files. librsync computes a delta relative to a
-file's checksum, so the two files need not both be present to generate
-a delta.
-
-This library was previously known as libhsync up to version 0.9.0.
+This package contains header files necessary for developing programs
+based on librsync. It was previously known as libhsync up to version
+0.9.0.
 
 The current version of this package does not implement the rsync
 network protocol and uses a delta format slightly more efficient than
 and incompatible with rsync 2.4.6.
 
-This package contains header files necessary for developing programs
-based on librsync.
-
 %prep
 %setup -q
 %patch -p1 -b .lfs_overflow
@@ -75,10 +69,14 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/librsync.so
-%{_includedir}/*
+%{_includedir}/%{name}*
 %{_mandir}/man3/librsync.3*
 
 %changelog
+* Tue Aug 28 2007 Robert Scheck <robert at fedoraproject.org> 0.9.7-11
+- Updated the license tag according to the guidelines
+- Buildrequire %%{_includedir}/popt.h for separate popt (#249352)
+
 * Mon May 07 2007 Robert Scheck <robert at fedoraproject.org> 0.9.7-10
 - rebuilt
 




More information about the fedora-extras-commits mailing list