From 257234c1b435df77ae7c67df9845f9fdffc49d460a5528ef054a404f03b4f7fa Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 16 Jul 2011 19:45:43 +0000 Subject: [PATCH] Accepting request 76333 from home:badshah400:branches:Publishing Minor modification to spec file OBS-URL: https://build.opensuse.org/request/show/76333 OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=10 --- texworks.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/texworks.spec b/texworks.spec index 7beaac4..210f795 100644 --- a/texworks.spec +++ b/texworks.spec @@ -101,8 +101,10 @@ qmake 'INSTALL_PREFIX=%{_prefix}' 'TW_PLUGINPATH=%{_libdir}/%{name}' -after \ popd #Main package -qmake 'TW_BUILD_ID=openSUSE' 'INSTALL_PREFIX=%{_prefix}' 'TW_HELPPATH=%{_docdir}/%{name}/manual' 'DOCS_DIR=%{_docdir}/%{name}' - +qmake 'TW_BUILD_ID=openSUSE' 'INSTALL_PREFIX=%{_prefix}' 'TW_HELPPATH=%{_docdir}/%{name}/manual' 'DOCS_DIR=%{_docdir}/%{name}' -after \ + 'QMAKE_CXXFLAGS -= -DTW_DICPATH=\\\"/usr/share/myspell/dicts\\\"' \ + 'QMAKE_CXXFLAGS += -DTW_DICPATH=\\\"%{_datadir}/myspell\\\"' + %install #Python plugin pushd plugins-src/TWPythonPlugin/