rpms/perl-Test-AutoBuild/devel perl-Test-AutoBuild.spec,1.9,1.10

Jens Petersen petersen at fedoraproject.org
Thu Sep 18 00:07:25 UTC 2008


Author: petersen

Update of /cvs/pkgs/rpms/perl-Test-AutoBuild/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27471

Modified Files:
	perl-Test-AutoBuild.spec 
Log Message:
exclude darcs subpackage on ppc64 and alpha where there is no ghc currently


Index: perl-Test-AutoBuild.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-AutoBuild/devel/perl-Test-AutoBuild.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Test-AutoBuild.spec	7 Mar 2008 23:19:39 -0000	1.9
+++ perl-Test-AutoBuild.spec	18 Sep 2008 00:06:54 -0000	1.10
@@ -12,7 +12,7 @@
 Summary: Framework for performing continuous, unattended, automated software builds
 Name: perl-%{appname}
 Version: 1.2.2
-Release: 3%{_extra_release}
+Release: 4%{_extra_release}
 License: GPLv2+
 Group: Development/Tools
 Url: http://autobuild.org/
@@ -42,7 +42,9 @@
 BuildRequires: mercurial >= 0.7
 BuildRequires: perl-SVK >= 1.0
 BuildRequires: git >= 1.5.0.0
+%ifnarch alpha ppc64
 BuildRequires: darcs >= 1.0.0
+%endif
 BuildRequires: bzr >= 0.91
 BuildRequires: monotone >= 0.37
 BuildRequires:  fedora-usermgmt-devel
@@ -98,12 +100,14 @@
 Requires: perl-%{appname} = %{version}-%{release}
 Requires: git >= 1.5.0.0
 
+%ifnarch alpha ppc64
 %package darcs
 Summary: Darcs source repository integration for autobuild engine
 Group: Development/Tools
 Url: http://autobuild.org/
 Requires: perl-%{appname} = %{version}-%{release}
 Requires: darcs >= 1.0.0
+%endif
 
 %package bzr
 Summary: Bazaar source repository integration for autobuild engine
@@ -183,9 +187,11 @@
 This sub-package provides the module for integrating with the Git
 version control system
 
+%ifnarch alpha ppc64
 %description darcs
 Test-AutoBuild is a Perl framework for performing continuous, unattended,
 automated software builds.
+%endif
 
 This sub-package provides the module for integrating with the Darcs
 version control system
@@ -381,10 +387,12 @@
 %doc README
 %{perl_vendorlib}/Test/AutoBuild/Repository/Git.pm
 
+%ifnarch alpha ppc64
 %files darcs
 %defattr(-,root,root)
 %doc README
 %{perl_vendorlib}/Test/AutoBuild/Repository/Darcs.pm
+%endif
 
 %files bzr
 %defattr(-,root,root)
@@ -427,6 +435,9 @@
 %config(noreplace) %attr(-,builder,builder) %{_localstatedir}/lib/builder/.cvspass
 
 %changelog
+* Thu Sep 18 2008 Jens Petersen <petersen at redhat.com> - 1.2.2-4.fc10
+- exclude darcs subpackage on ppc64 and alpha where there is no ghc currently
+
 * Fri Mar 07 2008 Daniel P. Berrange <berrange at redhat.com> - 1.2.2-3.fc9
 - Fix parsing of GIT output
 - Added missing build requires for META.yml test case




More information about the fedora-extras-commits mailing list