rpms/perl-Test-AutoBuild/devel perl-Test-AutoBuild.spec,1.16,1.17

Daniel P. Berrange berrange at fedoraproject.org
Thu Jul 15 17:17:04 UTC 2010


Author: berrange

Update of /cvs/pkgs/rpms/perl-Test-AutoBuild/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30789

Modified Files:
	perl-Test-AutoBuild.spec 
Log Message:
Remove monotone module since it doesn't work with current monotone (rhbz #539046)


Index: perl-Test-AutoBuild.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-AutoBuild/devel/perl-Test-AutoBuild.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- perl-Test-AutoBuild.spec	6 May 2010 19:19:51 -0000	1.16
+++ perl-Test-AutoBuild.spec	15 Jul 2010 17:17:04 -0000	1.17
@@ -15,7 +15,7 @@
 Summary: Framework for performing continuous, unattended, automated software builds
 Name: perl-%{appname}
 Version: 1.2.2
-Release: 10%{_extra_release}
+Release: 11%{_extra_release}
 License: GPLv2+
 Group: Development/Tools
 Url: http://autobuild.org/
@@ -55,7 +55,9 @@ BuildRequires: git >= 1.5.0.0
 BuildRequires: darcs >= 1.0.0
 %endif
 BuildRequires: bzr >= 0.91
+%if 0%{?with_monotone}
 BuildRequires: monotone >= 0.37
+%endif
 BuildRequires:  fedora-usermgmt-devel
 %if %{with_selinux}
 BuildRequires: selinux-policy-devel
@@ -128,12 +130,14 @@ Url: http://autobuild.org/
 Requires: perl-%{appname} = %{version}-%{release}
 Requires: bzr >= 0.91
 
+%if 0%{?with_monotone}
 %package monotone
 Summary: Monotone source repository integration for autobuild engine
 Group: Development/Tools
 Url: http://autobuild.org/
 Requires: perl-%{appname} = %{version}-%{release}
 Requires: monotone >= 0.37
+%endif
 
 %package subversion
 Summary: Subversion source repository integration for autobuild engine
@@ -215,12 +219,14 @@ automated software builds.
 This sub-package provides the module for integrating with the Bazaar
 version control system
 
+%if 0%{?with_monotone}
 %description monotone
 Test-AutoBuild is a Perl framework for performing continuous, unattended,
 automated software builds.
 
 This sub-package provides the module for integrating with the Monotone
 version control system
+%endif
 
 %description subversion
 Test-AutoBuild is a Perl framework for performing continuous, unattended,
@@ -260,6 +266,10 @@ control system
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%if 0%{?with_monotone} == 0
+rm -f lib/Test/AutoBuild/Repository/Monotone.pm
+rm -f t/110-Repository-Monotone.t
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -419,10 +429,12 @@ fi
 %doc README
 %{perl_vendorlib}/Test/AutoBuild/Repository/Bazaar.pm
 
+%if 0%{?with_monotone}
 %files monotone
 %defattr(-,root,root)
 %doc README
 %{perl_vendorlib}/Test/AutoBuild/Repository/Monotone.pm
+%endif
 
 %files subversion
 %defattr(-,root,root)
@@ -455,6 +467,9 @@ fi
 %config(noreplace) %attr(-,builder,builder) %{_localstatedir}/lib/builder/.cvspass
 
 %changelog
+* Thu Jul 15 2010 Daniel P. Berrange <berrange at redhat.com> - 1.2.2-11
+- Remove monotone module since it doesn't work with current monotone (rhbz #539046)
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.2.2-10
 - Mass rebuild with perl-5.12.0
 



More information about the scm-commits mailing list