2.49 bump
This commit is contained in:
parent
d0bbb0a174
commit
6f08d48e3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/Getopt-Long-2.46.tar.gz
|
||||
/Getopt-Long-2.47.tar.gz
|
||||
/Getopt-Long-2.48.tar.gz
|
||||
/Getopt-Long-2.49.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Getopt-Long
|
||||
Version: 2.48
|
||||
Release: 365%{?dist}
|
||||
Version: 2.49
|
||||
Release: 1%{?dist}
|
||||
Summary: Extended processing of command line options
|
||||
License: GPLv2+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -10,6 +10,7 @@ BuildArch: noarch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 5.0
|
||||
BuildRequires: perl(lib)
|
||||
@ -47,7 +48,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -59,6 +60,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2016 Petr Pisar <ppisar@redhat.com> - 2.49-1
|
||||
- 2.49 bump
|
||||
|
||||
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.48-365
|
||||
- Increase release to favour standalone package
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user