rpms/perl-opts/F-11 import.log, NONE, 1.1 perl-opts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Fri Mar 19 23:40:28 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-opts/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25356/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-opts.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-opts-0_022-1_fc12:F-11:perl-opts-0.022-1.fc12.src.rpm:1269042020


--- NEW FILE perl-opts.spec ---
Name:           perl-opts
Summary:        Simple command line option parser
Version:        0.022
Release:        1%{?dist}
License:        GPL+ or Artistic
Group:          Development/Libraries
Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIKIHOSHI/opts-%{version}.tar.gz 
URL:            http://search.cpan.org/dist/opts
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires:  perl(Filter::Util::Call)
BuildRequires:  perl(Getopt::Long) >= 2.37
BuildRequires:  perl(PadWalker) >= 1.9
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)

# note versioning...
Requires:       perl(Getopt::Long) >= 2.37
Requires:       perl(PadWalker) >= 1.9

%{?perl_default_filter}
%{?perl_default_subpackage_tests}

%description
opts is a DSL for quickly and easily handling command line options.

%prep
%setup -q -n opts-%{version}

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

%install
rm -rf %{buildroot}

make pure_install DESTDIR=%{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/*.3*

%changelog
* Mon Mar 08 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.022-1
- specfile by Fedora::App::MaintainerTools 0.004




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-opts/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Mar 2010 20:08:23 -0000	1.1
+++ .cvsignore	19 Mar 2010 23:40:27 -0000	1.2
@@ -0,0 +1 @@
+opts-0.022.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-opts/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Mar 2010 20:08:23 -0000	1.1
+++ sources	19 Mar 2010 23:40:28 -0000	1.2
@@ -0,0 +1 @@
+08293bb9013c18f91fa4307feadb0102  opts-0.022.tar.gz




More information about the perl-devel mailing list