rpms/darcs/FC-6 .cvsignore, 1.7, 1.8 darcs.spec, 1.13, 1.14 sources, 1.7, 1.8

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Jul 2 05:37:23 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/darcs/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11115

Modified Files:
	.cvsignore darcs.spec sources 
Log Message:
update to 1.09, cleanup spec, added ExcludeArch: ppc64


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/FC-6/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	21 Jun 2006 08:34:35 -0000	1.7
+++ .cvsignore	2 Jul 2007 05:36:48 -0000	1.8
@@ -1 +1 @@
-darcs-1.0.8.tar.gz
+darcs-1.0.9.tar.gz


Index: darcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/FC-6/darcs.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- darcs.spec	28 Sep 2006 05:09:19 -0000	1.13
+++ darcs.spec	2 Jul 2007 05:36:48 -0000	1.14
@@ -1,5 +1,5 @@
 Name:           darcs
-Version:        1.0.8
+Version:        1.0.9
 Release:        3%{?dist}
 Summary:        David's advanced revision control system
 
@@ -13,7 +13,10 @@
 # for make check
 BuildRequires:  which
 # need chcon
-PreReq:		coreutils
+Requires(post): coreutils
+
+# http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=246051
+ExcludeArch:    ppc64 
 
 %description
 Darcs is a revision control system, along the lines of CVS
@@ -47,7 +50,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 # skip test currently failing in buildsystem
 mv tests/send.sh{,-disabled}
 
@@ -55,6 +58,8 @@
 %build
 %configure --libexecdir=%{_localstatedir}/www
 make all
+
+%check
 make check
 
 
@@ -84,11 +89,32 @@
 %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
+
+* Wed Jun 27 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 1.0.9-1
+- update to 1.0.9
+
+* Mon Feb 19 2007 Jens Petersen <petersen at redhat.com> - 1.0.9-0.1.rc2
+- update to 1.0.9rc2 which builds with ghc66
+
+* Fri Feb  2 2007 Jens Petersen <petersen at redhat.com> - 1.0.8-5
+- rebuild for ncurses replacing termcap (#226754)
+
+* Wed Nov  1 2006 Jens Petersen <petersen at redhat.com> - 1.0.8-4
+- rebuild for new libcurl
+
 * Thu Sep 28 2006 Jens Petersen <petersen at redhat.com> - 1.0.8-3
 - rebuild for FC6
 - enable make check


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/FC-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	21 Jun 2006 08:34:35 -0000	1.7
+++ sources	2 Jul 2007 05:36:48 -0000	1.8
@@ -1 +1 @@
-a7a26d1a98c5675dcab4c2cc30eba59d  darcs-1.0.8.tar.gz
+07222cd3c500aa31e3332847573a4ab2  darcs-1.0.9.tar.gz




More information about the fedora-extras-commits mailing list