rpms/librsync/FC-6 librsync.spec,1.14,1.15

Robert Scheck (robert) fedora-extras-commits at redhat.com
Thu Dec 14 21:43:10 UTC 2006


Author: robert

Update of /cvs/extras/rpms/librsync/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23396

Modified Files:
	librsync.spec 
Log Message:
Removed static library from librsync-devel (#213780)



Index: librsync.spec
===================================================================
RCS file: /cvs/extras/rpms/librsync/FC-6/librsync.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- librsync.spec	9 Oct 2006 08:38:40 -0000	1.14
+++ librsync.spec	14 Dec 2006 21:42:40 -0000	1.15
@@ -1,19 +1,18 @@
 Summary:        Rsync libraries
 Name:           librsync
 Version:        0.9.7
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        LGPL
 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
-URL:            http://librsync.sf.net/
+BuildRequires:  zlib-devel, bzip2-devel, popt, libtool
 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
-differencing of binary files.  librsync computes a delta relative to a
+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.
 
@@ -30,7 +29,7 @@
 
 %description devel
 librsync implements the "rsync" algorithm, which allows remote
-differencing of binary files.  librsync computes a delta relative to a
+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.
 
@@ -55,7 +54,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
-install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT/%{_bindir}/rdiff
+
+install -D -m 755 .libs/rdiff $RPM_BUILD_ROOT%{_bindir}/rdiff
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.{la,a}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,12 +75,13 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/librsync.so
-%{_prefix}/include/*
+%{_includedir}/*
 %{_mandir}/man3/librsync.3*
-%{_libdir}/librsync.a
-%exclude %{_libdir}/librsync.la
 
 %changelog
+* Thu Dec 14 2006  Robert Scheck <robert at fedoraproject.org> 0.9.7-9
+- removed static library from librsync-devel (#213780)
+
 * Mon Oct 09 2006 Gavin Henry <ghenry at suretecsystems.com> 0.9.7-8
 - rebuilt
 
@@ -108,5 +110,6 @@
 * Fri Aug 8 2003 Ben Escoto <bescoto at stanford.edu> 0.9.6-0.fdr.3
 - Build no longer requires GNU tools
 - Install shared library and rdiff executable by default
+
 * Sun Jul 20 2003 Ben Escoto <bescoto at stanford.edu> 0.9.5.1-0.fdr.2
 - Repackaged Laurent Papier's <papier at sdv.fr> rpm.




More information about the fedora-extras-commits mailing list