rpms/perl-Data-Dumper-Names/devel perl-Data-Dumper-Names.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Apr 8 05:48:00 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Data-Dumper-Names/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17052

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Data-Dumper-Names.spec 
Log Message:
* Mon Apr  6 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-2
- remove unnecessary requirement



--- NEW FILE perl-Data-Dumper-Names.spec ---
Name:           perl-Data-Dumper-Names
Version:        0.03
Release:        2%{?dist}
Summary:        Data::Dumper like module for printing and eval data structures
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Data-Dumper-Names/
Source0:        http://www.cpan.org/authors/id/O/OV/OVID/Data-Dumper-Names-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(PadWalker) >= 0.13
Requires:       perl(PadWalker) >= 0.13
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The essential module Data::Dumper is used for printing perl data structures or 
suitable for eval. Data::Dumper::Names dump variables with names and without
source filter. 

%prep
%setup -q -n Data-Dumper-Names-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Apr  6 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-2
- remove unnecessary requirement

* Thu Apr 02 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.03-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-Dumper-Names/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Apr 2009 02:46:47 -0000	1.1
+++ .cvsignore	8 Apr 2009 05:47:30 -0000	1.2
@@ -0,0 +1 @@
+Data-Dumper-Names-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-Dumper-Names/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Apr 2009 02:46:47 -0000	1.1
+++ sources	8 Apr 2009 05:47:30 -0000	1.2
@@ -0,0 +1 @@
+87fb75627801e323f7bc4430c3c97334  Data-Dumper-Names-0.03.tar.gz




More information about the Fedora-perl-devel-list mailing list