rpms/perl-HTML-Template/EL-4 perl-HTML-Template.spec, 1.4, 1.5 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Dec 4 00:22:23 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/perl-HTML-Template/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27509/EL-4

Modified Files:
	perl-HTML-Template.spec sources 
Log Message:

epel branching



Index: perl-HTML-Template.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Template/EL-4/perl-HTML-Template.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-HTML-Template.spec	10 Dec 2004 22:03:08 -0000	1.4
+++ perl-HTML-Template.spec	4 Dec 2007 00:21:47 -0000	1.5
@@ -1,21 +1,19 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-HTML-Template
-Version:        2.7
-Release:        2
-Epoch:          0
+Version:        2.9
+Release:        1%{?dist}.2
 Summary:        Perl module to use HTML Templates
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/HTML-Template/
-Source0: http://www.cpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-2.7.tar.gz
+Source0:        http://www.cpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1, perl(Test::More), perl(Digest::MD5)
-BuildRequires:  perl(IPC::SharedCache), perl(Storable)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IPC::SharedCache)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module attempts make using HTML templates simple and natural.  It
@@ -31,6 +29,7 @@
 
 %prep
 %setup -q -n HTML-Template-%{version}
+%{__perl} -pi -e 's/\r//g' README
 
 
 %build
@@ -42,11 +41,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 d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 TEST_SHARED_MEMORY=1 make test
 
 
@@ -57,11 +56,37 @@
 %files
 %defattr(-,root,root,-)
 %doc ANNOUNCE ARTISTIC Changes FAQ GPL README
-%{_mandir}/man3/*.3*
-%{perl_vendorlib}/*
+%{perl_vendorlib}/HTML/
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.9-1.2
+- add BR: perl(Test::More)
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.9-1.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Tue Jan 30 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.9-1
+- Update to 2.9.
+
+* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.8-3
+- Rebuild for FC6.
+
+* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.8-2
+- Rebuild for FC5 (perl 5.8.8).
+
+* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.8-1
+- Update to 2.8.
+
+* Sat Aug 13 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.7-4
+- README file: corrected the end-of-line encoding (#165874).
+- Bring up to date with Fedora Extras template.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.7-3
+- rebuilt
+
 * Mon Oct 25 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.7-0.fdr.2
 - Typo correction (rpmlint warning).
 - Build requirements: removed perl(CGI).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Template/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:01:29 -0000	1.2
+++ sources	4 Dec 2007 00:21:47 -0000	1.3
@@ -1 +1 @@
-376f572659b4c0c40a9dd68823a0dd6b  HTML-Template-2.7.tar.gz
+cbf88a486b36284be55765ac7357c187  HTML-Template-2.9.tar.gz




More information about the fedora-extras-commits mailing list