rpms/perl-Mixin-Linewise/devel .cvsignore, 1.2, 1.3 perl-Mixin-Linewise.spec, 1.3, 1.4 sources, 1.2, 1.3

Iain Arnell iarnell at fedoraproject.org
Sat Mar 13 07:04:13 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Mixin-Linewise/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19883

Modified Files:
	.cvsignore perl-Mixin-Linewise.spec sources 
Log Message:
* Sat Mar 13 2010 Iain Arnell <iarnell at gmail.com> 0.003-1
- update to latest upstream version
- use perl_default_filter and DESTDIR



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mixin-Linewise/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	23 Apr 2009 19:25:41 -0000	1.2
+++ .cvsignore	13 Mar 2010 07:04:12 -0000	1.3
@@ -1 +1 @@
-Mixin-Linewise-0.002.tar.gz
+Mixin-Linewise-0.003.tar.gz


Index: perl-Mixin-Linewise.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mixin-Linewise/devel/perl-Mixin-Linewise.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Mixin-Linewise.spec	7 Dec 2009 02:18:45 -0000	1.3
+++ perl-Mixin-Linewise.spec	13 Mar 2010 07:04:12 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Mixin-Linewise
-Version:        0.002
-Release:        3%{?dist}
+Version:        0.003
+Release:        1%{?dist}
 Summary:        Write your linewise code for handles; this does the rest
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,6 +15,8 @@ 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
@@ -31,7 +33,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$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 \;
@@ -51,6 +53,10 @@ 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mixin-Linewise/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	23 Apr 2009 19:25:41 -0000	1.2
+++ sources	13 Mar 2010 07:04:12 -0000	1.3
@@ -1 +1 @@
-ee7a770b441638a7e7ac38f96e90824d  Mixin-Linewise-0.002.tar.gz
+10c1f76b6afce3b7080b2689b6a964d1  Mixin-Linewise-0.003.tar.gz




More information about the perl-devel mailing list