rpms/perl-Pod-Readme/devel .cvsignore, 1.2, 1.3 perl-Pod-Readme.spec, 1.3, 1.4 sources, 1.2, 1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Dec 10 01:47:37 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Pod-Readme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1611

Modified Files:
	.cvsignore perl-Pod-Readme.spec sources 
Log Message:
Update to 0.09.
Use fixperms macro instead of our own chmod incantation.
BR: Regexp::Common.
Switch back to using Module::Build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 May 2006 20:23:54 -0000	1.2
+++ .cvsignore	10 Dec 2006 01:47:07 -0000	1.3
@@ -1 +1 @@
-Pod-Readme-0.081.tar.gz
+Pod-Readme-0.09.tar.gz


Index: perl-Pod-Readme.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/perl-Pod-Readme.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Pod-Readme.spec	17 Sep 2006 20:59:27 -0000	1.3
+++ perl-Pod-Readme.spec	10 Dec 2006 01:47:07 -0000	1.4
@@ -1,14 +1,17 @@
+%define module_version 0.09
+
 Name:           perl-Pod-Readme
-Version:        0.081
-Release:        3%{?dist}
+Version:        0.090
+Release:        1%{?dist}
 Summary:        Convert POD to README file
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Pod-Readme/
-Source0:        http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-%{module_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-#BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Regexp::Common)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Portability::Files)
@@ -26,27 +29,23 @@
 markup for generating README files.
 
 %prep
-%setup -q -n Pod-Readme-%{version}
+%setup -q -n Pod-Readme-%{module_version}
 
 %build
-#%{__perl} Build.PL installdirs=vendor
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-#./Build
-make
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-#./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 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+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-#DEVEL_TESTS=1 ./Build test
-DEVEL_TESTS=1 make test
+DEVEL_TESTS=1 ./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +59,12 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 09 2006 Steven Pritchard <steve at kspei.com> 0.090-1
+- Update to 0.09.
+- Use fixperms macro instead of our own chmod incantation.
+- BR: Regexp::Common.
+- Switch back to using Module::Build.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.081-3
 - Fix find option order.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Readme/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 May 2006 20:23:54 -0000	1.2
+++ sources	10 Dec 2006 01:47:07 -0000	1.3
@@ -1 +1 @@
-ea05b9a09ad65fbbc1864ef3b2396e64  Pod-Readme-0.081.tar.gz
+6f7f2a4c4a74ba50b2aa561fa753d85c  Pod-Readme-0.09.tar.gz




More information about the scm-commits mailing list