rpms/perl-parent/F-13 perl-parent.spec,1.6,1.7

Iain Arnell iarnell at fedoraproject.org
Sat Mar 27 06:59:40 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-parent/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9131

Modified Files:
	perl-parent.spec 
Log Message:
* Sat Mar 27 2010 Iain Arnell <iarnell at gmail.com> 1:0.223-3
- dual-life module
- add epoch to match that of parent in core
- use core macros, not vendor



Index: perl-parent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-parent/F-13/perl-parent.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-parent.spec	7 Dec 2009 15:20:56 -0000	1.6
+++ perl-parent.spec	27 Mar 2010 06:59:39 -0000	1.7
@@ -1,6 +1,7 @@
 Name:           perl-parent
+Epoch:          1
 Version:        0.223
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Establish an ISA relationship with base classes at compile time
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -36,7 +37,7 @@ find . -type f -exec chmod -c -x {} +
 # sed -e '/perl([DFR].*)/d'
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags}
 
 %install
@@ -58,10 +59,15 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes t/
-%{perl_vendorlib}/*
+%{perl_privlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 27 2010 Iain Arnell <iarnell at gmail.com> 1:0.223-3
+- dual-life module
+- add epoch to match that of parent in core
+- use core macros, not vendor
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.223-2
 - rebuild against perl 5.10.1
 




More information about the perl-devel mailing list