parent
7edf6b14f3
commit
b7047241b8
@ -0,0 +1 @@
|
||||
/File-Touch-0.08.tar.gz
|
@ -0,0 +1,48 @@
|
||||
Name: perl-File-Touch
|
||||
Summary: Update access, modification timestamps, creating nonexistent files
|
||||
Version: 0.08
|
||||
Release: 2%{?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/NW/NWETTERS/File-Touch-%{version}.tar.gz
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
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
|
||||
* 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.
|
Loading…
Reference in new issue