rpms/darcs/devel darcs.spec,1.44,1.45

Jens Petersen petersen at fedoraproject.org
Thu Feb 26 03:49:51 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/darcs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18200

Modified Files:
	darcs.spec 
Log Message:
back to hardcoding archs for koji


Index: darcs.spec
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- darcs.spec	26 Feb 2009 02:43:49 -0000	1.44
+++ darcs.spec	26 Feb 2009 03:49:21 -0000	1.45
@@ -10,7 +10,7 @@
 URL:            http://www.darcs.net/
 Source0:        http://www.darcs.net/%{name}-%{version}%{?alphatag}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+ExclusiveArch:	%{ix86} x86_64 ppc
 BuildRequires:  autoconf, ghc, %{_sbindir}/sendmail, curl-devel, ncurses-devel, zlib-devel
 # for make check
 BuildRequires:  which
@@ -18,9 +18,6 @@
 BuildRequires: latex2html
 Requires(post): policycoreutils
 
-# we have only bootstrapped ghc on the following archs:
-ExclusiveArch:	%{ghc_archs}
-
 %description
 Darcs is a revision control system, along the lines of CVS
 or arch. That means that it keeps track of various revisions
@@ -130,7 +127,8 @@
 * Tue Feb 24 2009 Jens Petersen <petersen at redhat.com> - 2.2.1-1
 - update to 2.2.1
 - own bash_completion.d (#487012)
-- use ghc_archs
+- use ix86
+- ChangeLog no longer included
 
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild




More information about the scm-commits mailing list