rpms/perl-Getopt-Simple/F-13 import.log, NONE, 1.1 perl-Getopt-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jan Klepek hpejakle at fedoraproject.org
Wed Mar 24 07:41:03 UTC 2010


Author: hpejakle

Update of /cvs/pkgs/rpms/perl-Getopt-Simple/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5274/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Getopt-Simple.spec 
Log Message:
* Mon Mar 15 2010 Jan Klepek 1.49-1
- Specfile autogenerated by cpanspec 1.78.




--- NEW FILE import.log ---
perl-Getopt-Simple-1_49-1_fc11:F-13:perl-Getopt-Simple-1.49-1.fc11.src.rpm:1269416444


--- NEW FILE perl-Getopt-Simple.spec ---
Name:           perl-Getopt-Simple
Version:        1.49
Release:        1%{?dist}
Summary:        Provide a simple wrapper around Getopt::Long
License:        Artistic 2.0
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Getopt-Simple/
Source0:        http://www.cpan.org/authors/id/R/RS/RSAVAGE/Getopt-Simple-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       perl(Getopt::Long)

%description
Getopt::Simple is a pure Perl module used as wrapper around Getopt::Long.

%prep
%setup -q -n Getopt-Simple-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT
tr -d '\r' < README > tmp
mv tmp README
./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.txt README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Mar 15 2010 Jan Klepek 1.49-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Getopt-Simple/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Mar 2010 03:38:23 -0000	1.1
+++ .cvsignore	24 Mar 2010 07:41:03 -0000	1.2
@@ -0,0 +1 @@
+Getopt-Simple-1.49.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Getopt-Simple/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Mar 2010 03:38:23 -0000	1.1
+++ sources	24 Mar 2010 07:41:03 -0000	1.2
@@ -0,0 +1 @@
+4b1e965e7833f840bd78eb9835da5bd0  Getopt-Simple-1.49.tgz




More information about the perl-devel mailing list