mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 10:23:04 +00:00
delete perllocal.pod
This commit is contained in:
parent
159e48a80d
commit
582bb1f908
1 changed files with 5 additions and 1 deletions
6
rpm.spec
6
rpm.spec
|
@ -61,7 +61,7 @@ Name: rpm
|
|||
Epoch: 1
|
||||
Version: %{libver}.%{minorver}
|
||||
License: LGPLv2.1+
|
||||
Release: 8
|
||||
Release: 1
|
||||
Group: System/Configuration/Packaging
|
||||
URL: http://rpm5.org/
|
||||
# snapshot from rpm-5_4 branch: 'cvs -d :pserver:anonymous@rpm5.org:/cvs co -r rpm-5_4 rpm'
|
||||
|
@ -894,9 +894,13 @@ cp -r apidocs/html %{buildroot}%{_docdir}/rpm
|
|||
|
||||
install -d %{buildroot}%{multiarch_bindir}
|
||||
install -d %{buildroot}%{multiarch_includedir}
|
||||
#dirty hack (akdengi)
|
||||
rm -f %{buildroot}//usr/lib/perl5/5.12.3/i386-linux-thread-multi/perllocal.pod
|
||||
%if "%{_lib}" == "lib64"
|
||||
install -d %{buildroot}%(linux32 rpm -E %%{multiarch_bindir})
|
||||
install -d %{buildroot}%(linux32 rpm -E %%{multiarch_includedir})
|
||||
#dirty hack (akdengi)
|
||||
rm -f %{buildroot}/usr/lib/perl5/5.12.3/x86_64-linux-thread-multi/perllocal.pod
|
||||
%endif
|
||||
|
||||
# TODO: review which files goes into what packages...?
|
||||
|
|
Loading…
Add table
Reference in a new issue