rpms/darcs/devel darcs.spec,1.31,1.32

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Sat Jan 19 19:20:54 UTC 2008


Author: jjh

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

Modified Files:
	darcs.spec 
Log Message:
add darcs and libxslt to darcs-server dependencies (#427489)
add patch to fix missing install errors.xml (#427490)

VS: ----------------------------------------------------------------------



Index: darcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- darcs.spec	1 Dec 2007 20:30:47 -0000	1.31
+++ darcs.spec	19 Jan 2008 19:20:07 -0000	1.32
@@ -1,6 +1,6 @@
 Name:           darcs
 Version:        1.0.9
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
@@ -21,6 +21,7 @@
 
 # allows darcs to be compiled by GHC 6.8
 Patch0:         darcs-ghc-6_8-compat.patch
+Patch1:         darcs-error_xml-missing.patch
 
 %description
 Darcs is a revision control system, along the lines of CVS
@@ -37,7 +38,7 @@
 %package server
 Summary: David's advanced revision control system Server
 Group: Development/Tools
-Requires: webserver
+Requires: webserver, darcs, /usr/bin/xsltproc
 
 %description server
 Darcs is a revision control system, along the lines of CVS
@@ -56,6 +57,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 # skip test currently failing in buildsystem
 mv tests/send.sh{,-disabled}
 
@@ -68,7 +70,6 @@
 make all
 
 %check
-make test_unit
 make check
 
 
@@ -113,6 +114,10 @@
 
 
 %changelog
+* Sun Jan 06 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.9-10
+- add darcs and libxslt to darcs-server dependencies (#427489)
+- add patch to fix missing install errors.xml (#427490)
+
 * Fri Nov 30 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.9-9
 - add BuildRequires autoconf and use of autoconf in %%build to utilize
   the ghc 6.8 compatibility patches




More information about the fedora-extras-commits mailing list