rpms/perl-Sub-Exporter/devel perl-Sub-Exporter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Sep 7 23:17:29 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Sub-Exporter/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29445/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Sub-Exporter.spec 
Log Message:
auto-import perl-Sub-Exporter-0.970-1.fc5 on branch devel from perl-Sub-Exporter-0.970-1.fc5.src.rpm


--- NEW FILE perl-Sub-Exporter.spec ---
Name:           perl-Sub-Exporter
Version:        0.970
Release:        1%{?dist}
Summary:        Sophisticated exporter for custom-built routines
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Sub-Exporter/
Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(Data::OptList) >= 0.1
BuildRequires:  perl(Params::Util) >= 0.14
BuildRequires:  perl(Sub::Install) >= 0.92
# testing...
BuildRequires:  perl(Test::Pod::Coverage), perl(Test::Pod)
BuildRequires:  perl(Package::Generator)

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

%description
Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows
for renaming, currying/sub-generation, and other cool stuff.

ACHTUNG! If you're not familiar with Exporter or exporting, read
Sub::Exporter::Tutorial first!

%prep
%setup -q -n Sub-Exporter-%{version}

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

%changelog
* Sat Sep 02 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.970-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Sep 2006 23:17:10 -0000	1.1
+++ .cvsignore	7 Sep 2006 23:17:29 -0000	1.2
@@ -0,0 +1 @@
+Sub-Exporter-0.970.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sub-Exporter/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Sep 2006 23:17:10 -0000	1.1
+++ sources	7 Sep 2006 23:17:29 -0000	1.2
@@ -0,0 +1 @@
+10eaa77a13de4c23640cdd1aaf0f2412  Sub-Exporter-0.970.tar.gz




More information about the fedora-extras-commits mailing list