rpms/perl-Data-Section/F-9 perl-Data-Section.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel P. Berrange berrange at fedoraproject.org
Wed Sep 10 10:37:09 UTC 2008


Author: berrange

Update of /cvs/pkgs/rpms/perl-Data-Section/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29583

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Data-Section.spec 
Log Message:
Initial import of perl-Data-Section after review (rhbz #461303)


--- NEW FILE perl-Data-Section.spec ---
Name:           perl-Data-Section
Version:        0.005
Release:        2%{?dist}
Summary:        Read multiple hunks of data out of your DATA section
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Data-Section/
Source0:        http://www.cpan.org/modules/by-module/Data/Data-Section-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter) >= 0.979
BuildRequires:  perl(Test::More)
Requires:       perl(Sub::Exporter) >= 0.979
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Data::Section provides an easy way to access multiple named chunks of line-
oriented data in your module's DATA section. It was written to allow
modules to store their own templates, but probably has other uses.

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

%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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Sep 06 2008 Daniel P. Berrange <berrange at redhat.com> 0.005-2
- Add Test::More BR

* Fri Sep 05 2008 Daniel P. Berrange <berrange at redhat.com> 0.005-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-Section/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Sep 2008 02:20:49 -0000	1.1
+++ .cvsignore	10 Sep 2008 10:36:39 -0000	1.2
@@ -0,0 +1,4 @@
+Data-Section-0.005.tar.gz
+noarch
+.build*.log
+*.rpm


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-Section/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Sep 2008 02:20:49 -0000	1.1
+++ sources	10 Sep 2008 10:36:39 -0000	1.2
@@ -0,0 +1 @@
+9206d32770fbb96fa717f8c4399f74ef  Data-Section-0.005.tar.gz




More information about the fedora-extras-commits mailing list