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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 22:41:34 UTC 2005


Author: thias

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

Modified Files:
	librsync.spec 
Log Message:
Mass letter "l" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: librsync.spec
===================================================================
RCS file: /cvs/extras/rpms/librsync/devel/librsync.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- librsync.spec	23 Jan 2005 13:59:37 -0000	1.6
+++ librsync.spec	3 Mar 2005 22:41:32 -0000	1.7
@@ -1,13 +1,12 @@
-Summary:  	Rsync libraries
-Name:     	librsync
-Version:  	0.9.7
-Release:  	2
-Epoch: 		0
-License:	LGPL
-Group:    	System Environment/Libraries
-Source:  	http://dl.sf.net/sourceforge/librsync/librsync-0.9.7.tar.gz
-URL:       	http://librsync.sf.net/
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Summary:        Rsync libraries
+Name:           librsync
+Version:        0.9.7
+Release:        2
+License:        LGPL
+Group:          System Environment/Libraries
+Source:         http://dl.sf.net/sourceforge/librsync/librsync-0.9.7.tar.gz
+URL:            http://librsync.sf.net/
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel, bzip2-devel, popt
 Buildrequires:  libtool
 
@@ -26,7 +25,7 @@
 %package devel
 Summary: Headers and development libraries for librsync
 Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 
 %description devel
 librsync implements the "rsync" algorithm, which allows remote
@@ -43,7 +42,7 @@
 This package contains header files necessary for developing programs
 based on librsync.
 
-%prep 
+%prep
 %setup -q
 
 %build




More information about the fedora-extras-commits mailing list