mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Improve RPM packaging + Put executables in bindir in RPM file when tools are enabled.
This commit is contained in:
parent
95e158bb67
commit
fca153eece
1 changed files with 4 additions and 1 deletions
|
|
@ -31,6 +31,9 @@ Requires: %{pkg_prefix}ortp
|
|||
Requires: %{pkg_prefix}mediastreamer
|
||||
Requires: %{pkg_prefix}belle-sip
|
||||
Requires: %{pkg_prefix}belr
|
||||
%if @ENABLE_VCARD@
|
||||
Requires: %{pkg_prefix}belcard
|
||||
%endif
|
||||
%if @ENABLE_SOCI_STORAGE@
|
||||
Requires: %{pkg_prefix}soci
|
||||
%endif
|
||||
|
|
@ -83,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README.md TODO
|
||||
%if @ENABLE_DAEMON@ || @ENABLE_CONSOLE_UI@
|
||||
%if @ENABLE_DAEMON@ || @ENABLE_CONSOLE_UI@ || @ENABLE_TOOLS@
|
||||
%{_bindir}/*
|
||||
%endif
|
||||
%{_libdir}/*.so.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue