This commit is contained in:
Tom Callaway 2015-05-26 10:31:19 -04:00
parent 98512bb983
commit 77dca7165f
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
File-Which-1.09.tar.gz File-Which-1.09.tar.gz
/File-Which-1.18.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-File-Which Name: perl-File-Which
Version: 1.09 Version: 1.18
Release: 19%{?dist} Release: 1%{?dist}
Summary: Portable implementation of the 'which' utility Summary: Portable implementation of the 'which' utility
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -54,13 +54,16 @@ make test
%files %files
%doc Changes README %doc Changes README
%{_bindir}/pwhich # %%{_bindir}/pwhich
%{perl_vendorlib}/File/ %{perl_vendorlib}/File/
%{_mandir}/man1/*.1* # %%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3pm* %{_mandir}/man3/*.3pm*
%changelog %changelog
* Tue May 26 2015 Tom Callaway <spot@fedoraproject.org> - 1.18-1
- update to 1.18
* Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 1.09-19 * Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 1.09-19
- Specify all dependencies - Specify all dependencies

View File

@ -1 +1 @@
b9429edaad7f45caafa4d458afcfd8af File-Which-1.09.tar.gz 554bfb36568d828fbeee64f4b9a9faa8 File-Which-1.18.tar.gz