Specify all dependencies.

Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>
f38
Marcela Mašláňová 13 years ago
parent f85ab01171
commit 0c54c91dbd

@ -1,6 +1,6 @@
Name: perltidy
Version: 20120714
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Tool for indenting and reformatting Perl scripts
License: GPLv2+
@ -9,6 +9,12 @@ Source: http://downloads.sourceforge.net/perltidy/Perl-Tidy-%{version}.t
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Cwd)
BuildRequires: perl(Exporter)
BuildRequires: perl(IO::File)
BuildRequires: perl(Test)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -35,7 +41,6 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
@ -55,6 +60,9 @@ make test
%changelog
* Wed Aug 15 2012 Jitka Plesnikova <jplesnik@redhat.com> - 20120714-3
- Specify all dependencies.
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120714-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Loading…
Cancel
Save