rpms/uucp/devel uucp.spec,1.36,1.37

Ondrej Vasik ovasik at fedoraproject.org
Tue Nov 25 13:39:02 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/uucp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24767

Modified Files:
	uucp.spec 
Log Message:
generalize package summary as there are other than 'uucp' utilities in uucp set


Index: uucp.spec
===================================================================
RCS file: /cvs/extras/rpms/uucp/devel/uucp.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- uucp.spec	19 Feb 2008 21:01:23 -0000	1.36
+++ uucp.spec	25 Nov 2008 13:38:32 -0000	1.37
@@ -4,10 +4,10 @@
 %define	_varlockdir	%{_localstatedir}/lock/uucp
 %define	_varspooldir	%{_localstatedir}/spool
 
-Summary: The uucp utility for copying files between systems
+Summary: A set of utilities for operations between systems
 Name: uucp
 Version: 1.07
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: GPLv2+
 Group: Applications/Communications
 Url: http://www.airs.com/ian/uucp.html
@@ -48,7 +48,7 @@
 %install
 rm -rf ${RPM_BUILD_ROOT}
 
-%makeinstall install-info 
+%makeinstall install-info
 
 gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/uucp*
 
@@ -75,7 +75,7 @@
 
 # the following is kind of gross, but it is effective
 for i in dial passwd port dialcode sys call ; do
-cat > ${RPM_BUILD_ROOT}%{_newconfigdir}/$i <<EOF 
+cat > ${RPM_BUILD_ROOT}%{_newconfigdir}/$i <<EOF
 # This is an example of a $i file. This file is syntax compatible
 # with Taylor UUCP (not HDB, not anything else). Please check uucp
 # documentation if you are not sure how to configure Taylor UUCP config files.
@@ -157,6 +157,10 @@
 %config(noreplace)	%{_newconfigdir}/sys
 
 %changelog
+* Tue Nov 25 2008 Ondrej Vasik <ovasik at redhat.com> 1.07-18
+- remove uucp name from summary, generalize summary as there
+  are other utilities in uucp set
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.07-17
 - Autorebuild for GCC 4.3
 




More information about the scm-commits mailing list