Author: eseyman Update of /cvs/pkgs/rpms/perl-Data-JavaScript/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20965/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Data-JavaScript.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Data-JavaScript-1_13-1_fc12:F-11:perl-Data-JavaScript-1.13-1.fc12.src.rpm:1267480875 --- NEW FILE perl-Data-JavaScript.spec --- Name: perl-Data-JavaScript Version: 1.13 Release: 1%{?dist} Summary: Dump perl data structures into JavaScript code License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-JavaScript/ Source0: http://www.cpan.org/authors/id/J/JP/JPIERCE/Data-JavaScript-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module is mainly intended for CGI programming, when a perl script generates a page with client side JavaScript code that needs access to structures created on the server. %prep %setup -q -n Data-JavaScript-%{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 CHANGES README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Dec 16 2009 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 1.13-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-JavaScript/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 1 Mar 2010 17:00:42 -0000 1.1 +++ .cvsignore 1 Mar 2010 22:01:35 -0000 1.2 @@ -0,0 +1 @@ +Data-JavaScript-1.13.tgz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-JavaScript/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 1 Mar 2010 17:00:42 -0000 1.1 +++ sources 1 Mar 2010 22:01:35 -0000 1.2 @@ -0,0 +1 @@ +14a2e422d2a22d34749e762614b4736f Data-JavaScript-1.13.tgz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel