Fix permissions (#166406).

epel9
Steven Pritchard 20 years ago
parent 1750cc20cd
commit bbce8a1008

@ -2,7 +2,7 @@
Name: perl-Text-Autoformat Name: perl-Text-Autoformat
Version: 1.13 Version: 1.13
Release: 1%{?dist} Release: 2%{?dist}
Summary: Text::Autoformat Perl module Summary: Text::Autoformat Perl module
License: Artistic License: Artistic
Group: Development/Libraries Group: Development/Libraries
@ -32,6 +32,7 @@ the built-in Perl format() mechanism.
%prep %prep
%setup -q -n Text-Autoformat-%{version} %setup -q -n Text-Autoformat-%{version}
chmod a-x lib/Text/Autoformat.pm Changes README
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Aug 20 2005 Steven Pritchard <steve@kspei.com> 1.13-2
- Fix permissions (#166406).
* Tue May 24 2005 Steven Pritchard <steve@kspei.com> 1.13-1 * Tue May 24 2005 Steven Pritchard <steve@kspei.com> 1.13-1
- Update to 1.13 final. - Update to 1.13 final.
- Filter bogus perl(Hang) and perl(NullHang) auto-provides. - Filter bogus perl(Hang) and perl(NullHang) auto-provides.

Loading…
Cancel
Save