Resolves: rhbz#226239 - Remove tabs from spec file for package review
This commit is contained in:
parent
64e2b49bca
commit
2454c48ffd
@ -1,6 +1,6 @@
|
||||
Name: perl-Archive-Tar
|
||||
Version: 1.30
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A module for Perl manipulation of .tar files
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl >= 1:5.6.1
|
||||
BuildRequires: perl(IO::String), perl(IO::Zlib)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Compress::Zlib), perl(IO::Zlib)
|
||||
|
||||
%description
|
||||
@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 16 2007 Robin Norwood <rnorwood@redhat.com> - 1.30-2
|
||||
- Resolves: rhbz#226239 - Remove tabs from spec file for package review
|
||||
|
||||
* Tue Sep 19 2006 Robin Norwood <rnorwood@redhat.com> - 1.30-1
|
||||
- Bump to 1.30
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user