Fix permissions on Singleton.pm.

This commit is contained in:
Steven Pritchard 2005-09-08 16:29:29 +00:00
parent 8e21fe3ff1
commit 6b508cf7d0

View File

@ -1,6 +1,6 @@
Name: perl-Class-Singleton
Version: 1.03
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Class::Singleton Perl module
License: Artistic
Group: Development/Libraries
@ -22,6 +22,7 @@ method and can implement whatever specific functionality is required.
%prep
%setup -q -n Class-Singleton-%{version}
chmod a-x Singleton.pm
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -52,5 +53,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Sep 08 2005 Steven Pritchard <steve@kspei.com> 1.03-2
- Fix permissions on Singleton.pm.
* Wed Aug 31 2005 Steven Pritchard <steve@kspei.com> 1.03-1
- Specfile autogenerated.