rpms/perl-Devel-PartialDump/F-13 perl-Devel-PartialDump.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Mon Jul 5 03:02:06 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Devel-PartialDump/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17364/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Devel-PartialDump.spec 
Log Message:
initial import


--- NEW FILE perl-Devel-PartialDump.spec ---
Name:           perl-Devel-PartialDump
Version:        0.13
Release:        1%{?dist}
Summary:        Partial dumping of data structures, optimized for argument printing
# from PartialDump.pm
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Devel-PartialDump/
Source0:        http://www.cpan.org/authors/id/F/FL/FLORA/Devel-PartialDump-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose)
BuildRequires:  perl(namespace::clean) >= 0.08
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::use::ok)
BuildRequires:  perl(Test::Warn) >= 0.21
Requires:       perl(namespace::clean) >= 0.08
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This module is a data dumper optimized for logging of arbitrary parameters.

%prep
%setup -q -n Devel-PartialDump-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Jul 04 2010 Iain Arnell <iarnell at gmail.com> 0.13-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Devel-PartialDump/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Jul 2010 01:49:10 -0000	1.1
+++ .cvsignore	5 Jul 2010 03:02:05 -0000	1.2
@@ -0,0 +1 @@
+Devel-PartialDump-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Devel-PartialDump/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Jul 2010 01:49:10 -0000	1.1
+++ sources	5 Jul 2010 03:02:05 -0000	1.2
@@ -0,0 +1 @@
+54c96daed7cab9f36ac371a209d1c445  Devel-PartialDump-0.13.tar.gz




More information about the perl-devel mailing list