SPECS: perl-Catalyst-Plugin-ConfigLoader.spec - version 0.19
radek
radek at pld-linux.org
Sat Feb 23 15:28:51 CET 2008
Author: radek Date: Sat Feb 23 14:28:50 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- version 0.19
---- Files affected:
SPECS:
perl-Catalyst-Plugin-ConfigLoader.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/perl-Catalyst-Plugin-ConfigLoader.spec
diff -u SPECS/perl-Catalyst-Plugin-ConfigLoader.spec:1.6 SPECS/perl-Catalyst-Plugin-ConfigLoader.spec:1.7
--- SPECS/perl-Catalyst-Plugin-ConfigLoader.spec:1.6 Sat Mar 31 21:35:23 2007
+++ SPECS/perl-Catalyst-Plugin-ConfigLoader.spec Sat Feb 23 15:28:45 2008
@@ -9,15 +9,14 @@
Summary: Catalyst::Plugin::ConfigLoader - load config files of various types
Summary(pl.UTF-8): Catalyst::Plugin::ConfigLoader - wczytywanie różnych plików konfiguracyjnych
Name: perl-Catalyst-Plugin-ConfigLoader
-Version: 0.13
+Version: 0.19
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-authors/id/B/BR/BRICAS/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 6d169099b462a5c5ebd0bfbab087cff9
+# Source0-md5: 2698e87346bc68b881610374b73e7fe1
URL: http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/
-BuildRequires: perl-Module-Build
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
@@ -51,24 +50,24 @@
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-%{__perl} Build.PL \
- destdir=$RPM_BUILD_ROOT \
- installdirs=vendor
-./Build
+%{__perl} -MExtUtils::MakeMaker -we 'WriteMakefile(NAME=>"Catalyst::Plugin::ConfigLoader")' \
+ INSTALLDIRS=vendor
+%{__make}
-%{?with_tests:./Build test}
+%{?with_tests:%{__make} test}
%install
rm -rf $RPM_BUILD_ROOT
-./Build install
+%{__make} pure_install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc Changes README
+%doc Changes
%{perl_vendorlib}/Catalyst/Plugin/*.pm
%{_mandir}/man3/*
@@ -78,7 +77,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.6 2007-03-31 19:35:23 qboosh
+Revision 1.7 2008-02-23 14:28:45 radek
+- version 0.19
+
+Revision 1.6 2007/03/31 19:35:23 qboosh
- generic URL
- BR: perl-Module-Build
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Catalyst-Plugin-ConfigLoader.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list