rpms/darcs/devel darcs.spec,1.21,1.22

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Jul 2 00:30:20 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/darcs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10518

Modified Files:
	darcs.spec 
Log Message:
cleanup rpmlint warnings/errors


Index: darcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- darcs.spec	28 Jun 2007 05:11:51 -0000	1.21
+++ darcs.spec	2 Jul 2007 00:29:44 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           darcs
 Version:        1.0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
@@ -13,7 +13,7 @@
 # for make check
 BuildRequires:  which
 # need chcon
-PreReq:		coreutils
+Requires(post): coreutils
 
 # http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=246051
 ExcludeArch:    ppc64 
@@ -58,6 +58,8 @@
 %build
 %configure --libexecdir=%{_localstatedir}/www
 make all
+
+%check
 make check
 
 
@@ -87,11 +89,17 @@
 %files server
 %defattr(-,root,root,-)
 %{_localstatedir}/www/cgi-bin
-%{_sysconfdir}/darcs
+%config(noreplace) %{_sysconfdir}/darcs
 %{_datadir}/darcs
 
 
 %changelog
+* Wed Jun 27 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 1.0.9-3
+- clean rpmlint warnings/errors 
+  - move PreReq to Requires(post)
+  - move make check to 'check' section
+  - mark config files as such
+
 * Wed Jun 27 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 1.0.9-2
 - added ExcludeArch: ppc64
 




More information about the scm-commits mailing list