diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-30 11:01:50 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-30 11:01:50 +0100 |
commit | 4b4a591aae6d89c67e0a7645659a206070a7247a (patch) | |
tree | ec56ab61d83d47af7744fe4e5a06c982ebc3ad55 /redhat/dependencies/tqt3 | |
parent | 54795cd33acb191a4dfeac6bd681d4d4172abd7b (diff) | |
download | tde-packaging-4b4a591aae6d89c67e0a7645659a206070a7247a.tar.gz tde-packaging-4b4a591aae6d89c67e0a7645659a206070a7247a.zip |
RPM Packaging: update tdegames
Diffstat (limited to 'redhat/dependencies/tqt3')
-rw-r--r-- | redhat/dependencies/tqt3/tqt3-14.0.0.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/redhat/dependencies/tqt3/tqt3-14.0.0.spec b/redhat/dependencies/tqt3/tqt3-14.0.0.spec index c79d9f6e2..893e10952 100644 --- a/redhat/dependencies/tqt3/tqt3-14.0.0.spec +++ b/redhat/dependencies/tqt3/tqt3-14.0.0.spec @@ -287,6 +287,9 @@ BuildRequires: util-linux %endif %description +This is the Trolltech TQt library, version 3. It's necessary for +applications that link against the libtqt-mt.so.3, e.g. all Trinity +applications. ########## @@ -1492,6 +1495,9 @@ install -D -m 755 %{SOURCE1} %{?buildroot}%{_docdir}/tqt3-examples/build-example tar cvvfz tqt3-examples.tar.gz tqt3-examples/ install -D -m644 "tqt3-examples.tar.gz" "%{?buildroot}%{_docdir}/tqt3-examples/tqt3-examples.tar.gz" +# Fix wrong permissions +chmod 644 "%{?buildroot}%{_datadir}/tqt3/mkspecs/"*/* + %clean %__rm -rf %{buildroot} |