rpms/cvs/devel cvs.spec,1.67,1.68

Jiří Moskovčák jmoskovc at fedoraproject.org
Tue Jan 12 10:55:27 UTC 2010


Author: jmoskovc

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

Modified Files:
	cvs.spec 
Log Message:
spec file fixes based on review



Index: cvs.spec
===================================================================
RCS file: /cvs/extras/rpms/cvs/devel/cvs.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- cvs.spec	16 Oct 2009 11:06:14 -0000	1.67
+++ cvs.spec	12 Jan 2010 10:55:27 -0000	1.68
@@ -6,7 +6,7 @@
 Summary: A version control system
 Name: cvs
 Version: 1.11.23
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPL+
 Group: Development/Tools
 Source0: ftp://ftp.gnu.org/non-gnu/cvs/source/stable/%{version}/cvs-%{version}.tar.bz2
@@ -91,6 +91,9 @@ release.
 
 # Apply a patch to the generated files, OR
 # run autoreconf and require autoconf >= 2.58, automake >= 1.7.9
+iconv -f ISO-8859-1 -t UTF-8 < FAQ > FAQ.UTF8
+touch -r FAQ FAQ.UTF8
+mv FAQ.UTF8 FAQ
 
 %build
 
@@ -161,11 +164,14 @@ fi
 %{_datadir}/%{name}
 %config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
 %dir %{_localstatedir}/%{name}
-%{_sysconfdir}/pam.d/*
-%{_sysconfdir}/profile.d/*
+%config(noreplace) %{_sysconfdir}/pam.d/*
+%config(noreplace) %{_sysconfdir}/profile.d/*
 
 %changelog
-* Fri Oct 16 2009 Jiri Moskovcak <jmoskovc at redhat.com> 1.11.13-8
+* Tue Jan 12 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.11.23-9
+- spec file fixes based on review
+
+* Fri Oct 16 2009 Jiri Moskovcak <jmoskovc at redhat.com> 1.11.23-8
 - fixed install with --excludedocs rhbz#515981
 
 * Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> 1.11.23-7



More information about the scm-commits mailing list