rpms/perl-Getopt-Euclid/F-7 perl-Getopt-Euclid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rasmus Ory Nielsen (ron) fedora-extras-commits at redhat.com
Sun Nov 18 20:29:11 UTC 2007


Author: ron

Update of /cvs/pkgs/rpms/perl-Getopt-Euclid/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv537/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Getopt-Euclid.spec 
Log Message:
Auto import of perl-Getopt-Euclid



--- NEW FILE perl-Getopt-Euclid.spec ---
Name:           perl-Getopt-Euclid
Version:        0.1.0
Release:        1%{?dist}
Summary:        Executable Uniform Command-Line Interface Descriptions
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Getopt-Euclid/
Source0:        http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Getopt-Euclid-v%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(version)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Pod)
Requires:       perl(version)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Getopt::Euclid uses your program's own documentation to create a command-
line argument parser. This ensures that your program's documented interface
and its actual interface always agree.

%prep
%setup -q -n Getopt-Euclid-v%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Nov 14 2007 Rasmus Ory Nielsen <ron at ron.dk> - 0.1.0-1
- Specfile autogenerated by cpanspec 1.73.
- Adapted for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Getopt-Euclid/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Nov 2007 18:57:30 -0000	1.1
+++ .cvsignore	18 Nov 2007 20:28:37 -0000	1.2
@@ -0,0 +1 @@
+Getopt-Euclid-v0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Getopt-Euclid/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Nov 2007 18:57:30 -0000	1.1
+++ sources	18 Nov 2007 20:28:37 -0000	1.2
@@ -0,0 +1 @@
+b649254d8ffefb9efb57b794d0071a5f  Getopt-Euclid-v0.1.0.tar.gz




More information about the fedora-extras-commits mailing list