mirror of
https://abf.rosa.ru/djam/newmoon.git
synced 2025-02-23 15:12:54 +00:00
remove provides of bundled nss
This commit is contained in:
parent
994ea18525
commit
8d3db52c40
1 changed files with 11 additions and 1 deletions
12
newmoon.spec
12
newmoon.spec
|
@ -14,10 +14,20 @@
|
|||
%define mozillalibdir %{_libdir}/%{name}-%{version}
|
||||
%define pluginsdir %{_libdir}/mozilla/plugins
|
||||
|
||||
# For bundled NSS. copied from firefox.spec
|
||||
# Do not make provides from plugins /usr/lib64/*/*.so
|
||||
%global __provides_exclude_from ^%{_libdir}/*/.*\\.so$
|
||||
# Do not require filtered out provides
|
||||
# To inspect them:
|
||||
# for i in /usr/lib64/firefox/* ; do if file $i | grep -q ELF ; then echo ; echo -- $i ; LC_ALL=C ldd $i | grep found ; fi; done
|
||||
# To make this list:
|
||||
# ( for i in /usr/lib64/firefox/* ; do if file $i | grep -q ELF ; then LC_ALL=C ldd $i | grep found | awk '{print $1}' | awk -F '\\.so' '{print $1}' ; fi; done ) | sort -u | tr '\n' '|'
|
||||
%global __requires_exclude ^(liblgpllibs|libmozavutil|libmozgtk|libmozsandbox|libmozsqlite3|libmozwayland|libnspr4|libnss3|libnssutil3|libplc4|libplds4|libsmime3|libssl3|libxul)\\.so.*$
|
||||
|
||||
Summary: Web browser based on Goanna engine
|
||||
Name: newmoon
|
||||
Version: 28.10.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MPLv2.0
|
||||
Group: Networking/WWW
|
||||
Url: http://www.palemoon.org
|
||||
|
|
Loading…
Add table
Reference in a new issue