mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
LOG Try to fix Provides exceptions
This commit is contained in:
parent
733364908d
commit
66680e70ca
1 changed files with 4 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
%define version 3.6.3
|
||||
|
||||
%define release 1
|
||||
%define release 2
|
||||
|
||||
%define buildver 3.6.3.2
|
||||
%define jdkver 1_5_0_11
|
||||
|
@ -78,10 +78,11 @@
|
|||
%{?_with_systemboost: %global use_systemboost 1}
|
||||
%{?_without_systemboost: %global use_systemboost 0}
|
||||
|
||||
# Looks like we don't need to filter that much now
|
||||
%if %{_use_internal_dependency_generator}
|
||||
%define __noautoreq libjawt.so\\|libmyspell.so\\|libstlport_gcc.so\\|libmono.so\\|mono
|
||||
%define __noautoprov libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1
|
||||
%define __noautorprov 'liblcms2.so.2(.*)'
|
||||
%else
|
||||
# To check if still needed
|
||||
%define _requires_exceptions libjawt.so\\|libmyspell.so\\|libstlport_gcc.so\\|libmono.so\\|mono
|
||||
%define _provides_exceptions libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue