Removed the explicit perl build requirement.
This commit is contained in:
parent
7764d5dad8
commit
ea5454b1f2
@ -1,6 +1,6 @@
|
||||
Name: perl-Text-Template
|
||||
Version: 1.44
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Expand template text with embedded Perl
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -10,7 +10,6 @@ Source0: http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl >= 1:5.6.1
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -38,7 +37,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check || :
|
||||
%check
|
||||
make test
|
||||
|
||||
|
||||
@ -54,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 25 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.44-2
|
||||
- Removed the explicit perl build requirement.
|
||||
|
||||
* Wed Aug 10 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.44-1
|
||||
- Update to Fedora Extras template.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user