|
|
|
@ -1,12 +1,11 @@
|
|
|
|
|
Name: perl-Getopt-Long-Descriptive
|
|
|
|
|
Summary: Getopt::Long with usage text
|
|
|
|
|
Version: 0.084
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.087
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz
|
|
|
|
|
URL: http://search.cpan.org/dist/Getopt-Long-Descriptive/
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
@ -14,14 +13,11 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.33
|
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
|
BuildRequires: perl(Params::Validate) >= 0.74
|
|
|
|
|
BuildRequires: perl(Sub::Exporter)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter) >= 0.972
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
|
|
|
|
|
Requires: perl(Getopt::Long) >= 2.33
|
|
|
|
|
Requires: perl(List::Util)
|
|
|
|
|
Requires: perl(Params::Validate) >= 0.74
|
|
|
|
|
Requires: perl(Sub::Exporter)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
@ -38,8 +34,6 @@ Convenient wrapper for Getopt::Long and program usage output.
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
@ -50,9 +44,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc Changes README
|
|
|
|
@ -60,6 +51,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 08 2011 Iain Arnell <iarnell@gmail.com> 0.087-1
|
|
|
|
|
- update to latest upstream version
|
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.084-3
|
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
|
|
|
|
|