rpms/perl-HTML-Template-Pro/F-9 import.log, NONE, 1.1 perl-HTML-Template-Pro.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel (lkundrak) fedora-extras-commits at redhat.com
Tue Jun 10 20:39:34 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-HTML-Template-Pro/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8500/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-HTML-Template-Pro.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
perl-HTML-Template-Pro-0_69-1_el5:F-9:perl-HTML-Template-Pro-0.69-1.el5.src.rpm:1213129922


--- NEW FILE perl-HTML-Template-Pro.spec ---
Name:           perl-HTML-Template-Pro
Version:        0.69
Release:        1%{?dist}
Summary:        Perl/XS module to use HTML Templates from CGI scripts
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTML-Template-Pro/
Source0:        http://www.cpan.org/authors/id/V/VI/VIY/HTML-Template-Pro-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:  pcre-devel
BuildRequires:  perl(Test::More)


%description
A fast and lightweight C/Perl+XS HTML Template engine implementation.


%prep
%setup -q -n HTML-Template-Pro-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 -type f -name '*.bs' -size 0 -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 ARTISTIC Changes FAQ GPL README README.ru
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/HTML*
%{_mandir}/man3/*


%changelog
* Mon Jun 02 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.69-1
- Specfile autogenerated by cpanspec 1.75.
- Fixed Build requirements for the tests to run
- Enable PCRE support


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Template-Pro/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jun 2008 17:02:08 -0000	1.1
+++ .cvsignore	10 Jun 2008 20:38:46 -0000	1.2
@@ -0,0 +1 @@
+HTML-Template-Pro-0.69.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Template-Pro/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jun 2008 17:02:08 -0000	1.1
+++ sources	10 Jun 2008 20:38:46 -0000	1.2
@@ -0,0 +1 @@
+0b968d5ef664e16badc04406ed36d390  HTML-Template-Pro-0.69.tar.gz




More information about the fedora-extras-commits mailing list