Fix permissions on Singleton.pm.
This commit is contained in:
parent
8e21fe3ff1
commit
6b508cf7d0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user