rpms/perl-PAR-Dist/devel .cvsignore, 1.4, 1.5 perl-PAR-Dist.spec, 1.8, 1.9 sources, 1.4, 1.5

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jul 20 15:26:26 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-PAR-Dist/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5947/devel

Modified Files:
	.cvsignore perl-PAR-Dist.spec sources 
Log Message:
* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11-1
- 0.11.
- Fix order of options to find(1) in %install.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	8 Jun 2006 16:16:59 -0000	1.4
+++ .cvsignore	20 Jul 2006 15:26:26 -0000	1.5
@@ -1 +1 @@
-PAR-Dist-0.10.tar.gz
+PAR-Dist-0.11.tar.gz


Index: perl-PAR-Dist.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-PAR-Dist.spec	8 Jun 2006 16:16:59 -0000	1.8
+++ perl-PAR-Dist.spec	20 Jul 2006 15:26:26 -0000	1.9
@@ -1,12 +1,12 @@
 Name:           perl-PAR-Dist
-Version:        0.10
+Version:        0.11
 Release:        1%{?dist}
 Summary:        Toolkit for creating and manipulating Perl PAR distributions
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/PAR-Dist/
-Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-Dist-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/A/AU/AUDREYT/PAR-Dist-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -30,12 +30,12 @@
 rm -rf $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 -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
-make test TEST_FILES=$(grep -LF Module::Signature t/*.t)
+make test
 
 
 %clean
@@ -50,6 +50,10 @@
 
 
 %changelog
+* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11-1
+- 0.11.
+- Fix order of options to find(1) in %%install.
+
 * Thu Jun  8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10-1
 - 0.10.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	8 Jun 2006 16:16:59 -0000	1.4
+++ sources	20 Jul 2006 15:26:26 -0000	1.5
@@ -1 +1 @@
-3dac3b2cbd83d540bb95700db06078b8  PAR-Dist-0.10.tar.gz
+b5af460497be0425e386b73e47583cc0  PAR-Dist-0.11.tar.gz




More information about the fedora-extras-commits mailing list