mirror of
https://github.com/clearlinux/common.git
synced 2026-09-07 06:01:35 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a4dd4451a | ||
|
|
d48889eb29 | ||
|
|
b402f2bbdf | ||
|
|
1fcaa4aea6 | ||
|
|
71b927321f | ||
|
|
40f17091a6 | ||
|
|
3b062e1b45 | ||
|
|
3c3fc1a16c | ||
|
|
3c7aac6a8e | ||
|
|
baf555428f | ||
|
|
262d005c62 | ||
|
|
ceff8301a1 | ||
|
|
8eb7264597 | ||
|
|
c10d558ee6 | ||
|
|
bd75d90fc7 | ||
|
|
081c620f82 | ||
|
|
7e017ee247 | ||
|
|
5b43360fe8 | ||
|
|
eb8879f0f0 | ||
|
|
f18ba9060d | ||
|
|
9fc1471023 | ||
|
|
9885cdbf9b | ||
|
|
ce12c754ba | ||
|
|
b363871adf | ||
|
|
c028ea0072 | ||
|
|
7dc414433f | ||
|
|
50f18a0146 | ||
|
|
51c26d9a01 | ||
|
|
c143f7ee95 | ||
|
|
81bd7f5e54 | ||
|
|
5d8e976a2a | ||
|
|
7d624ab7ae | ||
|
|
ba14c4e50f | ||
|
|
34fb007895 | ||
|
|
153c8cf8f7 | ||
|
|
be45cbcf9e | ||
|
|
853cc64dff | ||
|
|
7e81742862 | ||
|
|
a6eceb3613 | ||
|
|
9956be75dc | ||
|
|
c99415521e | ||
|
|
775d77c942 | ||
|
|
0c80ea9b2d | ||
|
|
e75cdd1186 | ||
|
|
90f2aab33a | ||
|
|
64fa18b676 | ||
|
|
dc6677df7e | ||
|
|
68d78be45d | ||
|
|
47e3b379d9 | ||
|
|
b089c2eee1 | ||
|
|
b66637b940 | ||
|
|
0802f3932b | ||
|
|
2507032cba | ||
|
|
5a1d5567ca | ||
|
|
05a7063d8e | ||
|
|
11ebc1c8fc | ||
|
|
463ae178c2 | ||
|
|
1d4aba3f8f | ||
|
|
c7fc2c3961 | ||
|
|
82cd0ecd3f | ||
|
|
f754a866c0 | ||
|
|
5d17b16122 | ||
|
|
51b040bccb | ||
|
|
ad94d692e1 | ||
|
|
8f08161958 | ||
|
|
490bd76041 | ||
|
|
461918321b | ||
|
|
836969dddf | ||
|
|
cabadbf7e3 | ||
|
|
2e20586c58 | ||
|
|
bd721579a7 | ||
|
|
f75cf1807e | ||
|
|
49f6d1b502 | ||
|
|
284ad47e91 | ||
|
|
7b3321fa58 | ||
|
|
b2c8135aad | ||
|
|
8150769596 | ||
|
|
a093411597 | ||
|
|
e429dcaa45 | ||
|
|
06d1a29dc1 | ||
|
|
1548275e4b | ||
|
|
fd0963167b | ||
|
|
517f5bc371 | ||
|
|
284ccd9ce0 | ||
|
|
43d436eec3 | ||
|
|
2bb93912f6 | ||
|
|
3a0c58c76f | ||
|
|
5519d04178 | ||
|
|
e733b31a68 | ||
|
|
46bb95d483 | ||
|
|
afafad1ed9 | ||
|
|
bd030b99fe | ||
|
|
179cec491a | ||
|
|
3f9a4421d4 | ||
|
|
519fe3ef50 | ||
|
|
a95343b9d1 | ||
|
|
4ffa3d7af0 |
+7
-3
@@ -70,10 +70,9 @@ proper: repodel
|
|||||||
mockclean:
|
mockclean:
|
||||||
$(MOCK) --clean --scrub=all
|
$(MOCK) --clean --scrub=all
|
||||||
|
|
||||||
#help mockproper: Clean mock chroot and cache directories for this package.
|
#help mockproper: Clean mock chroot
|
||||||
mockproper:
|
mockproper:
|
||||||
$(MOCK) --clean --scrub=all --uniqueext=$(PKG_NAME)
|
$(MOCK) --clean --uniqueext=$(PKG_NAME)
|
||||||
$(MOCK) --clean --scrub=chroot --uniqueext=$(PKG_NAME)
|
|
||||||
|
|
||||||
configemail:
|
configemail:
|
||||||
@test -d .git || git init
|
@test -d .git || git init
|
||||||
@@ -434,6 +433,11 @@ install-local:
|
|||||||
done
|
done
|
||||||
$(MAKE) install-debuginfo-local
|
$(MAKE) install-debuginfo-local
|
||||||
|
|
||||||
|
#help install-mock: Install locally built RPMs to the mock rootcache
|
||||||
|
#help filesystem. This command is usually used with "make shell".
|
||||||
|
install-mock: repoadd
|
||||||
|
$(MOCK) --result=results/ --no-cleanup-after --uniqueext=$(PKG_NAME) -i $(filter-out ${DEBUGINFO_RPM},${RPMS})
|
||||||
|
|
||||||
#help generateupstream: Run this rule to create or update the 'upstream' file
|
#help generateupstream: Run this rule to create or update the 'upstream' file
|
||||||
#help by downloading the upstream source tarballs listed in the spec file and
|
#help by downloading the upstream source tarballs listed in the spec file and
|
||||||
#help calculating their hashes. Autospec performs this step automatically, so
|
#help calculating their hashes. Autospec performs this step automatically, so
|
||||||
|
|||||||
@@ -99,6 +99,8 @@ CECILL-2.0
|
|||||||
CECILL-2.1
|
CECILL-2.1
|
||||||
CECILL-B
|
CECILL-B
|
||||||
CECILL-C
|
CECILL-C
|
||||||
|
CERN-OHL-1.1
|
||||||
|
CERN-OHL-1.2
|
||||||
CNRI-Jython
|
CNRI-Jython
|
||||||
CNRI-Python
|
CNRI-Python
|
||||||
CNRI-Python-GPL-Compatible
|
CNRI-Python-GPL-Compatible
|
||||||
@@ -169,6 +171,7 @@ Giftware
|
|||||||
Glide
|
Glide
|
||||||
Glulxe
|
Glulxe
|
||||||
HPND
|
HPND
|
||||||
|
HPND-sell-variant
|
||||||
HaskellReport
|
HaskellReport
|
||||||
IBM-pibs
|
IBM-pibs
|
||||||
ICU
|
ICU
|
||||||
@@ -182,6 +185,7 @@ Info-ZIP
|
|||||||
Intel
|
Intel
|
||||||
Intel-ACPI
|
Intel-ACPI
|
||||||
Interbase-1.0
|
Interbase-1.0
|
||||||
|
JPNIC
|
||||||
JSON
|
JSON
|
||||||
JasPer-2.0
|
JasPer-2.0
|
||||||
LAL-1.2
|
LAL-1.2
|
||||||
@@ -257,6 +261,9 @@ ODC-By-1.0
|
|||||||
ODbL-1.0
|
ODbL-1.0
|
||||||
OFL-1.0
|
OFL-1.0
|
||||||
OFL-1.1
|
OFL-1.1
|
||||||
|
OGL-UK-1.0
|
||||||
|
OGL-UK-2.0
|
||||||
|
OGL-UK-3.0
|
||||||
OGTSL
|
OGTSL
|
||||||
OLDAP-1.1
|
OLDAP-1.1
|
||||||
OLDAP-1.2
|
OLDAP-1.2
|
||||||
@@ -313,6 +320,7 @@ SPL-1.0
|
|||||||
SWL
|
SWL
|
||||||
Saxpath
|
Saxpath
|
||||||
Sendmail
|
Sendmail
|
||||||
|
Sendmail-8.23
|
||||||
SimPL-2.0
|
SimPL-2.0
|
||||||
Sleepycat
|
Sleepycat
|
||||||
Spencer-86
|
Spencer-86
|
||||||
@@ -320,6 +328,7 @@ Spencer-94
|
|||||||
Spencer-99
|
Spencer-99
|
||||||
StandardML-NJ
|
StandardML-NJ
|
||||||
SugarCRM-1.1.3
|
SugarCRM-1.1.3
|
||||||
|
TAPR-OHL-1.0
|
||||||
TCL
|
TCL
|
||||||
TCP-wrappers
|
TCP-wrappers
|
||||||
TMate
|
TMate
|
||||||
@@ -358,6 +367,8 @@ Zimbra-1.4
|
|||||||
Zlib
|
Zlib
|
||||||
bzip2-1.0.5
|
bzip2-1.0.5
|
||||||
bzip2-1.0.6
|
bzip2-1.0.6
|
||||||
|
copyleft-next-0.3.0
|
||||||
|
copyleft-next-0.3.1
|
||||||
curl
|
curl
|
||||||
diffmark
|
diffmark
|
||||||
dvipdfm
|
dvipdfm
|
||||||
@@ -366,6 +377,7 @@ eGenix
|
|||||||
gSOAP-1.3b
|
gSOAP-1.3b
|
||||||
gnuplot
|
gnuplot
|
||||||
iMatix
|
iMatix
|
||||||
|
libpng-2.0
|
||||||
libtiff
|
libtiff
|
||||||
mpich2
|
mpich2
|
||||||
psfrag
|
psfrag
|
||||||
|
|||||||
Reference in New Issue
Block a user