rpms/perl-Smart-Comments/F-12 perl-Smart-Comments.spec, 1.8, 1.9 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Sun Mar 14 09:41:08 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Smart-Comments/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16952

Modified Files:
	perl-Smart-Comments.spec sources 
Log Message:
* Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:1.0.4-1
- update by Fedora::App::MaintainerTools 0.006
- updating to latest GA CPAN version (1.0.4)
- altered br on perl(Filter::Simple) (0 => 0.8)
- altered br on perl(Text::Balanced) (0 => 2)
- dropped old BR on perl(Test::Pod)
- dropped old BR on perl(Test::Pod::Coverage)
- added a new req on perl(Data::Dumper) (version 0)
- added a new req on perl(Filter::Simple) (version 0.8)
- added a new req on perl(List::Util) (version 0)
- added a new req on perl(Text::Balanced) (version 2)
- added a new req on perl(version) (version 0)



Index: perl-Smart-Comments.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Smart-Comments/F-12/perl-Smart-Comments.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-Smart-Comments.spec	26 Jul 2009 16:30:14 -0000	1.8
+++ perl-Smart-Comments.spec	14 Mar 2010 09:41:08 -0000	1.9
@@ -1,31 +1,33 @@
 Name:           perl-Smart-Comments
-Epoch:          1
-Version:        v1.0.3
-Release:        4%{?dist}
 Summary:        Comments that do more than just sit there
-
-Group:          Development/Libraries
+Epoch:          1
+Version:        1.0.4
+Release:        1%{?dist}
 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-%{version}.tar.gz 
+Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Smart-Comments-%{version}.tar.gz 
+URL:            http://search.cpan.org/dist/Smart-Comments
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:      noarch
 
-## core
-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(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Filter::Simple) >= 0.8
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Text::Balanced) >= 2
 BuildRequires:  perl(version)
-BuildRequires:  perl(Test::Pod)
-## author test
-BuildRequires:  perl(Test::Pod::Coverage)
 
-BuildArch: noarch
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Data::Dumper)
+Requires:       perl(Filter::Simple) >= 0.8
+Requires:       perl(List::Util)
+Requires:       perl(Text::Balanced) >= 2
+Requires:       perl(version)
+
 
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 Smart comments provide an easy way to insert debugging and tracking code into
@@ -41,7 +43,7 @@ needed them once, you'll almost certainl
 %prep
 %setup -q -n Smart-Comments-%{version}
 
-perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
+perl -pi -e 's|^#!perl|#!%{_perl}|' t/*
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -51,7 +53,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 
@@ -68,12 +70,33 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README Changes t/
+%doc README Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:1.0.4-1
+- update by Fedora::App::MaintainerTools 0.006
+- updating to latest GA CPAN version (1.0.4)
+- altered br on perl(Filter::Simple) (0 => 0.8)
+- altered br on perl(Text::Balanced) (0 => 2)
+- dropped old BR on perl(Test::Pod)
+- dropped old BR on perl(Test::Pod::Coverage)
+- added a new req on perl(Data::Dumper) (version 0)
+- added a new req on perl(Filter::Simple) (version 0.8)
+- added a new req on perl(List::Util) (version 0)
+- added a new req on perl(Text::Balanced) (version 2)
+- added a new req on perl(version) (version 0)
+
+* Sat Feb 06 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:v1.0.3-6
+- add perl_default_filter, etc
+- PERL_INSTALL_ROOT => DESTDIR
+- drop t/ from doc
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1:v1.0.3-5
+- rebuild against perl 5.10.1
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:v1.0.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Smart-Comments/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	1 Mar 2008 18:29:22 -0000	1.3
+++ sources	14 Mar 2010 09:41:08 -0000	1.4
@@ -1 +1 @@
-899c141a4f0d624d7daaac71b6a428fd  Smart-Comments-v1.0.3.tar.gz
+4f7a229e54ee067f3aaffb3338bfa4eb  Smart-Comments-1.0.4.tar.gz




More information about the perl-devel mailing list