Author: iarnell Update of /cvs/pkgs/rpms/perl-Hash-Flatten/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10100/F-10 Modified Files: .cvsignore sources Added Files: perl-Hash-Flatten.spec Log Message: initial import --- NEW FILE perl-Hash-Flatten.spec --- Name: perl-Hash-Flatten Version: 1.16 Release: 1%{?dist} Summary: Flatten/unflatten complex data hashes License: GPLv2 Group: Development/Libraries URL: http://search.cpan.org/dist/Hash-Flatten/ Source0: http://www.cpan.org/authors/id/B/BB/BBC/Hash-Flatten-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Trace) BuildRequires: perl(Test::Assertions) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Converts back and forth between a nested hash structure and a flat hash of delimited key-value pairs. Useful for protocols that only support key-value pairs (such as CGI and DBMs). %prep %setup -q -n Hash-Flatten-%{version} # fix file encoding iconv --from=ISO-8859-1 --to=UTF-8 Changes >Changes.tmp && mv Changes.tmp Changes %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 COPYING README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Apr 04 2009 Iain Arnell 1.16-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Hash-Flatten/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Apr 2009 02:57:46 -0000 1.1 +++ .cvsignore 8 Apr 2009 03:18:01 -0000 1.2 @@ -0,0 +1 @@ +Hash-Flatten-1.16.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Hash-Flatten/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Apr 2009 02:57:46 -0000 1.1 +++ sources 8 Apr 2009 03:18:01 -0000 1.2 @@ -0,0 +1 @@ +b67a1b1888aee862bd5b7a2987989495 Hash-Flatten-1.16.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