mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 19:16:00 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e2e716a76 | |||
| c64bda09fc | |||
| 65c5758c08 | |||
| 3d334b1fd4 | |||
| 31399a1cb7 | |||
| d7bff595de | |||
| 3f53222de8 | |||
| 4435eace17 | |||
| e971c54843 | |||
| c5df45b631 | |||
| 1123cf8edc |
@@ -166,6 +166,15 @@ diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||
(cd $$p ; git status | grep -q 'nothing to commit, working [^ ]* clean' || (echo "Uncommitted changes in: $$p"; git diff |diffstat -p1)) ;\
|
||||
done
|
||||
|
||||
#help log: Run git log origin/master..HEAD for all package repos, thus
|
||||
#help displaying any committed but unpushed changes.
|
||||
log: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
|
||||
( cd $$p; if [ "$$(git rev-parse --verify HEAD)" != "$$(git rev-parse --verify origin/master)" ] ; then \
|
||||
echo $$p ; git --no-pager log --pretty="format:%s" origin/master..HEAD ; echo ; echo;\
|
||||
fi ; ) \
|
||||
done
|
||||
|
||||
#help versions: Displays the version of each package in the ./packages tree.
|
||||
versions: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
|
||||
@for p in $(addprefix packages/,$(PKGS_LOCAL)); do \
|
||||
|
||||
@@ -38,6 +38,7 @@ LS_COLORS
|
||||
LVM2
|
||||
LibRaw
|
||||
LibVNCServer
|
||||
LibreCAD
|
||||
Linux-PAM
|
||||
LuaJIT
|
||||
LyX
|
||||
@@ -1154,6 +1155,7 @@ bleach
|
||||
blender
|
||||
blinken
|
||||
blinker
|
||||
blis
|
||||
blktrace
|
||||
blockdiag
|
||||
bluedevil
|
||||
@@ -1366,6 +1368,7 @@ compat-ilmbase-soname23
|
||||
compat-intel-gmmlib-soname1
|
||||
compat-ipset-soname10
|
||||
compat-iptables-soname0.1.0
|
||||
compat-ldc-soname85
|
||||
compat-libevent-soname6
|
||||
compat-libgit2-soname27
|
||||
compat-libical-soname2
|
||||
@@ -1377,7 +1380,6 @@ compat-libvpx-soname5
|
||||
compat-libwebp-soname6
|
||||
compat-llvm-soname5
|
||||
compat-llvm-soname6
|
||||
compat-llvm-soname7
|
||||
compat-mariadb-soname18
|
||||
compat-mpfr-soname4
|
||||
compat-nettle-soname6
|
||||
@@ -1668,6 +1670,7 @@ freezegun
|
||||
fribidi
|
||||
fritzing-app
|
||||
fs
|
||||
fsearch
|
||||
funcparserlib
|
||||
funcsigs
|
||||
fuse
|
||||
@@ -1708,6 +1711,7 @@ geocode-glib
|
||||
geos
|
||||
gettext
|
||||
gevent
|
||||
geventhttpclient-wheels
|
||||
gexiv2
|
||||
gfbgraph
|
||||
gflags
|
||||
@@ -1761,6 +1765,7 @@ gnome-common
|
||||
gnome-contacts
|
||||
gnome-control-center
|
||||
gnome-desktop
|
||||
gnome-desktop-testing
|
||||
gnome-disk-utility
|
||||
gnome-flashback
|
||||
gnome-font-viewer
|
||||
@@ -1858,7 +1863,6 @@ gtk-doc
|
||||
gtk-vnc
|
||||
gtk-xfce-engine
|
||||
gtk3
|
||||
gtkglext
|
||||
gtkmm2
|
||||
gtkmm3
|
||||
gtksourceview
|
||||
@@ -1883,7 +1887,6 @@ haveged
|
||||
hdf5
|
||||
hdmedians
|
||||
hdparm
|
||||
heat
|
||||
helloworld
|
||||
helm
|
||||
help2man
|
||||
@@ -1913,6 +1916,7 @@ hyperscan
|
||||
hyperstart
|
||||
hyphen
|
||||
hypothesis
|
||||
hypre
|
||||
i2c-tools
|
||||
i3
|
||||
i3blocks
|
||||
@@ -1981,7 +1985,7 @@ ipmitool
|
||||
iproute2
|
||||
ipset
|
||||
iptables
|
||||
iptraf
|
||||
iptraf-ng
|
||||
iptstate
|
||||
iputils
|
||||
ipvsadm
|
||||
@@ -2354,6 +2358,7 @@ libcomps
|
||||
libconfig
|
||||
libcroco
|
||||
libcryptui
|
||||
libcxx
|
||||
libdaemon
|
||||
libdatrie
|
||||
libdazzle
|
||||
@@ -2382,6 +2387,7 @@ libfakekey
|
||||
libfastjson
|
||||
libffi
|
||||
libffmpeg-stub
|
||||
libflame
|
||||
libfm
|
||||
libfm-qt
|
||||
libfontenc
|
||||
@@ -2621,10 +2627,11 @@ lldb
|
||||
llfuse
|
||||
llvm
|
||||
llvm8
|
||||
llvmlite
|
||||
llvm9
|
||||
lm-sensors
|
||||
lmdb
|
||||
locket
|
||||
lockfile
|
||||
locustio
|
||||
log4cpp
|
||||
logilab-common
|
||||
@@ -2750,7 +2757,6 @@ motif
|
||||
mox
|
||||
mox3
|
||||
mozjs
|
||||
mozjs52
|
||||
mozjs60
|
||||
mozjs68
|
||||
mpc
|
||||
@@ -2880,7 +2886,6 @@ ntp
|
||||
ntplib
|
||||
numactl
|
||||
numatop
|
||||
numba
|
||||
numlockx
|
||||
numpy
|
||||
numpy-stl
|
||||
@@ -3004,7 +3009,6 @@ pandoc
|
||||
pandocfilters
|
||||
pango
|
||||
pangomm
|
||||
pangox-compat
|
||||
paper-icon-theme
|
||||
papi
|
||||
papirus-icon-theme
|
||||
@@ -4040,7 +4044,6 @@ pycairo
|
||||
pycodestyle
|
||||
pycosat
|
||||
pycparser
|
||||
pycrypto
|
||||
pycurl
|
||||
pydocstyle
|
||||
pydot
|
||||
@@ -4092,6 +4095,7 @@ pytest-repeat
|
||||
pytest-rerunfailures
|
||||
pytest-runner
|
||||
pytest-sugar
|
||||
pytest-tap
|
||||
pytest-timeout
|
||||
pytest-xdist
|
||||
python
|
||||
@@ -4144,7 +4148,6 @@ python-subunit
|
||||
python-swiftclient
|
||||
python-systemd
|
||||
python-tabulate
|
||||
python-tappy
|
||||
python-troveclient
|
||||
python-urwid
|
||||
python-utils
|
||||
@@ -4484,6 +4487,7 @@ systemtap
|
||||
taglib
|
||||
talloc
|
||||
tallow
|
||||
tap.py
|
||||
tar
|
||||
taskflow
|
||||
taskwarrior
|
||||
@@ -4600,7 +4604,6 @@ unit
|
||||
unittest2
|
||||
unixODBC
|
||||
unzip
|
||||
upm
|
||||
upower
|
||||
uritemplate
|
||||
urllib3
|
||||
|
||||
+5
-2
@@ -244,14 +244,15 @@ def main():
|
||||
|
||||
zap_line_in_file_start(".spec", "Release :")
|
||||
zap_line_in_file_start(".spec", "Source99 :")
|
||||
zap_line_in_file_start(".spec", "Source0 :")
|
||||
zap_line_in_file_start(".spec", "export SOURCE_DATE_EPOCH")
|
||||
zap_line_in_file_start(".spec", "export AR=gcc-ar")
|
||||
zap_line_in_file_start(".spec", "export RANLIB=gcc-ranlib")
|
||||
zap_line_in_file_start(".spec", "export NM=gcc-nm")
|
||||
zap_line_in_file_start(".spec", "export CFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
|
||||
zap_line_in_file_start(".spec", "export FCFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
|
||||
zap_line_in_file_start(".spec", "export FCFLAGS=\"$FFLAGS -O3 -ffat-lto-objects -flto=4 \"")
|
||||
zap_line_in_file_start(".spec", "export FFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
|
||||
zap_line_in_file_start(".spec", "export FFLAGS=\"$FFLAGS -O3 -ffat-lto-objects -flto=4 \"")
|
||||
zap_line_in_file_start(".spec", "export CXXFLAGS=\"$CXXFLAGS -O3 -ffat-lto-objects -flto=4 \"")
|
||||
zap_line_in_file_start(".spec", "%setup -q -n ")
|
||||
zap_line_in_file_start(".spec", "URL :")
|
||||
@@ -288,13 +289,15 @@ def main():
|
||||
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(".spec", "rm -rf %{buildroot}")
|
||||
|
||||
zap_line_in_file_start("b/Makefile", "URL =")
|
||||
zap_line_in_file_start("b/Makefile", "PKG_NAME :=")
|
||||
|
||||
zap_line_in_file_start("b/options.conf", "name = ")
|
||||
zap_line_in_file("b/options.conf", "archives = ")
|
||||
zap_line_in_file("b/options.conf", "giturl = ")
|
||||
zap_line_in_file("b/options.conf", "url = ")
|
||||
zap_line_in_file_start("b/options.conf", "url = ")
|
||||
zap_line_in_file("b/options.conf", "[package]")
|
||||
zap_line_in_file("b/options.conf", "")
|
||||
zap_line_in_file("b/options.conf", "[autospec]")
|
||||
|
||||
Reference in New Issue
Block a user