rpms/darcs/devel darcs.spec,1.28,1.29

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Fri Nov 30 07:19:42 UTC 2007


Author: jjh

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

Modified Files:
	darcs.spec 
Log Message:
add autoconf to the build process


Index: darcs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- darcs.spec	30 Nov 2007 06:11:24 -0000	1.28
+++ darcs.spec	30 Nov 2007 07:19:06 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           darcs
 Version:        1.0.9
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
@@ -9,7 +9,7 @@
 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
+BuildRequires:  autoconf, ghc, %{_sbindir}/sendmail, curl-devel, ncurses-devel, zlib-devel
 # for make check
 BuildRequires:  which
 # need chcon
@@ -61,6 +61,9 @@
 
 
 %build
+# the patch above patches aclocal.m4 and configure.ac 
+# therefore autoconf must be rerun
+%{__autoconf}
 %configure --libexecdir=%{_localstatedir}/www
 make all
 
@@ -109,6 +112,10 @@
 
 
 %changelog
+* 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
+
 * Thu Nov 29 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.9-8
 - add patches from darcs unstable branch to deal with ghc 6.8
   compatibility for rawhide




More information about the fedora-extras-commits mailing list