1.17 bump
This commit is contained in:
parent
3d342c1c1b
commit
6cd0ad016f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Term-Cap-1.16.tar.gz
|
||||
/Term-Cap-1.17.tar.gz
|
||||
|
||||
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* termcap");
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Term-Cap
|
||||
Version: 1.16
|
||||
Version: 1.17
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl termcap interface
|
||||
License: GPL+ or Artistic
|
||||
@ -46,10 +46,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 26 2015 Petr Pisar <ppisar@redhat.com> - 1.17-1
|
||||
- 1.17 bump
|
||||
|
||||
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> 1.16-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user