rpms/darcs/F-10 darcs.spec,1.39,1.40

Jens Petersen petersen at fedoraproject.org
Tue Nov 11 08:01:07 UTC 2008


Author: petersen

Update of /cvs/extras/rpms/darcs/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20647

Modified Files:
	darcs.spec 
Log Message:
- update to 2.1.0
- try to run all tests again




Index: darcs.spec
===================================================================
RCS file: /cvs/extras/rpms/darcs/F-10/darcs.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- darcs.spec	22 Sep 2008 07:06:01 -0000	1.39
+++ darcs.spec	11 Nov 2008 08:00:36 -0000	1.40
@@ -1,6 +1,6 @@
 Name:           darcs
-Version:        2.0.2
-Release:        3%{?dist}
+Version:        2.1.0
+Release:        1%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
@@ -14,12 +14,10 @@
 BuildRequires:  which
 # for building the manual
 BuildRequires: latex2html
-# need chcon
 Requires(post): policycoreutils
 
-# see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=246051
-# see http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=396501
-ExcludeArch:    alpha ppc64 
+# we have only bootstrapped ghc on the following archs:
+ExclusiveArch:	i386 x86_64 ppc
 
 %description
 Darcs is a revision control system, along the lines of CVS
@@ -80,14 +78,7 @@
 
 
 %check
-# 'make test' runs bugs too which are known to fail, just run 
-# make the tests
-make test_shell
-make test_shell_format2
-make test_shell_hashed
-make test_perl
-make test_perl_format2
-make test_perl_hashed
+make test
 
 
 %install
@@ -102,14 +93,13 @@
 make DESTDIR=$RPM_BUILD_ROOT installbin installserver installdocs
 
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %post
-semanage fcontext -a -t unconfined_execmem_exec_t %{_bindir}/darcs >/dev/null 2>&1 || :
-restorecon -v %{_bindir}/darcs
+semanage fcontext -a -t unconfined_execmem_exec_t %{_bindir}/%{name} >/dev/null 2>&1
+restorecon %{_bindir}/%{name}
 
 
 %files
@@ -135,6 +125,10 @@
 
 
 %changelog
+* Tue Nov 11 2008 Jens Petersen <petersen at redhat.com> - 2.1.0-1
+- update to 2.1.0
+- try to run all tests again
+
 * Mon Sep 22 2008 Jens Petersen <petersen at redhat.com> - 2.0.2-3
 - revert last change and require policycoreutils for post (mtasaka, #462221)
 




More information about the fedora-extras-commits mailing list