mirror of
https://github.com/clearlinux/common.git
synced 2026-07-14 00:35:53 +00:00
Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d5056dcee3 | |||
| e83915a24d | |||
| 8de4c25ecc | |||
| 9feee99965 | |||
| 9396728fca | |||
| 974734a9c2 | |||
| 97aec0b795 | |||
| 46c0cf7449 | |||
| 9993ccf733 | |||
| 9f39df7d55 | |||
| a5e894a480 | |||
| 7eb9678104 | |||
| 3d0f911262 | |||
| 01888ddee2 | |||
| c0c61628a8 | |||
| c858d8c2e1 | |||
| 450e84f809 | |||
| d36cb4c6c3 | |||
| 139a6e4a14 | |||
| 37bda022bb | |||
| ddc326e53c | |||
| a3a27cd156 | |||
| 4579fa3816 | |||
| c14cac39e5 | |||
| 070be802aa | |||
| 4102816787 | |||
| 4c9c2abd21 | |||
| 70b4977b53 | |||
| 7276bc89e9 | |||
| fffa8f1e78 | |||
| 9cc15023ed |
+2
-2
@@ -68,10 +68,10 @@ endef
|
|||||||
# augmented for local repo support.
|
# augmented for local repo support.
|
||||||
define localrepoenable
|
define localrepoenable
|
||||||
@cp $(1) $(TOPLVL)/repo/yum.conf
|
@cp $(1) $(TOPLVL)/repo/yum.conf
|
||||||
@printf "\n\n[local]\nname=Local\nfailovermethod=priority\nenabled=1\ngpgcheck=0\n" >> $(TOPLVL)/repo/yum.conf
|
@printf "\n\n[local]\nname=Local\nfailovermethod=priority\nenabled=1\ngpgcheck=0\npriority=1\n" >> $(TOPLVL)/repo/yum.conf
|
||||||
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/yum.conf
|
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/yum.conf
|
||||||
@cp $(2) $(TOPLVL)/repo/clear.cfg
|
@cp $(2) $(TOPLVL)/repo/clear.cfg
|
||||||
@printf "\n\n[localrepo]\nname=Local repo\nfailovermethod=priority\nenabled=1\ngpgcheck=0\n" >> $(TOPLVL)/repo/clear.cfg
|
@printf "\n\n[localrepo]\nname=Local repo\nfailovermethod=priority\nenabled=1\ngpgcheck=0\npriority=1\n" >> $(TOPLVL)/repo/clear.cfg
|
||||||
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/clear.cfg
|
@printf "baseurl=file://$$(realpath $(TOPLVL))/repo/\n\n" >> $(TOPLVL)/repo/clear.cfg
|
||||||
@sed -i '/^"""/d; $$a"""' $(TOPLVL)/repo/clear.cfg
|
@sed -i '/^"""/d; $$a"""' $(TOPLVL)/repo/clear.cfg
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -180,8 +180,10 @@ R-RcmdrMisc
|
|||||||
R-Rcpp
|
R-Rcpp
|
||||||
R-RcppArmadillo
|
R-RcppArmadillo
|
||||||
R-RcppEigen
|
R-RcppEigen
|
||||||
|
R-RcppGSL
|
||||||
R-RcppProgress
|
R-RcppProgress
|
||||||
R-RcppRoll
|
R-RcppRoll
|
||||||
|
R-RcppZiggurat
|
||||||
R-Rdpack
|
R-Rdpack
|
||||||
R-Rmpfr
|
R-Rmpfr
|
||||||
R-Rmpi
|
R-Rmpi
|
||||||
@@ -339,6 +341,7 @@ R-drc
|
|||||||
R-dtplyr
|
R-dtplyr
|
||||||
R-dtw
|
R-dtw
|
||||||
R-dygraphs
|
R-dygraphs
|
||||||
|
R-dynamicTreeCut
|
||||||
R-dynlm
|
R-dynlm
|
||||||
R-e1071
|
R-e1071
|
||||||
R-eRm
|
R-eRm
|
||||||
@@ -604,6 +607,7 @@ R-optextras
|
|||||||
R-optimx
|
R-optimx
|
||||||
R-optparse
|
R-optparse
|
||||||
R-ordinal
|
R-ordinal
|
||||||
|
R-pROC
|
||||||
R-packrat
|
R-packrat
|
||||||
R-pamr
|
R-pamr
|
||||||
R-parsedate
|
R-parsedate
|
||||||
@@ -1029,6 +1033,7 @@ apache-tomcat
|
|||||||
apache-zookeeper
|
apache-zookeeper
|
||||||
apipkg
|
apipkg
|
||||||
appdirs
|
appdirs
|
||||||
|
applaunchservices
|
||||||
appstream
|
appstream
|
||||||
appstream-glib
|
appstream-glib
|
||||||
apr
|
apr
|
||||||
@@ -1120,6 +1125,7 @@ bazel
|
|||||||
bc
|
bc
|
||||||
bcache-tools
|
bcache-tools
|
||||||
bcc
|
bcc
|
||||||
|
bcftools
|
||||||
bcrypt
|
bcrypt
|
||||||
bdftopcf
|
bdftopcf
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
@@ -1218,6 +1224,7 @@ ccid
|
|||||||
cdparanoia
|
cdparanoia
|
||||||
ceph
|
ceph
|
||||||
ceph-deploy
|
ceph-deploy
|
||||||
|
cereal
|
||||||
certbot
|
certbot
|
||||||
certifi
|
certifi
|
||||||
cffi
|
cffi
|
||||||
@@ -1315,6 +1322,8 @@ collectl
|
|||||||
colorama
|
colorama
|
||||||
colord
|
colord
|
||||||
colord-gtk
|
colord-gtk
|
||||||
|
colord-kde
|
||||||
|
colordiff
|
||||||
columbiad
|
columbiad
|
||||||
comedilib
|
comedilib
|
||||||
comfortaa-fonts
|
comfortaa-fonts
|
||||||
@@ -1341,6 +1350,7 @@ compat-ilmbase-soname23
|
|||||||
compat-intel-gmmlib-soname1
|
compat-intel-gmmlib-soname1
|
||||||
compat-ipset-soname10
|
compat-ipset-soname10
|
||||||
compat-iptables-soname0.1.0
|
compat-iptables-soname0.1.0
|
||||||
|
compat-libevent-soname6
|
||||||
compat-libgit2-soname27
|
compat-libgit2-soname27
|
||||||
compat-libical-soname2
|
compat-libical-soname2
|
||||||
compat-libidn-soname11
|
compat-libidn-soname11
|
||||||
@@ -1355,9 +1365,7 @@ compat-llvm-soname7
|
|||||||
compat-mariadb-soname18
|
compat-mariadb-soname18
|
||||||
compat-mpfr-soname4
|
compat-mpfr-soname4
|
||||||
compat-nettle-soname6
|
compat-nettle-soname6
|
||||||
compat-opencv-soname32
|
compat-opencv-soname41
|
||||||
compat-opencv-soname33
|
|
||||||
compat-openssl-soname-10
|
|
||||||
compat-proj-soname13
|
compat-proj-soname13
|
||||||
compat-protobuf-soname14
|
compat-protobuf-soname14
|
||||||
compat-protobuf-soname15
|
compat-protobuf-soname15
|
||||||
@@ -1447,11 +1455,13 @@ dfc
|
|||||||
dfu-util
|
dfu-util
|
||||||
dhcp
|
dhcp
|
||||||
dialog
|
dialog
|
||||||
|
diff-match-patch
|
||||||
diffoscope
|
diffoscope
|
||||||
diffstat
|
diffstat
|
||||||
diffutils
|
diffutils
|
||||||
digikam
|
digikam
|
||||||
ding-libs
|
ding-libs
|
||||||
|
dino
|
||||||
direwolf
|
direwolf
|
||||||
discover
|
discover
|
||||||
dist-pam-configs
|
dist-pam-configs
|
||||||
@@ -1468,6 +1478,7 @@ django_compressor
|
|||||||
dkms
|
dkms
|
||||||
dldt
|
dldt
|
||||||
dldt-model-optimizer
|
dldt-model-optimizer
|
||||||
|
dlib
|
||||||
dlt-daemon
|
dlt-daemon
|
||||||
dmap2gcode
|
dmap2gcode
|
||||||
dmenu
|
dmenu
|
||||||
@@ -1518,6 +1529,7 @@ dxvk
|
|||||||
dyskctl
|
dyskctl
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
earlyapp
|
earlyapp
|
||||||
|
earlyoom
|
||||||
ebtables
|
ebtables
|
||||||
ecdsa
|
ecdsa
|
||||||
ed
|
ed
|
||||||
@@ -1546,7 +1558,6 @@ envs
|
|||||||
eog
|
eog
|
||||||
eog-plugins
|
eog-plugins
|
||||||
epm
|
epm
|
||||||
epydoc
|
|
||||||
eternalegypt
|
eternalegypt
|
||||||
ethtool
|
ethtool
|
||||||
etr
|
etr
|
||||||
@@ -1627,7 +1638,6 @@ fontconfig
|
|||||||
fontforge
|
fontforge
|
||||||
fonttools
|
fonttools
|
||||||
fossil
|
fossil
|
||||||
fox
|
|
||||||
frameworkintegration
|
frameworkintegration
|
||||||
freedv
|
freedv
|
||||||
freeglut
|
freeglut
|
||||||
@@ -1683,6 +1693,7 @@ gftp
|
|||||||
ghc
|
ghc
|
||||||
ghostscript
|
ghostscript
|
||||||
giflib
|
giflib
|
||||||
|
gifsicle
|
||||||
gimp
|
gimp
|
||||||
girara
|
girara
|
||||||
git
|
git
|
||||||
@@ -1753,7 +1764,7 @@ gnome-shell-impatience
|
|||||||
gnome-software
|
gnome-software
|
||||||
gnome-system-monitor
|
gnome-system-monitor
|
||||||
gnome-terminal
|
gnome-terminal
|
||||||
gnome-themes-standard
|
gnome-themes-extra
|
||||||
gnome-todo
|
gnome-todo
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
gnome-user-docs
|
gnome-user-docs
|
||||||
@@ -1868,6 +1879,7 @@ hostname
|
|||||||
hplip
|
hplip
|
||||||
html5lib
|
html5lib
|
||||||
htop
|
htop
|
||||||
|
htslib
|
||||||
httpd
|
httpd
|
||||||
httplib2
|
httplib2
|
||||||
httpretty
|
httpretty
|
||||||
@@ -1928,6 +1940,7 @@ intel-hybrid-driver
|
|||||||
intel-ipsec-mb
|
intel-ipsec-mb
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
intelhex
|
intelhex
|
||||||
|
intervaltree
|
||||||
intltool
|
intltool
|
||||||
ioc-cbc-tools
|
ioc-cbc-tools
|
||||||
ioping
|
ioping
|
||||||
@@ -1984,6 +1997,7 @@ jmespath
|
|||||||
joblib
|
joblib
|
||||||
joe
|
joe
|
||||||
josepy
|
josepy
|
||||||
|
jpegoptim
|
||||||
jq
|
jq
|
||||||
json-c
|
json-c
|
||||||
json-glib
|
json-glib
|
||||||
@@ -2040,7 +2054,7 @@ kbreakout
|
|||||||
kbruch
|
kbruch
|
||||||
kcachegrind
|
kcachegrind
|
||||||
kcalc
|
kcalc
|
||||||
kcalcore
|
kcalendarcore
|
||||||
kcalutils
|
kcalutils
|
||||||
kcharselect
|
kcharselect
|
||||||
kcmutils
|
kcmutils
|
||||||
@@ -2198,6 +2212,7 @@ krita
|
|||||||
kross
|
kross
|
||||||
kruler
|
kruler
|
||||||
krunner
|
krunner
|
||||||
|
krusader
|
||||||
kscreen
|
kscreen
|
||||||
kscreenlocker
|
kscreenlocker
|
||||||
kservice
|
kservice
|
||||||
@@ -2295,6 +2310,7 @@ libbpf
|
|||||||
libbsd
|
libbsd
|
||||||
libburn
|
libburn
|
||||||
libbytesize
|
libbytesize
|
||||||
|
libcacard
|
||||||
libcanberra
|
libcanberra
|
||||||
libcap
|
libcap
|
||||||
libcap-ng
|
libcap-ng
|
||||||
@@ -2350,8 +2366,6 @@ libgee
|
|||||||
libgeotiff
|
libgeotiff
|
||||||
libgepub
|
libgepub
|
||||||
libgfortran-avx
|
libgfortran-avx
|
||||||
libgfortran-compat-soname3
|
|
||||||
libgfortran-compat-soname4
|
|
||||||
libgit2
|
libgit2
|
||||||
libgit2-glib
|
libgit2-glib
|
||||||
libglade
|
libglade
|
||||||
@@ -2445,6 +2459,7 @@ libpinyin
|
|||||||
libpipeline
|
libpipeline
|
||||||
libplacebo
|
libplacebo
|
||||||
libpng
|
libpng
|
||||||
|
libportal
|
||||||
libpsl
|
libpsl
|
||||||
libpthread-stubs
|
libpthread-stubs
|
||||||
libpwquality
|
libpwquality
|
||||||
@@ -2469,6 +2484,7 @@ libseccomp
|
|||||||
libsecret
|
libsecret
|
||||||
libshout
|
libshout
|
||||||
libsigc++
|
libsigc++
|
||||||
|
libsignal-protocol-c
|
||||||
libsigsegv
|
libsigsegv
|
||||||
libskk
|
libskk
|
||||||
libsmbios
|
libsmbios
|
||||||
@@ -2683,6 +2699,7 @@ mock
|
|||||||
mod_perl
|
mod_perl
|
||||||
mod_wsgi
|
mod_wsgi
|
||||||
modemmanager-qt
|
modemmanager-qt
|
||||||
|
modules
|
||||||
moka-icon-theme
|
moka-icon-theme
|
||||||
mokutil
|
mokutil
|
||||||
mongodict
|
mongodict
|
||||||
@@ -2724,6 +2741,7 @@ multimon-ng
|
|||||||
multipath-tools
|
multipath-tools
|
||||||
mumble
|
mumble
|
||||||
munch
|
munch
|
||||||
|
munge
|
||||||
munkres
|
munkres
|
||||||
muparser
|
muparser
|
||||||
murrine
|
murrine
|
||||||
@@ -3410,6 +3428,7 @@ nautilus
|
|||||||
nbconvert
|
nbconvert
|
||||||
nbformat
|
nbformat
|
||||||
nbsphinx
|
nbsphinx
|
||||||
|
nbval
|
||||||
ncdu
|
ncdu
|
||||||
ncurses
|
ncurses
|
||||||
ncurses-compat
|
ncurses-compat
|
||||||
@@ -3446,6 +3465,7 @@ nginx-mainline
|
|||||||
nginx-upload-module
|
nginx-upload-module
|
||||||
nginx_cookie_flag_module
|
nginx_cookie_flag_module
|
||||||
ngraph
|
ngraph
|
||||||
|
ngx-fancyindex
|
||||||
ngx_brotli
|
ngx_brotli
|
||||||
ngx_http_auth_pam_module
|
ngx_http_auth_pam_module
|
||||||
ngx_http_enhanced_memcached_module
|
ngx_http_enhanced_memcached_module
|
||||||
@@ -3479,6 +3499,7 @@ nss-pam-ldapd
|
|||||||
ntfs-3g
|
ntfs-3g
|
||||||
ntl
|
ntl
|
||||||
ntlm-auth
|
ntlm-auth
|
||||||
|
ntopng
|
||||||
ntp
|
ntp
|
||||||
ntplib
|
ntplib
|
||||||
numactl
|
numactl
|
||||||
@@ -3557,6 +3578,7 @@ os-xenapi
|
|||||||
os_vif
|
os_vif
|
||||||
osc-lib
|
osc-lib
|
||||||
oset
|
oset
|
||||||
|
osinfo-db
|
||||||
osinfo-db-tools
|
osinfo-db-tools
|
||||||
oslo.cache
|
oslo.cache
|
||||||
oslo.concurrency
|
oslo.concurrency
|
||||||
@@ -3628,12 +3650,14 @@ pavucontrol
|
|||||||
pbr
|
pbr
|
||||||
pbzip2
|
pbzip2
|
||||||
pciutils
|
pciutils
|
||||||
|
pcmanfm
|
||||||
pcmanfm-qt
|
pcmanfm-qt
|
||||||
pcre
|
pcre
|
||||||
pcre2
|
pcre2
|
||||||
pcsc-lite
|
pcsc-lite
|
||||||
pdns
|
pdns
|
||||||
pdns-recursor
|
pdns-recursor
|
||||||
|
pdsh
|
||||||
pecan
|
pecan
|
||||||
pep8
|
pep8
|
||||||
performance
|
performance
|
||||||
@@ -3674,6 +3698,7 @@ perl-Audio-Wav
|
|||||||
perl-Authen-NTLM
|
perl-Authen-NTLM
|
||||||
perl-Authen-SASL
|
perl-Authen-SASL
|
||||||
perl-B-COW
|
perl-B-COW
|
||||||
|
perl-B-Debug
|
||||||
perl-B-Hooks-EndOfScope
|
perl-B-Hooks-EndOfScope
|
||||||
perl-B-Hooks-OP-Check
|
perl-B-Hooks-OP-Check
|
||||||
perl-B-Keywords
|
perl-B-Keywords
|
||||||
@@ -3925,6 +3950,7 @@ perl-FreezeThaw
|
|||||||
perl-Frontier-RPC
|
perl-Frontier-RPC
|
||||||
perl-Future
|
perl-Future
|
||||||
perl-Future-IO-ImplBase
|
perl-Future-IO-ImplBase
|
||||||
|
perl-GD
|
||||||
perl-GD-Barcode
|
perl-GD-Barcode
|
||||||
perl-GIS-Distance
|
perl-GIS-Distance
|
||||||
perl-GSSAPI
|
perl-GSSAPI
|
||||||
@@ -4191,6 +4217,7 @@ perl-Pod-Spell
|
|||||||
perl-Pod-Strip
|
perl-Pod-Strip
|
||||||
perl-PostScript-File
|
perl-PostScript-File
|
||||||
perl-Proc-InvokeEditor
|
perl-Proc-InvokeEditor
|
||||||
|
perl-Proc-ProcessTable
|
||||||
perl-Proc-Wait3
|
perl-Proc-Wait3
|
||||||
perl-Protocol-OSC
|
perl-Protocol-OSC
|
||||||
perl-Quota
|
perl-Quota
|
||||||
@@ -4231,6 +4258,7 @@ perl-Specio
|
|||||||
perl-Spiffy
|
perl-Spiffy
|
||||||
perl-Statistics-Basic
|
perl-Statistics-Basic
|
||||||
perl-Statistics-CaseResampling
|
perl-Statistics-CaseResampling
|
||||||
|
perl-Storable
|
||||||
perl-Stream-Buffered
|
perl-Stream-Buffered
|
||||||
perl-String-Approx
|
perl-String-Approx
|
||||||
perl-String-CamelCase
|
perl-String-CamelCase
|
||||||
@@ -4275,6 +4303,7 @@ perl-Term-UI
|
|||||||
perl-Test-Assertions
|
perl-Test-Assertions
|
||||||
perl-Test-Base
|
perl-Test-Base
|
||||||
perl-Test-CleanNamespaces
|
perl-Test-CleanNamespaces
|
||||||
|
perl-Test-Command
|
||||||
perl-Test-Compile
|
perl-Test-Compile
|
||||||
perl-Test-Deep
|
perl-Test-Deep
|
||||||
perl-Test-Differences
|
perl-Test-Differences
|
||||||
@@ -4283,6 +4312,7 @@ perl-Test-FailWarnings
|
|||||||
perl-Test-Fatal
|
perl-Test-Fatal
|
||||||
perl-Test-File
|
perl-Test-File
|
||||||
perl-Test-File-ShareDir-Dist
|
perl-Test-File-ShareDir-Dist
|
||||||
|
perl-Test-Fork
|
||||||
perl-Test-Identity
|
perl-Test-Identity
|
||||||
perl-Test-Inter
|
perl-Test-Inter
|
||||||
perl-Test-LeakTrace
|
perl-Test-LeakTrace
|
||||||
@@ -4408,6 +4438,7 @@ perl-XML-XPathEngine
|
|||||||
perl-XString
|
perl-XString
|
||||||
perl-YAML
|
perl-YAML
|
||||||
perl-YAML-LibYAML
|
perl-YAML-LibYAML
|
||||||
|
perl-YAML-PP
|
||||||
perl-YAML-Syck
|
perl-YAML-Syck
|
||||||
perl-YAML-Tiny
|
perl-YAML-Tiny
|
||||||
perl-accessors
|
perl-accessors
|
||||||
@@ -4545,6 +4576,7 @@ plzip
|
|||||||
pm-graph
|
pm-graph
|
||||||
pmdk
|
pmdk
|
||||||
pmix
|
pmix
|
||||||
|
pngcrush
|
||||||
po4a
|
po4a
|
||||||
polkit
|
polkit
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
@@ -4867,6 +4899,7 @@ s2tc
|
|||||||
s3fs-fuse
|
s3fs-fuse
|
||||||
s3transfer
|
s3transfer
|
||||||
sahara
|
sahara
|
||||||
|
salt
|
||||||
samba
|
samba
|
||||||
samtools
|
samtools
|
||||||
sane-backends
|
sane-backends
|
||||||
@@ -4924,6 +4957,7 @@ singledispatch
|
|||||||
sip
|
sip
|
||||||
six
|
six
|
||||||
slang
|
slang
|
||||||
|
slurm
|
||||||
smart_open
|
smart_open
|
||||||
smartcols
|
smartcols
|
||||||
smartmontools
|
smartmontools
|
||||||
@@ -4945,6 +4979,7 @@ source-code-pro
|
|||||||
source-highlight
|
source-highlight
|
||||||
sox
|
sox
|
||||||
spandsp
|
spandsp
|
||||||
|
spdlog
|
||||||
spectacle
|
spectacle
|
||||||
speedtest-cli
|
speedtest-cli
|
||||||
speex
|
speex
|
||||||
@@ -4971,6 +5006,7 @@ spi-tools
|
|||||||
spice
|
spice
|
||||||
spice-gtk
|
spice-gtk
|
||||||
spice-protocol
|
spice-protocol
|
||||||
|
spyder-ide
|
||||||
spyder-notebook
|
spyder-notebook
|
||||||
spyrk
|
spyrk
|
||||||
sqlalchemy-migrate
|
sqlalchemy-migrate
|
||||||
@@ -4983,10 +5019,12 @@ sshpass
|
|||||||
ssocr
|
ssocr
|
||||||
sssd
|
sssd
|
||||||
ssw
|
ssw
|
||||||
|
stacer
|
||||||
stack
|
stack
|
||||||
startup-notification
|
startup-notification
|
||||||
statsd
|
statsd
|
||||||
statsmodels
|
statsmodels
|
||||||
|
steam-devices
|
||||||
stellarium
|
stellarium
|
||||||
step
|
step
|
||||||
stestr
|
stestr
|
||||||
@@ -5017,6 +5055,7 @@ sweeper
|
|||||||
swift
|
swift
|
||||||
swig
|
swig
|
||||||
swupd-client
|
swupd-client
|
||||||
|
swupd-client-pre-release
|
||||||
swupd-overdue
|
swupd-overdue
|
||||||
swupd-probe
|
swupd-probe
|
||||||
swupd-search
|
swupd-search
|
||||||
@@ -5057,6 +5096,7 @@ tempora
|
|||||||
tenacity
|
tenacity
|
||||||
tensorboard
|
tensorboard
|
||||||
tensorflow
|
tensorflow
|
||||||
|
tensorflow-addons
|
||||||
tensorflow-estimator
|
tensorflow-estimator
|
||||||
tensorflow-probability
|
tensorflow-probability
|
||||||
tensorflow-serving
|
tensorflow-serving
|
||||||
@@ -5314,6 +5354,7 @@ xscreensaver
|
|||||||
xsel
|
xsel
|
||||||
xset
|
xset
|
||||||
xsetroot
|
xsetroot
|
||||||
|
xss-lock
|
||||||
xterm
|
xterm
|
||||||
xtrans
|
xtrans
|
||||||
xvfb-run
|
xvfb-run
|
||||||
@@ -5335,6 +5376,7 @@ yelp-xsl
|
|||||||
ykclient
|
ykclient
|
||||||
ytnef
|
ytnef
|
||||||
zVMCloudConnector
|
zVMCloudConnector
|
||||||
|
zabbix
|
||||||
zake
|
zake
|
||||||
zathura
|
zathura
|
||||||
zathura-pdf-poppler
|
zathura-pdf-poppler
|
||||||
|
|||||||
+10
-1
@@ -265,6 +265,8 @@ def main():
|
|||||||
zap_line_in_file_start(".spec", "%description license")
|
zap_line_in_file_start(".spec", "%description license")
|
||||||
zap_line_in_file_start(".spec", "%package doc")
|
zap_line_in_file_start(".spec", "%package doc")
|
||||||
zap_line_in_file_start(".spec", "cp -a ")
|
zap_line_in_file_start(".spec", "cp -a ")
|
||||||
|
zap_line_in_file_start(".spec", "cd %{_builddir}/")
|
||||||
|
zap_line_in_file_start(".spec", "export GCC_IGNORE_WERROR=1")
|
||||||
|
|
||||||
zap_line_in_file_start("b/Makefile", "URL =")
|
zap_line_in_file_start("b/Makefile", "URL =")
|
||||||
zap_line_in_file_start("b/Makefile", "PKG_NAME :=")
|
zap_line_in_file_start("b/Makefile", "PKG_NAME :=")
|
||||||
@@ -287,11 +289,13 @@ def main():
|
|||||||
zap_line_in_file("b/options.conf", "# disable parallelization during build")
|
zap_line_in_file("b/options.conf", "# disable parallelization during build")
|
||||||
zap_line_in_file("b/options.conf", "broken_parallel_build = false")
|
zap_line_in_file("b/options.conf", "broken_parallel_build = false")
|
||||||
zap_line_in_file("b/options.conf", "# this package is a library compatability package and only ships versioned library files")
|
zap_line_in_file("b/options.conf", "# this package is a library compatability package and only ships versioned library files")
|
||||||
|
zap_line_in_file("b/options.conf", "# this package is a library compatibility package and only ships versioned library files")
|
||||||
zap_line_in_file("b/options.conf", "compat = false")
|
zap_line_in_file("b/options.conf", "compat = false")
|
||||||
zap_line_in_file("b/options.conf", "# set conservative build flags")
|
zap_line_in_file("b/options.conf", "# set conservative build flags")
|
||||||
zap_line_in_file("b/options.conf", "conservative_flags = false")
|
zap_line_in_file("b/options.conf", "conservative_flags = false")
|
||||||
zap_line_in_file("b/options.conf", "# dev package requires the extras to be installed")
|
zap_line_in_file("b/options.conf", "# dev package requires the extras to be installed")
|
||||||
zap_line_in_file("b/options.conf", "dev_requires_extras = false")
|
zap_line_in_file("b/options.conf", "dev_requires_extras = false")
|
||||||
|
zap_line_in_file("b/options.conf", "nodebug = false")
|
||||||
zap_line_in_file("b/options.conf", "# pass -ffast-math to compiler")
|
zap_line_in_file("b/options.conf", "# pass -ffast-math to compiler")
|
||||||
zap_line_in_file("b/options.conf", "fast-math = false")
|
zap_line_in_file("b/options.conf", "fast-math = false")
|
||||||
zap_line_in_file("b/options.conf", "# optimize build for speed over size")
|
zap_line_in_file("b/options.conf", "# optimize build for speed over size")
|
||||||
@@ -321,9 +325,12 @@ def main():
|
|||||||
zap_line_in_file("b/options.conf", "# add clang flags")
|
zap_line_in_file("b/options.conf", "# add clang flags")
|
||||||
zap_line_in_file("b/options.conf", "use_clang = false")
|
zap_line_in_file("b/options.conf", "use_clang = false")
|
||||||
zap_line_in_file("b/options.conf", "# configure build for lto")
|
zap_line_in_file("b/options.conf", "# configure build for lto")
|
||||||
zap_line_in_file("b/options.conf", "use_lto = false")
|
zap_line_in_file("b/options.conf", "use_lto = true")
|
||||||
zap_line_in_file("b/options.conf", "# require package verification for build")
|
zap_line_in_file("b/options.conf", "# require package verification for build")
|
||||||
zap_line_in_file("b/options.conf", "verify_required = true")
|
zap_line_in_file("b/options.conf", "verify_required = true")
|
||||||
|
zap_line_in_file("b/options.conf", "# do not generate debuginfo for this package")
|
||||||
|
zap_line_in_file("b/options.conf", "nodebug = false")
|
||||||
|
zap_line_in_file("b/options.conf", "domain =")
|
||||||
|
|
||||||
zap_line_in_file("b/buildreq_add", "# This file contains additional build requirements that did not get")
|
zap_line_in_file("b/buildreq_add", "# This file contains additional build requirements that did not get")
|
||||||
zap_line_in_file("b/buildreq_add", "# picked up automatically. One name per line, no whitespace.")
|
zap_line_in_file("b/buildreq_add", "# picked up automatically. One name per line, no whitespace.")
|
||||||
@@ -349,6 +356,8 @@ def main():
|
|||||||
zap_plus_line_in_file("symbols32")
|
zap_plus_line_in_file("symbols32")
|
||||||
|
|
||||||
zap_entire_file("b/whatrequires")
|
zap_entire_file("b/whatrequires")
|
||||||
|
zap_entire_file("b/versions")
|
||||||
|
zap_entire_file("b/.gitignore")
|
||||||
|
|
||||||
zap_empty_chunks()
|
zap_empty_chunks()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user