Author: iarnell

Update of /cvs/pkgs/rpms/perl-parent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8938

Modified Files:
        perl-parent.spec 
Log Message:
* Sat Mar 27 2010 Iain Arnell <iarn...@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/devel/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:58:31 -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 <iarn...@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 <ska...@redhat.com> - 0.223-2
 - rebuild against perl 5.10.1
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to