rpms/perl-PAR-Dist/devel .cvsignore, 1.2, 1.3 perl-PAR-Dist.spec, 1.6, 1.7 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Feb 24 07:43:53 UTC 2006


Author: scop

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

Modified Files:
	.cvsignore perl-PAR-Dist.spec sources 
Log Message:
* Fri Feb 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.08-1
- 0.08.
- Specfile cleanups.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:06:26 -0000	1.2
+++ .cvsignore	24 Feb 2006 07:43:52 -0000	1.3
@@ -1 +1 @@
-PAR-Dist-0.07.tar.gz
+PAR-Dist-0.08.tar.gz


Index: perl-PAR-Dist.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-PAR-Dist.spec	17 Mar 2005 19:03:39 -0000	1.6
+++ perl-PAR-Dist.spec	24 Feb 2006 07:43:52 -0000	1.7
@@ -1,18 +1,16 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-PAR-Dist
-Version:        0.07
-Release:        3
+Version:        0.08
+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/A/AU/AUTRIJUS/PAR-Dist-0.07.tar.gz
+Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-Dist-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  perl
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -32,12 +30,11 @@
 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 f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test TEST_FILES=t/1*.t # avoid signature check
 
 
@@ -48,11 +45,15 @@
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/PAR
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/PAR/
+%{_mandir}/man3/PAR::Dist.3*
 
 
 %changelog
+* Fri Feb 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.08-1
+- 0.08.
+- Specfile cleanups.
+
 * Thu Mar 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.07-3
 - Avoid running signature test during build.
 - Sync with fedora-rpmdevtools' Perl spec template.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:06:26 -0000	1.2
+++ sources	24 Feb 2006 07:43:52 -0000	1.3
@@ -1 +1 @@
-3f708ad631d1dfaf2a7600d941eae808  PAR-Dist-0.07.tar.gz
+f660703dc617822700327ef6764a076f  PAR-Dist-0.08.tar.gz




More information about the fedora-extras-commits mailing list