rpms/perl-Data-JavaScript/F-12 import.log, NONE, 1.1 perl-Data-JavaScript.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Mon Mar 1 22:00:20 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Data-JavaScript/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20552/F-12

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-12:perl-Data-JavaScript-1.13-1.fc12.src.rpm:1267480797


--- 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 at club-internet.fr> 1.13-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-JavaScript/F-12/.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:00:19 -0000	1.2
@@ -0,0 +1 @@
+Data-JavaScript-1.13.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-JavaScript/F-12/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:00:20 -0000	1.2
@@ -0,0 +1 @@
+14a2e422d2a22d34749e762614b4736f  Data-JavaScript-1.13.tgz



More information about the scm-commits mailing list