You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.1 KiB
71 lines
2.1 KiB
Name: perl-File-Touch
|
|
Summary: Update access, modification timestamps, creating nonexistent files
|
|
Version: 0.09
|
|
Release: 1%{?dist}
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/File-Touch
|
|
BuildArch: noarch
|
|
Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/File-Touch-%{version}.tar.gz
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl
|
|
BuildRequires: perl(Carp)
|
|
BuildRequires: perl(Exporter)
|
|
BuildRequires: perl(strict)
|
|
BuildRequires: perl(warnings)
|
|
BuildRequires: perl(Fcntl)
|
|
BuildRequires: perl(File::stat)
|
|
BuildRequires: perl(IO::File)
|
|
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
|
|
timestamps, creating nonexistent files where necessary.
|
|
|
|
%prep
|
|
%setup -q -n File-Touch-%{version}
|
|
|
|
%build
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
make test
|
|
|
|
%files
|
|
%doc Changes
|
|
%{perl_vendorlib}/*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* Fri Jun 12 2015 Andrea Veri <averi@fedoraproject.org> - 0.09-1
|
|
- New upstream release.
|
|
|
|
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-7
|
|
- Perl 5.22 rebuild
|
|
|
|
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-6
|
|
- Perl 5.20 rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.08-3
|
|
- Perl 5.18 rebuild
|
|
|
|
* Thu May 9 2013 Andrea Veri <averi@fedoraproject.org> - 0.08-2
|
|
- Fix Source0 to point to UpstreamName-%%{version}.
|
|
- Add the missing Build Depends.
|
|
|
|
* Mon May 6 2013 Andrea Veri <averi@fedoraproject.org> - 0.08-1
|
|
- Initial build.
|