rpms/perl-Text-Smart-Plugin/devel perl-Text-Smart-Plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alan Pevec (apevec) fedora-extras-commits at redhat.com
Wed May 14 22:00:07 UTC 2008


Author: apevec

Update of /cvs/pkgs/rpms/perl-Text-Smart-Plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10593/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-Smart-Plugin.spec 
Log Message:
Initial import.



--- NEW FILE perl-Text-Smart-Plugin.spec ---
Name:           perl-Text-Smart-Plugin
Version:        1.0.1
Release:        1%{?dist}
Summary:        Template Toolkit plugin for Text::Smart
License:        GPLv2
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-Smart-Plugin/
Source0:        http://www.cpan.org/modules/by-module/Text/Text-Smart-Plugin-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Template) >= 2.06
BuildRequires:  perl(Text::Smart) >= 1.0.0
Requires:       perl(Template) >= 2.06
Requires:       perl(Text::Smart) >= 1.0.0
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a plugin for the Template-Toolkit to enable the use
of 'smart text', whose syntax is defined by the Text::Smart module. See
that module's manual pages for details of the markup allowed. See the
synopsis section above for how to use this module in combination with the
Template toolkit.

%prep
%setup -q -n Text-Smart-Plugin-%{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 -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 AUTHORS CHANGES COPYING README Text-Smart-Plugin.spec
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri May 09 2008 Alan Pevec <apevec at redhat.com> 1.0.1-1
- Specfile autogenerated by cpanspec 1.74.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Smart-Plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 May 2008 15:49:42 -0000	1.1
+++ .cvsignore	14 May 2008 21:59:29 -0000	1.2
@@ -0,0 +1 @@
+Text-Smart-Plugin-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Smart-Plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 May 2008 15:49:42 -0000	1.1
+++ sources	14 May 2008 21:59:29 -0000	1.2
@@ -0,0 +1 @@
+3da63d8ff62eab2b8c55747d5a1bd2c6  Text-Smart-Plugin-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list