rpms/perl-Template-Plugin-JavaScript/F-10 import.log, NONE, 1.1 perl-Template-Plugin-JavaScript.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Mon Feb 9 16:28:17 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Template-Plugin-JavaScript/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1824/F-10

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


--- NEW FILE import.log ---
perl-Template-Plugin-JavaScript-0_01-1_fc10:F-10:perl-Template-Plugin-JavaScript-0.01-1.fc10.src.rpm:1234196863


--- NEW FILE perl-Template-Plugin-JavaScript.spec ---
Name:       perl-Template-Plugin-JavaScript 
Version:    0.01 
Release:    1%{?dist}
# see lib/Template/Plugin/JavaScript.pm 
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Encodes text to be safe in JavaScript 
Source:     http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Template-Plugin-JavaScript-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Template-Plugin-JavaScript
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Template::Plugin)
BuildRequires: perl(Test::More) >= 0.32

%description
Template::Plugin::JavaScript is a TT filter that filters text so it can
be safely used in JavaScript quotes. e.g:

  [% USE JavaScript %]
  document.write("[% FILTER js %] Here's some text going on. [% END %]");

will become:

  document.write("\nHere\'s some text going on.\n");

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

%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,-)
%doc Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Feb 07 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.01-1
- update for submission

* Sat Feb 07 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Template-Plugin-JavaScript/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Feb 2009 22:05:36 -0000	1.1
+++ .cvsignore	9 Feb 2009 16:27:47 -0000	1.2
@@ -0,0 +1 @@
+Template-Plugin-JavaScript-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Template-Plugin-JavaScript/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Feb 2009 22:05:36 -0000	1.1
+++ sources	9 Feb 2009 16:27:47 -0000	1.2
@@ -0,0 +1 @@
+c8e648779bfda5b0bdd68eef9729d06c  Template-Plugin-JavaScript-0.01.tar.gz




More information about the Fedora-perl-devel-list mailing list