rpms/perl-Template-Plugin-Cycle/F-13 perl-Template-Plugin-Cycle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Thu Jul 8 03:00:09 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Template-Plugin-Cycle/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10810/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Template-Plugin-Cycle.spec 
Log Message:
initial import


--- NEW FILE perl-Template-Plugin-Cycle.spec ---
Name:           perl-Template-Plugin-Cycle
Version:        1.06
Release:        2%{?dist}
Summary:        Cyclically insert into a Template from a sequence of values
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Template-Plugin-Cycle/
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Template-Plugin-Cycle-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Params::Util) >= 0.20
BuildRequires:  perl(Template) >= 2.10
BuildRequires:  perl(Test::More) >= 0.47
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
Sometimes, apparently almost exclusively when doing alternating table row
backgrounds, you need to print an alternating, cycling, set of values into
a template.

Template::Plugin::Cycle is a small, simple, and hopefully DWIM solution to
these sorts of tasks.

%prep
%setup -q -n Template-Plugin-Cycle-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -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 Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Jun 23 2010 Iain Arnell <iarnell at gmail.com> 1.06-2
- remove unnecessary requires

* Wed Jun 23 2010 Iain Arnell <iarnell at gmail.com> 1.06-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Template-Plugin-Cycle/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Jul 2010 01:25:41 -0000	1.1
+++ .cvsignore	8 Jul 2010 03:00:09 -0000	1.2
@@ -0,0 +1 @@
+Template-Plugin-Cycle-1.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Template-Plugin-Cycle/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Jul 2010 01:25:42 -0000	1.1
+++ sources	8 Jul 2010 03:00:09 -0000	1.2
@@ -0,0 +1 @@
+ec4d89d12b0f1bb042569d2e5a92867f  Template-Plugin-Cycle-1.06.tar.gz



More information about the scm-commits mailing list