summaryrefslogtreecommitdiffstats
path: root/redhat/build
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2017-11-05 20:36:04 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2017-11-05 20:36:04 +0100
commitf604d2d72f45d13aeb1706c855624e40a43a602b (patch)
treeac955ccbf464cfded46a1498fb29808127e31a13 /redhat/build
parent488d11495027a75355bebe4ad16497b336dbf404 (diff)
downloadtde-packaging-f604d2d72f45d13aeb1706c855624e40a43a602b.tar.gz
tde-packaging-f604d2d72f45d13aeb1706c855624e40a43a602b.zip
RPM: update build scripts
Diffstat (limited to 'redhat/build')
-rwxr-xr-xredhat/build/get_rpm_package_name.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/redhat/build/get_rpm_package_name.sh b/redhat/build/get_rpm_package_name.sh
index 3fa65ebcb..f29d37968 100755
--- a/redhat/build/get_rpm_package_name.sh
+++ b/redhat/build/get_rpm_package_name.sh
@@ -82,10 +82,10 @@ if [ -n "${DEVEL}" ]; then
# Extras packages do NOT have 'devel' package, except Akode
"extras") if [ "${PKGNAME}" != "akode" ] && [ "${PKGNAME}" != "hk_classes" ]; then exit 0; fi;;
esac
-
+
# Some other packags NOT having development package
case "${PKGNAME}" in
- "cmake"|"cscope"|"hal-info"|"lilypond"|"mftrace"|"pcsc-perl"|"rdiff-backup"|"torsocks") exit 0;;
+ "autoconf"|"cmake"|"cscope"|"hal-info"|"lilypond"|"mftrace"|"pcsc-perl"|"rdiff-backup"|"torsocks") exit 0;;
"tqca-tls"|"tdeadmin"|"tdetoys"|"tde-i18n"*|"tdeaddons"|"tdeartwork"|"libtqt-perl"|"kipi-plugins") exit 0;;
esac
@@ -116,4 +116,3 @@ if [ -n "${DEVEL}" ]; then
# Finally, other packages do have a '-devel'
echo "${PREFIX}${PKGDEVEL}"
fi
-