summaryrefslogtreecommitdiffstats
path: root/redhat/applications/kstreamripper/kstreamripper-14.0.0.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/kstreamripper/kstreamripper-14.0.0.spec')
-rw-r--r--redhat/applications/kstreamripper/kstreamripper-14.0.0.spec8
1 files changed, 0 insertions, 8 deletions
diff --git a/redhat/applications/kstreamripper/kstreamripper-14.0.0.spec b/redhat/applications/kstreamripper/kstreamripper-14.0.0.spec
index 58b1d9be9..5eea800eb 100644
--- a/redhat/applications/kstreamripper/kstreamripper-14.0.0.spec
+++ b/redhat/applications/kstreamripper/kstreamripper-14.0.0.spec
@@ -108,14 +108,6 @@ you with managing/ripping your preferred streams.
unset QTDIR QTINC QTLIB
export PATH="%{tde_bindir}:${PATH}"
-# Force running 'tmoc' on all header files
-for h in "src/"*".h"; do
- moc="${h/.h/.moc}"
- tmoc "${h}" -o "${moc}"
- cpp="${h/.h/.cpp}"
- echo "#include \"${moc##*/}\"" >>"${cpp}"
-done
-
export QTDIR=/usr
python2 /usr/bin/scons configure prefix="%{_prefix}"
python2 /usr/bin/scons %{?_smp_mflags}