rpms/perl-PHP-Serialization/F-8 perl-PHP-Serialization.spec, NONE, 1.1 sources, 1.1, 1.2

Jason ティビツ tibbs at fedoraproject.org
Wed Aug 27 19:59:22 UTC 2008


Author: tibbs

Update of /cvs/extras/rpms/perl-PHP-Serialization/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18949

Modified Files:
	sources 
Added Files:
	perl-PHP-Serialization.spec 
Log Message:
Initial import for F-8.



--- 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 at math.uh.edu> 0.27-1
- Specfile autogenerated by cpanspec 1.74.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-PHP-Serialization/F-8/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	27 Aug 2008 19:58:51 -0000	1.2
@@ -0,0 +1 @@
+2fb3f63071c5c2119b4eebe39b329684  PHP-Serialization-0.27.tar.gz




More information about the fedora-extras-commits mailing list