|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: perl-File-Touch
|
|
|
|
|
Summary: Update access, modification timestamps, creating nonexistent files
|
|
|
|
|
Version: 0.10
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.11
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/File-Touch
|
|
|
|
@ -20,7 +20,7 @@ BuildRequires: perl(Test::More)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The following Perl module allows you to update access and modification
|
|
|
|
|
The following Perl module allows you to update access and modification
|
|
|
|
|
timestamps, creating nonexistent files where necessary.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -44,6 +44,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 20 2016 Andrea Veri <averi@fedoraproject.org> - 0.11-1
|
|
|
|
|
- New upstream release.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|