mirror of
https://github.com/clearlinux/common.git
synced 2026-06-16 19:16:00 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26bb3f43f8 | |||
| fd509a2295 | |||
| eb4fcd4085 | |||
| 4fd9e54785 | |||
| 5bc6cc856b | |||
| 3bfdb39ee1 | |||
| b495687f7c | |||
| c719db89dd | |||
| ba9e38f3f0 | |||
| 0d4b01ec83 |
+10
-8
@@ -28,16 +28,18 @@ __missingsources := $(filter-out $(wildcard ${__allsources}), ${__allsources})
|
||||
endif
|
||||
|
||||
$(SPECFILE):
|
||||
@echo Error: $(SPECFILE) is missing. Please run \`make autospec\` to try and auto
|
||||
@echo Error: generate one for you.
|
||||
@exit 1
|
||||
@[[ -f "$@" ]] || (\
|
||||
echo Error: $@ is missing. Please run \`make autospec\` to try and auto;\
|
||||
echo Error: generate one for you.;\
|
||||
exit 1 )
|
||||
|
||||
upstream:
|
||||
@echo Error: The \"upstream\" file is missing. Try running \`make autospec\` to
|
||||
@echo Error: auto generate one for you. If you are not using autospec to
|
||||
@echo Error: generate a spec file, specify the proper "Source*" entries in the
|
||||
@echo Error: spec header, and try running \`make generateupstream\`.
|
||||
@exit 1
|
||||
@[[ -f "$@" ]] || (\
|
||||
echo Error: The \"$@\" file is missing. Try running \`make autospec\` to;\
|
||||
echo Error: auto generate one for you. If you are not using autospec to;\
|
||||
echo Error: generate a spec file, specify the proper "Source*" entries in the;\
|
||||
echo Error: spec header, and try running \`make generateupstream\`.;\
|
||||
exit 1 )
|
||||
|
||||
#help spdxcheck: Checks that the package license is a valid SPDX license,
|
||||
#help or that it is in the exceptions list.
|
||||
|
||||
+1
-1
@@ -158,7 +158,7 @@ require-pkg-repo-dir:
|
||||
link-new-rpms: require-pkg-repo-dir
|
||||
mkdir -p ${PKG_REPO_DIR}/rpms
|
||||
rm -f ${PKG_REPO_DIR}/rpms/*.rpm
|
||||
find ${PKG_REPO_DIR}/results -name '*.rpm' -exec ln {} ${PKG_REPO_DIR}/rpms/ \;
|
||||
find ${PKG_REPO_DIR}/results -maxdepth 1 -name '*.rpm' -exec ln {} ${PKG_REPO_DIR}/rpms/ \;
|
||||
rm -f ${PKG_REPO_DIR}/rpms/*.src.rpm
|
||||
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ PyMySQL
|
||||
PyWavelets
|
||||
PyYAML
|
||||
Pygments
|
||||
Pyro4
|
||||
QtAwesome
|
||||
QtPy
|
||||
R
|
||||
@@ -445,6 +446,7 @@ R-maxLik
|
||||
R-mclust
|
||||
R-mcmc
|
||||
R-mda
|
||||
R-measures
|
||||
R-memisc
|
||||
R-memoise
|
||||
R-mi
|
||||
@@ -704,6 +706,7 @@ R-urltools
|
||||
R-uroot
|
||||
R-utf8
|
||||
R-uuid
|
||||
R-varImp
|
||||
R-vcd
|
||||
R-vcdExtra
|
||||
R-vcr
|
||||
@@ -759,6 +762,7 @@ WebOb
|
||||
WebTest
|
||||
Werkzeug
|
||||
Whoosh
|
||||
WireGuard
|
||||
XStatic
|
||||
XStatic-Angular
|
||||
XStatic-Angular-Bootstrap
|
||||
@@ -992,6 +996,7 @@ cni
|
||||
cni-plugins
|
||||
cockpit
|
||||
cogl
|
||||
coinmp
|
||||
colcon-bash
|
||||
colcon-cmake
|
||||
colcon-common-extensions
|
||||
@@ -1037,7 +1042,6 @@ compat-opencv-soname32
|
||||
compat-opencv-soname33
|
||||
compat-protobuf-soname14
|
||||
compat-protobuf-soname15
|
||||
compat-python36
|
||||
compat-readline
|
||||
component
|
||||
compute-image-packages
|
||||
@@ -1092,6 +1096,7 @@ debugedit
|
||||
decorator
|
||||
defusedxml
|
||||
dejagnu
|
||||
deprecation
|
||||
desktop-file-utils
|
||||
dfc
|
||||
dfu-util
|
||||
@@ -1175,6 +1180,7 @@ fann
|
||||
farstream
|
||||
fasteners
|
||||
fcgi
|
||||
feh
|
||||
fftw
|
||||
file
|
||||
file-roller
|
||||
@@ -1247,6 +1253,7 @@ gftp
|
||||
ghostscript
|
||||
gimp
|
||||
git
|
||||
gitdb2
|
||||
gitolite
|
||||
gjs
|
||||
glance
|
||||
@@ -1257,6 +1264,7 @@ glib
|
||||
glib-networking
|
||||
glibc
|
||||
glibmm
|
||||
glm
|
||||
glmark2
|
||||
global
|
||||
glog
|
||||
@@ -1308,6 +1316,7 @@ gnupg
|
||||
gnuplot
|
||||
gnutls
|
||||
go
|
||||
goaccess
|
||||
gobject-introspection
|
||||
golang-github-cpuguy83-go-md2man
|
||||
gom
|
||||
@@ -1324,6 +1333,7 @@ gptfdisk
|
||||
gradle
|
||||
gradle-dep
|
||||
graphene
|
||||
graphite
|
||||
graphviz
|
||||
greenlet
|
||||
grep
|
||||
@@ -1384,6 +1394,7 @@ hunspell
|
||||
hwloc
|
||||
hyperscan
|
||||
hyperstart
|
||||
hyphen
|
||||
hypothesis
|
||||
i2c-tools
|
||||
i3
|
||||
@@ -1397,6 +1408,7 @@ iceauth
|
||||
icon-naming-utils
|
||||
icu4c
|
||||
idna
|
||||
iftop
|
||||
imagesize
|
||||
imapfilter
|
||||
imlib2
|
||||
@@ -1410,6 +1422,7 @@ intel-gpu-tools
|
||||
intel-hybrid-driver
|
||||
intltool
|
||||
invm-frameworks
|
||||
ioc-cbc-tools
|
||||
ioping
|
||||
iotop
|
||||
ipaddr
|
||||
@@ -1496,6 +1509,7 @@ kdnssd
|
||||
kdoctools
|
||||
keepassxc
|
||||
kemoticons
|
||||
kernel-config
|
||||
kernel-config-checker
|
||||
kernel-install
|
||||
kexec-tools
|
||||
@@ -1689,6 +1703,7 @@ libsigc++
|
||||
libsmbios
|
||||
libsmi
|
||||
libsndfile
|
||||
libsodium
|
||||
libsolv
|
||||
libsoup
|
||||
libspectre
|
||||
@@ -1830,12 +1845,14 @@ mstflint
|
||||
mtdev
|
||||
multimon-ng
|
||||
multipath-tools
|
||||
munch
|
||||
murrine
|
||||
musl
|
||||
mutt
|
||||
mutter
|
||||
mypaint-brushes
|
||||
mypy
|
||||
mythes
|
||||
nagios-plugins
|
||||
nano
|
||||
nasm
|
||||
@@ -1867,11 +1884,13 @@ nginx
|
||||
nicstat
|
||||
ninja
|
||||
nlopt
|
||||
nltk
|
||||
nodejs
|
||||
nose
|
||||
nose-cov
|
||||
nose-cover3
|
||||
nose-parameterized
|
||||
nosexcover
|
||||
nosync
|
||||
notebook
|
||||
notmuch
|
||||
@@ -1927,11 +1946,14 @@ opusfile
|
||||
orc
|
||||
orca
|
||||
ordereddict
|
||||
os-api-ref
|
||||
os-autoinst
|
||||
os-brick
|
||||
os-client-config
|
||||
os-service-types
|
||||
os-testr
|
||||
os-win
|
||||
os-xenapi
|
||||
osc-lib
|
||||
osinfo-db-tools
|
||||
oslo.cache
|
||||
@@ -1944,6 +1966,7 @@ oslo.log
|
||||
oslo.messaging
|
||||
oslo.middleware
|
||||
oslo.policy
|
||||
oslo.privsep
|
||||
oslo.reports
|
||||
oslo.rootwrap
|
||||
oslo.serialization
|
||||
@@ -1985,6 +2008,7 @@ pcre
|
||||
pcre2
|
||||
pecan
|
||||
pep8
|
||||
performance
|
||||
perftest
|
||||
perl
|
||||
perl-Acme-Damn
|
||||
@@ -2615,6 +2639,7 @@ pwgen
|
||||
py
|
||||
pyOpenSSL
|
||||
pyScss
|
||||
pyaes
|
||||
pyaml
|
||||
pyasn1
|
||||
pyasn1-modules
|
||||
@@ -2629,6 +2654,7 @@ pydocstyle
|
||||
pydot
|
||||
pydot_ng
|
||||
pydotplus
|
||||
pyemd
|
||||
pyflakes
|
||||
pygobject
|
||||
pyinotify
|
||||
@@ -2639,6 +2665,7 @@ pymongo
|
||||
pynacl
|
||||
pypandoc
|
||||
pyparsing
|
||||
pyperclip
|
||||
pyquery
|
||||
pyrfc3339
|
||||
pyrsistent
|
||||
@@ -2680,6 +2707,7 @@ python-multilib
|
||||
python-neutronclient
|
||||
python-novaclient
|
||||
python-openstackclient
|
||||
python-perf
|
||||
python-pkgconfig
|
||||
python-pocketlint
|
||||
python-polib
|
||||
@@ -2743,12 +2771,15 @@ quagga
|
||||
quilt
|
||||
rabbitmq-c
|
||||
ragel
|
||||
raptor2
|
||||
rasqal
|
||||
rcssmin
|
||||
rdma-core
|
||||
re2c
|
||||
readline
|
||||
redis
|
||||
redis-native
|
||||
redland
|
||||
redsocks
|
||||
reno
|
||||
repoze.lru
|
||||
@@ -2798,6 +2829,7 @@ scipy
|
||||
scons
|
||||
screen
|
||||
scripttest
|
||||
scrypt
|
||||
sddm
|
||||
seaborn
|
||||
seahorse
|
||||
@@ -2828,6 +2860,7 @@ slang
|
||||
smart_open
|
||||
smartcols
|
||||
smartmontools
|
||||
smmap2
|
||||
snappy
|
||||
snowballstemmer
|
||||
socat
|
||||
@@ -2859,12 +2892,15 @@ squashfs-tools
|
||||
sshfs
|
||||
stack
|
||||
startup-notification
|
||||
statsd
|
||||
statsmodels
|
||||
stestr
|
||||
stevedore
|
||||
stow
|
||||
strace
|
||||
stress-ng
|
||||
subunit
|
||||
subunit2sql
|
||||
subversion
|
||||
sudo
|
||||
suds-jurko
|
||||
@@ -2954,6 +2990,7 @@ unicodecsv
|
||||
unifdef
|
||||
unison
|
||||
unittest2
|
||||
unixODBC
|
||||
unzip
|
||||
upower
|
||||
uritemplate
|
||||
|
||||
Reference in New Issue
Block a user