mirror of
https://abf.rosa.ru/djam/rpm.git
synced 2025-02-24 02:43:06 +00:00
return .la files
This commit is contained in:
parent
f37cade7e0
commit
8ad765a703
1 changed files with 8 additions and 1 deletions
9
rpm.spec
9
rpm.spec
|
@ -1040,15 +1040,22 @@ install -d %{buildroot}%(linux32 rpm -E %%{multiarch_includedir})
|
|||
#%%doc apidocs/html
|
||||
%{_includedir}/rpm
|
||||
%{_libdir}/librpm.so
|
||||
%{_libdir}/librpm.la
|
||||
%{_libdir}/librpmconstant.la
|
||||
%{_libdir}/librpmconstant.so
|
||||
%{_libdir}/librpmdb.so
|
||||
%{_libdir}/librpmdb.la
|
||||
%{_libdir}/librpmio.so
|
||||
%{_libdir}/librpmio.la
|
||||
%{_libdir}/librpmmisc.so
|
||||
%{_libdir}/librpmmisc.la
|
||||
%{_libdir}/librpmbuild.so
|
||||
%{_libdir}/librpmbuild.la
|
||||
%{_libdir}/pkgconfig/rpm.pc
|
||||
|
||||
%if %{with js}
|
||||
%{_rpmhome}/lib/librpmjsm.so
|
||||
%{_rpmhome}/lib/librpmjsm.la
|
||||
%endif
|
||||
#%%if %%{with sqlite}
|
||||
#%%{_rpmhome}/libsql*.so
|
||||
|
@ -1111,4 +1118,4 @@ install -d %{buildroot}%(linux32 rpm -E %%{multiarch_includedir})
|
|||
|
||||
%changelog
|
||||
* Wed Jun 13 2012 Alexader Kazancev 1:5.4.9-2
|
||||
- initial import from Mandriva
|
||||
- initial import for ROSA 2012.1
|
||||
|
|
Loading…
Add table
Reference in a new issue