rpms/perl-Getopt-ArgvFile/F-11 license.txt, NONE, 1.1 perl-Getopt-ArgvFile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sat Apr 18 05:43:29 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Getopt-ArgvFile/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6168/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	license.txt perl-Getopt-ArgvFile.spec 
Log Message:
initial import


--- NEW FILE license.txt ---
From: Jochen Stenzel <perl at jochen-stenzel.de>
To: Iain Arnell <iarnell at gmail.com>
Subject: Re: Getopt-ArgvFile license
Date: Wed, 15 Apr 2009 21:28:28 +0200

Hello Iain,

> until you get a chance to release an updated version, would you mind
> explicitly stating that Fedora can release the current
> Getopt-ArgvFile-1.11 under Artistic 2.0 license.

I am very sorry that I did not manage the promised update yet (due to
private tasks). Yes, I hereby state that Fedora has my explicit
permission to release Getopt::ArgvFile 1.11 under Artistic License 2.0.

I am still willing to publish an updated version explicitly licensed
under Artistic License 2.0. Sorry for the delay.

Thank you!

            Jochen





--- NEW FILE perl-Getopt-ArgvFile.spec ---
Name:           perl-Getopt-ArgvFile
Version:        1.11
Release:        1%{?dist}
Summary:        Interpolates script options from files into @ARGV or another array
License:        Artistic 2.0
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Getopt-ArgvFile/
Source0:        http://www.cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-%{version}.tar.gz
Source1:        license.txt
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Harness) >= 1.25
BuildRequires:  perl(Test::More) >= 0.11
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module simply interpolates option file hints in @ARGV by the contents
of the pointed files. This enables option reading from files instead of or
additional to the usual reading from the command line.

%prep
%setup -q -n Getopt-ArgvFile-%{version}
cp %{SOURCE1} .

# fix up crlf
sed -i -e 's/\r//' Changes

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

%changelog
* Thu Apr 16 2009 Iain Arnell <iarnell at gmail.com> 1.11-1
- Specfile autogenerated by cpanspec 1.77.
- remove explicit requires
- include text file documenting the relicensing


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Getopt-ArgvFile/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2009 21:45:24 -0000	1.1
+++ .cvsignore	18 Apr 2009 05:42:58 -0000	1.2
@@ -0,0 +1 @@
+Getopt-ArgvFile-1.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Getopt-ArgvFile/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2009 21:45:24 -0000	1.1
+++ sources	18 Apr 2009 05:42:58 -0000	1.2
@@ -0,0 +1 @@
+42117db2af4a24c062b2da25d4fdf756  Getopt-ArgvFile-1.11.tar.gz




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