rpms/darcs/F-7 .cvsignore, 1.8, 1.9 darcs.spec, 1.17, 1.18 sources, 1.8, 1.9

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


Author: jjh

Update of /cvs/pkgs/rpms/darcs/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13153

Modified Files:
	.cvsignore darcs.spec sources 
Log Message:
update to 1.0.9, cleanup spec file and add ExcludeArch: ppc64


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/F-7/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	19 Feb 2007 06:09:17 -0000	1.8
+++ .cvsignore	2 Jul 2007 00:43:23 -0000	1.9
@@ -1 +1 @@
-darcs-1.0.9rc2.tar.gz
+darcs-1.0.9.tar.gz


Index: darcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/F-7/darcs.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- darcs.spec	19 Feb 2007 06:17:28 -0000	1.17
+++ darcs.spec	2 Jul 2007 00:43:23 -0000	1.18
@@ -1,21 +1,22 @@
-%define prerel rc2
-
 Name:           darcs
 Version:        1.0.9
-Release:        0.1.%{prerel}%{?dist}
+Release:        3%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
 License:        GPL
 URL:            http://www.darcs.net/
-Source0:        http://www.darcs.net/%{name}-%{version}%{prerel}.tar.gz
+Source0:        http://www.darcs.net/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ghc, %{_sbindir}/sendmail, curl-devel, ncurses-devel, zlib-devel
 # 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
@@ -49,7 +50,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}%{prerel}
+%setup -q -n %{name}-%{version}
 # skip test currently failing in buildsystem
 mv tests/send.sh{,-disabled}
 
@@ -57,6 +58,8 @@
 %build
 %configure --libexecdir=%{_localstatedir}/www
 make all
+
+%check
 make check
 
 
@@ -86,11 +89,23 @@
 %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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/F-7/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	19 Feb 2007 06:09:17 -0000	1.8
+++ sources	2 Jul 2007 00:43:23 -0000	1.9
@@ -1 +1 @@
-fe268bc6d030141fc7f92417b96fca16  darcs-1.0.9rc2.tar.gz
+07222cd3c500aa31e3332847573a4ab2  darcs-1.0.9.tar.gz




More information about the scm-commits mailing list