rpms/perl-Data-Dump/FC-6 perl-Data-Dump.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Apr 30 16:06:11 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Data-Dump/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25614

Modified Files:
	sources 
Added Files:
	perl-Data-Dump.spec 
Log Message:
pseudo-branch of perl-Data-Dump to FC-6


--- NEW FILE perl-Data-Dump.spec ---
Name:           perl-Data-Dump
Version:        1.08
Release:        2%{?dist}
Summary:        Pretty printing of data structures
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Data-Dump/
Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/Data-Dump-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

# core
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a single function called dump() that takes a list of
values as its argument and produces a string as its result. The string
contains Perl code that, when evaled, produces a deep copy of the original
arguments. The string is formatted for easy reading.

%prep
%setup -q -n Data-Dump-%{version}

# make rpmlint happy...
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{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 README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Apr 30 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.08-2
- bump

* Tue Apr 10 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.08-1
- Specfile autogenerated by cpanspec 1.70.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Dump/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 22:24:50 -0000	1.1
+++ sources	30 Apr 2007 16:05:37 -0000	1.2
@@ -0,0 +1 @@
+a61c1537bdb484b909cfb9a514853838  Data-Dump-1.08.tar.gz




More information about the fedora-extras-commits mailing list