mirror of
https://abf.rosa.ru/djam/firefox-esr91.git
synced 2025-02-24 17:42:59 +00:00
Fix %global __requires_exclude
This commit is contained in:
parent
c2da0be975
commit
ea9f8a75d8
1 changed files with 2 additions and 2 deletions
|
@ -48,13 +48,13 @@
|
||||||
# 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
|
# 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:
|
# 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' '|'
|
# ( 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|libnspr4|libnss3|libnssutil3|libplc4|libplds4|libsmime3|libssl3|libxul)\\.so(|\\(.*)$
|
%global __requires_exclude ^(liblgpllibs|libmozavutil|libmozgtk|libmozsandbox|libmozsqlite3|libnspr4|libnss3|libnssutil3|libplc4|libplds4|libsmime3|libssl3|libxul)\\.so\\(.*)$
|
||||||
|
|
||||||
Summary: Next generation web browser
|
Summary: Next generation web browser
|
||||||
Name: firefox-esr78
|
Name: firefox-esr78
|
||||||
Version: %{major}
|
Version: %{major}
|
||||||
Epoch: %{ff_epoch}
|
Epoch: %{ff_epoch}
|
||||||
Release: 2
|
Release: 1
|
||||||
License: MPLv1+
|
License: MPLv1+
|
||||||
Group: Networking/WWW
|
Group: Networking/WWW
|
||||||
Url: http://www.mozilla.com/firefox/
|
Url: http://www.mozilla.com/firefox/
|
||||||
|
|
Loading…
Add table
Reference in a new issue