summaryrefslogtreecommitdiffstats
path: root/redhat/kdetoys
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2011-11-26 11:22:41 +0100
committerFrancois Andriot <francois.andriot@free.fr>2011-11-26 11:22:41 +0100
commitde0135181135c32bd910b698e924bc02916afac5 (patch)
treea3334493bf6f87739f5dea041f5bd1b14f1932da /redhat/kdetoys
parente2bd7a7c7d6839d050e69fde803e0816c1aa8d6b (diff)
downloadtde-packaging-de0135181135c32bd910b698e924bc02916afac5.tar.gz
tde-packaging-de0135181135c32bd910b698e924bc02916afac5.zip
RHEL/Fedora: fix kdemultimedia, kdetoys, kdewebdev HTML directory location
Diffstat (limited to 'redhat/kdetoys')
-rw-r--r--redhat/kdetoys/trinity-kdetoys-3.5.13.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/redhat/kdetoys/trinity-kdetoys-3.5.13.spec b/redhat/kdetoys/trinity-kdetoys-3.5.13.spec
index f9ef1f207..ebba35cf7 100644
--- a/redhat/kdetoys/trinity-kdetoys-3.5.13.spec
+++ b/redhat/kdetoys/trinity-kdetoys-3.5.13.spec
@@ -2,7 +2,7 @@
%if "%{?version}" == ""
%define version 3.5.13
%endif
-%define release 1
+%define release 2
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
%if "%{?_prefix}" != "/usr"
@@ -61,8 +61,9 @@ and user to be logged-in to KDE.
# Ugly hack to modify TQT include directory inside autoconf files.
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
-sed -i admin/acinclude.m4.in \
- -e "s,/usr/include/tqt,%{_includedir}/tqt,g"
+%__sed -i admin/acinclude.m4.in \
+ -e "s,/usr/include/tqt,%{_includedir}/tqt,g" \
+ -e "s,kde_htmldir='.*',kde_htmldir='%{tde_docdir}/HTML',g"
%__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
@@ -150,13 +151,16 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
%{_datadir}/apps/*
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/service*/*.desktop
-%doc %lang(en) %{_docdir}/HTML/en/*
+%doc %lang(en) %{tde_docdir}/HTML/en/*
%clean
%__rm -rf %{buildroot}
%changelog
+* Fri Nov 25 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-2
+- Fix HTML directory location
+
* Sun Oct 30 2011 Francois Andriot <francois.andriot@free.fr> - 3.5.13-1
- Initial release for RHEL 6, RHEL 5 and Fedora 15