Author: agaran Date: Wed Dec 12 21:19:45 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.10, rel 1, builds here
---- Files affected: SPECS: perl-Config-Any.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/perl-Config-Any.spec diff -u SPECS/perl-Config-Any.spec:1.3 SPECS/perl-Config-Any.spec:1.4 --- SPECS/perl-Config-Any.spec:1.3 Sat Mar 31 12:54:40 2007 +++ SPECS/perl-Config-Any.spec Wed Dec 12 22:19:39 2007 @@ -9,13 +9,13 @@ Summary: Config::Any - Load configuration from different file formats, transparently Summary(pl.UTF-8): Config::Any - przezroczyste wczytywanie konfiguracji z różnych formatów plików Name: perl-Config-Any -Version: 0.07 +Version: 0.10 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-authors/id/R/RA/RATAXIS/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: f4233adfa8abb621be7a68f172be000a +Source0: http://www.cpan.org/modules/by-authors/id/B/BR/BRICAS/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: ce026e51bee3e5d109e97225a2a370a6 URL: http://search.cpan.org/dist/Config-Any/ BuildRequires: perl-Module-Build BuildRequires: perl-devel >= 1:5.8.0 @@ -66,17 +66,17 @@ %setup -q -n %{pdir}-%{pnam}-%{version} %build -%{__perl} Build.PL \ +%{__perl} Makefile.PL \ destdir=$RPM_BUILD_ROOT \ installdirs=vendor -./Build +%{__make} #./Build -%{?with_tests:./Build test} +%{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT -./Build install +%{__make} install %clean rm -rf $RPM_BUILD_ROOT @@ -94,6 +94,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007-12-12 21:19:39 agaran +- up to 0.10, rel 1, builds here + Revision 1.3 2007-03-31 10:54:40 qboosh - BR: perl-Module-Build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Config-Any.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
