SPECS: perl-HTML-Mason.spec - up to 1.33

arekm arekm at pld-linux.org
Tue Jun 6 11:43:20 CEST 2006


Author: arekm                        Date: Tue Jun  6 09:43:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.33

---- Files affected:
SPECS:
   perl-HTML-Mason.spec (1.69 -> 1.70) 

---- Diffs:

================================================================
Index: SPECS/perl-HTML-Mason.spec
diff -u SPECS/perl-HTML-Mason.spec:1.69 SPECS/perl-HTML-Mason.spec:1.70
--- SPECS/perl-HTML-Mason.spec:1.69	Sun Nov  7 13:11:35 2004
+++ SPECS/perl-HTML-Mason.spec	Tue Jun  6 11:43:15 2006
@@ -9,17 +9,18 @@
 Summary:	Mason Perl module - high-performance, dynamic web site authoring system
 Summary(pl):	Moduł Perla Mason - wysokowydajny system do tworzenia dynamicznych stron WWW
 Name:		perl-HTML-Mason
-Version:	1.28
+Version:	1.33
 Release:	1
 Epoch:		3
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	9d6d47349e8afe67f25539395a931ea6
+# Source0-md5:	22c2cd76ed068630708175d570f97277
 URL:		http://www.masonhq.com/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	perl-Module-Build
 %if %{with tests}
 BuildRequires:	perl(File::Spec) >= 0.8
 BuildRequires:	perl(Scalar::Util) >= 1.01
@@ -57,17 +58,18 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL --no-prompts \
-	INSTALLDIRS=vendor
-%{__make}
+%{__perl} Build.PL \
+	destdir=$RPM_BUILD_ROOT \
+	installdirs=vendor
+./Build
 
-%{?with_tests:%{__make} test}
+%{?with_tests:./Build test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+./Build install
+
 install -d $RPM_BUILD_ROOT%{perl_vendorlib}/MasonX
 
 rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/HTML/Mason/*.pod
@@ -82,16 +84,14 @@
 
 %files
 %defattr(644,root,root,755)
-%doc Changes README UPGRADE CREDITS contrib install
+%doc Changes README UPGRADE CREDITS contrib
+%{perl_vendorlib}/Bundle/HTML/Mason.pm
 %{perl_vendorlib}/Apache/Mason.pm
 %{perl_vendorlib}/HTML/Mason.pm
 %{perl_vendorlib}/HTML/Mason
-%dir %{_examplesdir}/%{name}-%{version}
-%dir %{_examplesdir}/%{name}-%{version}/eg
-%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/eg/*.pl
-%{_examplesdir}/%{name}-%{version}/eg/httpd.conf
-%{_examplesdir}/%{name}-%{version}/samples
+%{_examplesdir}/%{name}-%{version}
 %{_mandir}/man3/HTML*
+%{_mandir}/man3/Bundle*
 %{perl_vendorlib}/MasonX
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -100,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70  2006/06/06 09:43:15  arekm
+- up to 1.33
+
 Revision 1.69  2004/11/07 12:11:35  paladine
 - updated to 1.28
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-HTML-Mason.spec?r1=1.69&r2=1.70&f=u



More information about the pld-cvs-commit mailing list