rpms/perl-Mixin-Linewise/EL-5 .cvsignore, 1.3, 1.4 perl-Mixin-Linewise.spec, 1.4, 1.5 sources, 1.3, 1.4

Iain Arnell iarnell at fedoraproject.org
Wed Mar 31 03:03:52 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Mixin-Linewise/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32221/EL-5

Modified Files:
	.cvsignore perl-Mixin-Linewise.spec sources 
Log Message:
use v.0.002 on EL due to old Test::More


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mixin-Linewise/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	13 Mar 2010 07:04:12 -0000	1.3
+++ .cvsignore	31 Mar 2010 03:03:51 -0000	1.4
@@ -1 +1 @@
-Mixin-Linewise-0.003.tar.gz
+Mixin-Linewise-0.002.tar.gz


Index: perl-Mixin-Linewise.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mixin-Linewise/EL-5/perl-Mixin-Linewise.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Mixin-Linewise.spec	13 Mar 2010 07:04:12 -0000	1.4
+++ perl-Mixin-Linewise.spec	31 Mar 2010 03:03:51 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-Mixin-Linewise
-Version:        0.003
-Release:        1%{?dist}
+Version:        0.002
+Release:        2%{?dist}
 Summary:        Write your linewise code for handles; this does the rest
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,8 +15,6 @@ BuildRequires:  perl(Sub::Exporter) >= 0
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-%{?perl_default_filter}
-
 %description
 It's boring to deal with opening files for IO, converting strings to handle-
 like objects, and all that. With Mixin::Linewise::Readers and
@@ -33,7 +31,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install DESTDIR=$RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -53,13 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
-* Sat Mar 13 2010 Iain Arnell <iarnell at gmail.com> 0.003-1
-- update to latest upstream version
-- use perl_default_filter and DESTDIR
-
-* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.002-3
-- rebuild against perl 5.10.1
-
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.002-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mixin-Linewise/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	13 Mar 2010 07:04:12 -0000	1.3
+++ sources	31 Mar 2010 03:03:51 -0000	1.4
@@ -1 +1 @@
-10c1f76b6afce3b7080b2689b6a964d1  Mixin-Linewise-0.003.tar.gz
+ee7a770b441638a7e7ac38f96e90824d  Mixin-Linewise-0.002.tar.gz




More information about the perl-devel mailing list