761f517
1c7df11
@@ -35,13 +35,13 @@
%prep
%setup -q -n Crypt-OpenSSL-Bignum-%{version}
+ chmod a-x LICENSE README Changes
+
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
- rm -rf %{buildroot}
-
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
It's not necessary and should not be done according to Fedora's guidelines.
1 new commit added
Fix permissions of doc files
Hi! Can you take a look at this please?
ping
Pull-Request has been merged by hardaker
Whoops. way sorry for the delay. But merged now and thanks for the patch.
(sadly, I read the email as a bug report not and not a PR and did half your patch myself too)
No worries. Thanks.
It's not necessary and should not be done according to Fedora's
guidelines.