SPECS: perl-Catalyst-Plugin-Authentication-Store-DBIC.spec - version 0.11

radek radek at pld-linux.org
Fri Dec 12 11:51:00 CET 2008


Author: radek                        Date: Fri Dec 12 10:51:00 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 0.11

---- Files affected:
SPECS:
   perl-Catalyst-Plugin-Authentication-Store-DBIC.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/perl-Catalyst-Plugin-Authentication-Store-DBIC.spec
diff -u SPECS/perl-Catalyst-Plugin-Authentication-Store-DBIC.spec:1.2 SPECS/perl-Catalyst-Plugin-Authentication-Store-DBIC.spec:1.3
--- SPECS/perl-Catalyst-Plugin-Authentication-Store-DBIC.spec:1.2	Thu Apr  5 17:53:21 2007
+++ SPECS/perl-Catalyst-Plugin-Authentication-Store-DBIC.spec	Fri Dec 12 11:50:55 2008
@@ -9,13 +9,13 @@
 Summary:	Authentication and authorization against a DBIx::Class or Class::DBI model
 Summary(pl.UTF-8):	Uwierzytelnianie i autoryzacja względem modelu DBIx::Class lub Class::DBI
 Name:		perl-Catalyst-Plugin-Authentication-Store-DBIC
-Version:	0.07
+Version:	0.11
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-authors/id/D/DK/DKAMHOLZ/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	796f4b369f3717fc289126f6758a7ba9
+Source0:	http://www.cpan.org/modules/by-module/Catalyst/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	7743beb2c7bca430f906b6c04899eade
 URL:		http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIC/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
@@ -40,17 +40,17 @@
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Build.PL \
-	destdir=$RPM_BUILD_ROOT \
-	installdirs=vendor
-./Build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
 
-%{?with_tests:./Build test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -68,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/12/12 10:50:55  radek
+- version 0.11
+
 Revision 1.2  2007/04/05 15:53:21  qboosh
 - pl
 - BR package names
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Catalyst-Plugin-Authentication-Store-DBIC.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list