rpms/perl-PAR-Dist/devel .cvsignore, 1.16, 1.17 perl-PAR-Dist.spec, 1.24, 1.25 sources, 1.16, 1.17

Steven Pritchard steve at fedoraproject.org
Fri Feb 22 00:58:21 UTC 2008


Author: steve

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

Modified Files:
	.cvsignore perl-PAR-Dist.spec sources 
Log Message:
Update to 0.29.
Use fixperms macro instead of our own chmod incantation.
Reformat to match cpanspec output.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PAR-Dist/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	30 Jul 2007 20:10:43 -0000	1.16
+++ .cvsignore	22 Feb 2008 00:57:47 -0000	1.17
@@ -1 +1 @@
-PAR-Dist-0.25.tar.gz
+PAR-Dist-0.29.tar.gz


Index: perl-PAR-Dist.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- perl-PAR-Dist.spec	10 Jan 2008 22:19:49 -0000	1.24
+++ perl-PAR-Dist.spec	22 Feb 2008 00:57:47 -0000	1.25
@@ -1,56 +1,59 @@
 Name:           perl-PAR-Dist
-Version:        0.25
-Release:        4%{?dist}
+Version:        0.29
+Release:        1%{?dist}
 Summary:        Toolkit for creating and manipulating Perl PAR distributions
-
-Group:          Development/Libraries
 License:        GPL+ or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PAR-Dist/
 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(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-%{summary}.
-
+This module creates and manipulates PAR distributions. They are architecture-
+specific PAR files, containing everything under blib/ of CPAN distributions
+after their make or Build stage, a META.yml describing metadata of the
+original CPAN distribution, and a MANIFEST detailing all files within it.
+Digitally signed PAR distributions will also contain a SIGNATURE file.
 
 %prep
 %setup -q -n PAR-Dist-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
 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 -depth -type d -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $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 \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/PAR/
-%{_mandir}/man3/PAR::Dist.3*
-
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Thu Feb 21 2008 Steven Pritchard <steve at kspei.com> 0.29-1
+- Update to 0.29.
+- Use fixperms macro instead of our own chmod incantation.
+- Reformat to match cpanspec output.
+
 * Thu Jan 10 2008 Tom "spot" Callaway <tcallawa at redhat.com>  - 0.25-4
 - rebuild (again) for new perl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PAR-Dist/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	30 Jul 2007 20:10:43 -0000	1.16
+++ sources	22 Feb 2008 00:57:47 -0000	1.17
@@ -1 +1 @@
-3062e847bce0534000eda759617daa1a  PAR-Dist-0.25.tar.gz
+4e40870c5dd8ae4947fc40ed8e69a56d  PAR-Dist-0.29.tar.gz




More information about the Fedora-perl-devel-list mailing list