#1 Don't remove buildroot in %install
Merged 2 years ago by hardaker. Opened 4 years ago by olysonek.
rpms/ olysonek/perl-Crypt-OpenSSL-Bignum master  into  master

Fix permissions of doc files
Ondřej Lysoněk • 4 years ago  
Don't remove buildroot in %install
Ondřej Lysoněk • 4 years ago  
@@ -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
4 years ago

Hi! Can you take a look at this please?

Pull-Request has been merged by hardaker

2 years ago

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)