1.1001 bump
This commit is contained in:
parent
ebfcea99a9
commit
46320723fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/Module-CPANfile-1.0001.tar.gz
|
/Module-CPANfile-1.0001.tar.gz
|
||||||
/Module-CPANfile-1.1000.tar.gz
|
/Module-CPANfile-1.1000.tar.gz
|
||||||
|
/Module-CPANfile-1.1001.tar.gz
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
Name: perl-Module-CPANfile
|
Name: perl-Module-CPANfile
|
||||||
Version: 1.1000
|
Version: 1.1001
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parse cpanfile
|
Summary: Parse cpanfile
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Module-CPANfile/
|
URL: http://search.cpan.org/dist/Module-CPANfile/
|
||||||
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Module-CPANfile-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(base)
|
BuildRequires: perl(base)
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
@ -55,7 +58,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes LICENSE README
|
%license LICENSE
|
||||||
|
%doc Changes README
|
||||||
%{_bindir}/mymeta-cpanfile
|
%{_bindir}/mymeta-cpanfile
|
||||||
%{_bindir}/cpanfile-dump
|
%{_bindir}/cpanfile-dump
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
@ -64,6 +68,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 07 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.1001-1
|
||||||
|
- 1.1001 bump
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1000-3
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1000-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user