diff --git a/perl-Class-Singleton.spec b/perl-Class-Singleton.spec index 07f7ced..cca7cac 100644 --- a/perl-Class-Singleton.spec +++ b/perl-Class-Singleton.spec @@ -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 1.03-2 +- Fix permissions on Singleton.pm. + * Wed Aug 31 2005 Steven Pritchard 1.03-1 - Specfile autogenerated.