rpms/haddock/devel haddock.spec,1.8,1.9

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Thu Dec 20 18:20:29 UTC 2007


Author: bos

Update of /cvs/extras/rpms/haddock/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4114

Modified Files:
	haddock.spec 
Log Message:
Exclude alpha, ppc64


Index: haddock.spec
===================================================================
RCS file: /cvs/extras/rpms/haddock/devel/haddock.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- haddock.spec	20 Dec 2007 18:11:33 -0000	1.8
+++ haddock.spec	20 Dec 2007 18:19:55 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           haddock
 Version:        0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Haddock documentation tool for annotated Haskell source code
 
 Group:          Development/Tools
@@ -9,6 +9,8 @@
 Source0:        http://www.haskell.org/haddock/dist/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+ExcludeArch:	alpha ppc64
+
 BuildRequires:  ghc >= 6.8.1
 BuildRequires:  coreutils libxslt docbook-style-xsl autoconf
 
@@ -62,6 +64,9 @@
 
 
 %changelog
+* Thu Dec 20 2007 Bryan O'Sullivan <bos at serpentine.com> - 0.9-2
+- Exclude alpha, ppc64
+
 * Thu Dec 20 2007 Bryan O'Sullivan <bos at serpentine.com> - 0.9-1
 - update to 0.9
 




More information about the fedora-extras-commits mailing list