Author: cweyl Update of /cvs/extras/rpms/perl-Data-Dumper-Concise/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31886/devel Modified Files: .cvsignore sources Added Files: import.log perl-Data-Dumper-Concise.spec Log Message: initial import --- NEW FILE import.log --- perl-Data-Dumper-Concise-1_100-2_fc12:HEAD:perl-Data-Dumper-Concise-1.100-2.fc12.src.rpm:1266706919 --- NEW FILE perl-Data-Dumper-Concise.spec --- Name: perl-Data-Dumper-Concise Version: 1.100 Release: 2%{?dist} # lib/Data/Dumper/Concise.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: A convenient way to reproduce a set of Dumper options Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Data-Dumper-Concise-%{version}.tar.gz Url: http://search.cpan.org/dist/Data-Dumper-Concise BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Data::Dumper) BuildRequires: perl(Test::More) %{?perl_default_filter} %description This module always exports a single function, Dumper, which can be called with an array of values to dump those values or with no arguments to return the Data::Dumper object it has created. It exists, fundamentally, as a convenient way to reproduce a set of Dumper options that we've found ourselves using across large numbers of applications. %prep %setup -q -n Data-Dumper-Concise-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Feb 20 2010 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.100-2 - fix certain typos * Fri Feb 05 2010 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.100-1 - submission * Fri Feb 05 2010 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.100-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Dumper-Concise/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 20 Feb 2010 22:26:01 -0000 1.1 +++ .cvsignore 20 Feb 2010 23:02:06 -0000 1.2 @@ -0,0 +1 @@ +Data-Dumper-Concise-1.100.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Dumper-Concise/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 20 Feb 2010 22:26:01 -0000 1.1 +++ sources 20 Feb 2010 23:02:06 -0000 1.2 @@ -0,0 +1 @@ +8623d8cca85c0585d629425075fb5df9 Data-Dumper-Concise-1.100.tar.gz -- 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