mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-23 10:23:04 +00:00
drop .la
This commit is contained in:
parent
6849128886
commit
7a3dbb9b0e
1 changed files with 14 additions and 14 deletions
28
rpm.spec
28
rpm.spec
|
@ -61,7 +61,7 @@ Name: rpm
|
|||
Epoch: 1
|
||||
Version: %{libver}.%{minorver}
|
||||
License: LGPLv2.1+
|
||||
Release: 1
|
||||
Release: 3
|
||||
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'
|
||||
|
@ -1070,28 +1070,28 @@ rm -f %{buildroot}/usr/lib/perl5/5.12.3/x86_64-linux-thread-multi/perllocal.pod
|
|||
#%%if %%{with sqlite}
|
||||
#%%{_rpmhome}/libsql*.so.*
|
||||
#%%endif
|
||||
%{_rpmhome}/lib/liblua.la
|
||||
#{_rpmhome}/lib/liblua.la
|
||||
|
||||
%files -n %{librpmnamedevel}
|
||||
#%%doc apidocs/html
|
||||
%{_includedir}/rpm
|
||||
%{_libdir}/librpm.so
|
||||
%{_libdir}/librpm.la
|
||||
%{_libdir}/librpmconstant.la
|
||||
#{_libdir}/librpm.la
|
||||
#{_libdir}/librpmconstant.la
|
||||
%{_libdir}/librpmconstant.so
|
||||
%{_libdir}/librpmdb.so
|
||||
%{_libdir}/librpmdb.la
|
||||
#{_libdir}/librpmdb.la
|
||||
%{_libdir}/librpmio.so
|
||||
%{_libdir}/librpmio.la
|
||||
#{_libdir}/librpmio.la
|
||||
%{_libdir}/librpmmisc.so
|
||||
%{_libdir}/librpmmisc.la
|
||||
#{_libdir}/librpmmisc.la
|
||||
%{_libdir}/librpmbuild.so
|
||||
%{_libdir}/librpmbuild.la
|
||||
#{_libdir}/librpmbuild.la
|
||||
%{_libdir}/pkgconfig/rpm.pc
|
||||
|
||||
%if %{with js}
|
||||
%{_rpmhome}/lib/librpmjsm.so
|
||||
%{_rpmhome}/lib/librpmjsm.la
|
||||
#{_rpmhome}/lib/librpmjsm.la
|
||||
%endif
|
||||
#%%if %%{with sqlite}
|
||||
#%%{_rpmhome}/libsql*.so
|
||||
|
@ -1110,7 +1110,7 @@ rm -f %{buildroot}/usr/lib/perl5/5.12.3/x86_64-linux-thread-multi/perllocal.pod
|
|||
#%%doc perl/Changes
|
||||
%if %{with embed}
|
||||
%{_rpmhome}/lib/rpmperl.so
|
||||
%{_rpmhome}/lib/rpmperl.la
|
||||
#{_rpmhome}/lib/rpmperl.la
|
||||
%endif
|
||||
%{_mandir}/man3/RPM*
|
||||
%{perl_vendorarch}/%{perlmod}.pm
|
||||
|
@ -1123,12 +1123,12 @@ rm -f %{buildroot}/usr/lib/perl5/5.12.3/x86_64-linux-thread-multi/perllocal.pod
|
|||
%files -n python-rpm
|
||||
%if %{with embed}
|
||||
%{_rpmhome}/lib/rpmpython.so
|
||||
%{_rpmhome}/lib/rpmpython.la
|
||||
#{_rpmhome}/lib/rpmpython.la
|
||||
%endif
|
||||
%dir %{py_platsitedir}/rpm
|
||||
%{py_platsitedir}/rpm/*.py
|
||||
%{py_platsitedir}/rpm/*.so
|
||||
%{py_platsitedir}/rpm/_rpmmodule.la
|
||||
#{py_platsitedir}/rpm/_rpmmodule.la
|
||||
%endif
|
||||
|
||||
%if %{with ruby}
|
||||
|
@ -1141,13 +1141,13 @@ rm -f %{buildroot}/usr/lib/perl5/5.12.3/x86_64-linux-thread-multi/perllocal.pod
|
|||
%if %{with tcl}
|
||||
%files -n rpm-tclembed
|
||||
%{_rpmhome}/lib/rpmtcl.so
|
||||
%{_rpmhome}/lib/rpmtcl.la
|
||||
#{_rpmhome}/lib/rpmtcl.la
|
||||
%endif
|
||||
|
||||
%if %{with squirrel}
|
||||
%files -n rpm-squirrelembed
|
||||
%{_rpmhome}/lib/rpmsquirrel.so
|
||||
%{_rpmhome}/lib/rpmsquirrel.la
|
||||
#{_rpmhome}/lib/rpmsquirrel.la
|
||||
%endif
|
||||
|
||||
%if %{with docs}
|
||||
|
|
Loading…
Add table
Reference in a new issue