[perl-HTML-Mason] - Remove %{perl_vendorlib}/Mason/Apache/. - Re-activate testsuite.

corsepiu corsepiu at fedoraproject.org
Fri Feb 4 15:15:16 UTC 2011


commit 84f3fa68ee98e779cf74cfaed5260f52ca164fd6
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Feb 4 16:15:02 2011 +0100

    - Remove %{perl_vendorlib}/Mason/Apache/.
    - Re-activate testsuite.

 perl-HTML-Mason.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/perl-HTML-Mason.spec b/perl-HTML-Mason.spec
index a0c26d7..93a84a1 100644
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@ -1,6 +1,6 @@
 Name:           perl-HTML-Mason
 Version:        1.45
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          1
 Summary:        Powerful Perl-based web site development and delivery engine
 License:        GPL+ or Artistic
@@ -70,11 +70,15 @@ mv -f $RPM_BUILD_ROOT%{_bindir}/mason.pl $RPM_BUILD_ROOT%{_bindir}/mason
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d
 install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/
 
+# Apache:: (Apache1) module
+# Not applicable on Fedora.
+rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/HTML/Mason/Apache
+
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/www/mason
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/mason
 
 %check
-#./Build test
+./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -91,6 +95,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_localstatedir}/www/mason
 
 %changelog
+* Thu Feb 04 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 1:1.45-3
+- Remove %%{perl_vendorlib}/Mason/Apache/.
+- Re-activate testsuite.
+
 * Thu Feb 03 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 1:1.45-2
 - Rebuild package (Was missing in rawhide).
 - Switch to using perl_default_filter.



More information about the perl-devel mailing list