Author: tibbs Update of /cvs/extras/rpms/perl-PHP-Serialization/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24990/devel Modified Files: .cvsignore sources Added Files: perl-PHP-Serialization.spec Log Message: Initial import. --- NEW FILE perl-PHP-Serialization.spec --- Name: perl-PHP-Serialization Version: 0.27 Release: 1%{?dist} Summary: Converts between PHP's serialize() output and the equivalent Perl structure License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PHP-Serialization/ Source0: http://www.cpan.org/authors/id/J/JB/JBROWN/php-serialization/PHP-Serialization-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa. %prep %setup -q -n PHP-Serialization-%{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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Feb 05 2008 Jason Tibbitts <tibbs@xxxxxxxxxxx> 0.27-1 - Specfile autogenerated by cpanspec 1.74. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PHP-Serialization/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 May 2008 19:36:57 -0000 1.1 +++ .cvsignore 28 May 2008 20:11:32 -0000 1.2 @@ -0,0 +1 @@ +PHP-Serialization-0.27.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PHP-Serialization/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 May 2008 19:36:57 -0000 1.1 +++ sources 28 May 2008 20:11:32 -0000 1.2 @@ -0,0 +1 @@ +2fb3f63071c5c2119b4eebe39b329684 PHP-Serialization-0.27.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list