rpms/perl-HTML-Template-Expr/devel perl-HTML-Template-Expr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Aug 9 20:45:14 UTC 2005


Author: scop

Update of /cvs/extras/rpms/perl-HTML-Template-Expr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7047/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-Template-Expr.spec 
Log Message:
auto-import perl-HTML-Template-Expr-0.04-0.2 on branch devel from perl-HTML-Template-Expr-0.04-0.2.src.rpm
Initial import (#165472).


--- NEW FILE perl-HTML-Template-Expr.spec ---
Name:           perl-HTML-Template-Expr
Version:        0.04
Release:        0.2
Summary:        Expression support extension for HTML::Template

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/HTML-Template-Expr/
Source0:        http://www.cpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-Expr-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(HTML::Template)
BuildRequires:  perl(Parse::RecDescent)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides an extension to HTML::Template which allows
expressions in the template syntax.  This is purely an addition - all
the normal HTML::Template options, syntax and behaviors will still
work.  Expression support includes comparisons, math operations,
string operations and a mechanism to allow you add your own functions
at runtime.


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


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ANNOUNCE ARTISTIC Changes GPL README
%{perl_vendorlib}/HTML/
%{_mandir}/man3/HTML::Template::Expr.3*


%changelog
* Sat Jul  9 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.04-0.2
- Minor specfile cleanups.

* Tue Jun 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.04-0.1
- Rebuild for FC4.

* Sat Dec 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.04-0.fdr.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Template-Expr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Aug 2005 20:44:37 -0000	1.1
+++ .cvsignore	9 Aug 2005 20:45:12 -0000	1.2
@@ -0,0 +1 @@
+HTML-Template-Expr-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Template-Expr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Aug 2005 20:44:37 -0000	1.1
+++ sources	9 Aug 2005 20:45:12 -0000	1.2
@@ -0,0 +1 @@
+7b34e122677342475cfde168a70d7cab  HTML-Template-Expr-0.04.tar.gz




More information about the fedora-extras-commits mailing list