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