rpms/perl-Smart-Comments/F-8 perl-Smart-Comments.spec, 1.4, 1.5 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Mar 1 19:29:15 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Smart-Comments/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19060

Modified Files:
	perl-Smart-Comments.spec sources 
Log Message:
* Sat Mar 01 2008 Chris Weyl <cweyl at alumni.drew.edu> 1:v1.0.3-1
- update to v1.0.3
- update lic tag
- add epoch, to move away from the 1.000... representation of the version



Index: perl-Smart-Comments.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Smart-Comments/F-8/perl-Smart-Comments.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Smart-Comments.spec	27 Mar 2007 22:32:49 -0000	1.4
+++ perl-Smart-Comments.spec	1 Mar 2008 19:28:41 -0000	1.5
@@ -1,23 +1,27 @@
-%define tarver v1.0.2
-
 Name:           perl-Smart-Comments
-Version:        1.000002        
-Release:        4%{?dist}
+Epoch:          1
+Version:        v1.0.3
+Release:        1%{?dist}
 Summary:        Comments that do more than just sit there
 
 Group:          Development/Libraries
-License:        Artistic or GPL        
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Smart-Comments            
-Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Smart-Comments-%{tarver}.tar.gz        
+Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Smart-Comments-%{version}.tar.gz 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## core
-BuildRequires: perl, perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper)
-BuildRequires: perl(Filter::Simple), perl(List::Util)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Filter::Simple)
+BuildRequires: perl(List::Util)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Text::Balanced)
 ## non-core
 BuildRequires:  perl(version)
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+## author test
+BuildRequires:  perl(Test::Pod::Coverage)
 
 BuildArch: noarch
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -35,8 +39,9 @@
 
 
 %prep
-%setup -q -n Smart-Comments-%{tarver}
+%setup -q -n Smart-Comments-%{version}
 
+perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -45,10 +50,12 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -61,12 +68,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README Changes
+%doc README Changes t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sat Mar 01 2008 Chris Weyl <cweyl at alumni.drew.edu> 1:v1.0.3-1
+- update to v1.0.3
+- update lic tag
+- add epoch, to move away from the 1.000... representation of the version
+
 * Tue Mar 27 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.000002-4
 - be more explicit with core requires
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Smart-Comments/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Aug 2006 16:16:13 -0000	1.2
+++ sources	1 Mar 2008 19:28:41 -0000	1.3
@@ -1 +1 @@
-658df11ea3e1090a4c673b50860449b3  Smart-Comments-v1.0.2.tar.gz
+899c141a4f0d624d7daaac71b6a428fd  Smart-Comments-v1.0.3.tar.gz




More information about the fedora-extras-commits mailing list