rpms/perl-Template-Alloy/FC-6 perl-Template-Alloy.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Oct 24 17:05:48 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Template-Alloy/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26989

Modified Files:
	sources 
Added Files:
	perl-Template-Alloy.spec 
Log Message:
pseudo-branch of perl-Template-Alloy to FC-6


--- NEW FILE perl-Template-Alloy.spec ---
Name:           perl-Template-Alloy
Version:        1.007
Release:        3%{?dist}
Summary:        Templating tool supporting multiple markup formats 
# see lib/Template/Alloy.pod
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Template-Alloy/
Source0:        http://www.cpan.org/authors/id/R/RH/RHANDOM/Template-Alloy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires: perl(ExtUtils::MakeMaker) 
BuildRequires: perl(Test::More) 
# cpan
# test
BuildRequires: perl(Taint::Runtime)
BuildRequires: perl(Template::View)
BuildRequires: perl(Template::Stash)
BuildRequires: perl(File::Path)


%description
"An alloy is a homogeneous mixture of two or more elements"
(http://en.wikipedia.org/wiki/Alloy).

Template::Alloy represents the mixing of features and capabilities from all 
of the major mini-language based template systems (support for 
non-mini-language based systems will happen eventually).  With Template::Alloy
you can use your favorite template interface and syntax and get features from 
each of the other major template systems.  And Template::Alloy is fast - 
whether you're using mod_perl, cgi, or running from the commandline.  There
is even Template::Alloy::XS for getting a little more speed when that is 
necessary.


%prep
%setup -q -n Template-Alloy-%{version}

find . -type f -exec chmod -c -x {} +

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
# README is currently 0-length
%doc Changes samples/ t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Oct 24 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.007-3
- bump

* Wed Oct 24 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.007-2
- update summary tag

* Mon Oct 15 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.007-1
- update to 1.007
- update license tag: GPL -> GPL+

* Thu Aug 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.006-1
- Specfile autogenerated by cpanspec 1.71.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Template-Alloy/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Oct 2007 04:34:50 -0000	1.1
+++ sources	24 Oct 2007 17:05:14 -0000	1.2
@@ -0,0 +1 @@
+d322cea675beefe8dbffa4ed3d6b4862  Template-Alloy-1.007.tar.gz




More information about the fedora-extras-commits mailing list