diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-01 22:11:59 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-01 22:11:59 +0200 |
commit | 814898411e6ea1a5ed76a4db1c376dd245a34ca9 (patch) | |
tree | 699682ac61fa4abb1f7009c25dd96b68f55a9a15 /redhat | |
parent | 3a58cb7650eb34c03bf870251f4b03c71412ca73 (diff) | |
download | tde-packaging-814898411e6ea1a5ed76a4db1c376dd245a34ca9.tar.gz tde-packaging-814898411e6ea1a5ed76a4db1c376dd245a34ca9.zip |
RPM Packaging: update TQT3
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/dependencies/tqt3/tqt3-14.0.0.spec | 37 |
1 files changed, 27 insertions, 10 deletions
diff --git a/redhat/dependencies/tqt3/tqt3-14.0.0.spec b/redhat/dependencies/tqt3/tqt3-14.0.0.spec index 81f30579a..4ca5e341d 100644 --- a/redhat/dependencies/tqt3/tqt3-14.0.0.spec +++ b/redhat/dependencies/tqt3/tqt3-14.0.0.spec @@ -810,17 +810,18 @@ libtqt3-headers. ########### -%package -n tqt3-devel-tools +%package -n tqt3-dev-tools Summary: TQt3 development tools Group: Development/Libraries/X11 Requires: libtqt3-mt = %{version}-%{release} +Requires: tqt3-dev-tools-devel = %{version}-%{release} -%description -n tqt3-devel-tools +%description -n tqt3-dev-tools This package contains all tools that are necessary to build programs that are written using TQt3. These are: qmake, uic and moc. For TQt3 development, you most likely want to install this package. -%files -n tqt3-devel-tools +%files -n tqt3-dev-tools %defattr(-,root,root,-) %dir %{_datadir}/tqt3/mkspecs/ %{_datadir}/tqt3/mkspecs/* @@ -839,6 +840,22 @@ For TQt3 development, you most likely want to install this package. ########## +%package -n tqt3-dev-tools-devel +Summary: TQt3 development tools +Group: Development/Libraries/X11 + +%description -n tqt3-dev-tools-devel +This package contains all tools that are necessary to build programs +that are written using TQt3. These are: qmake, uic and moc. +For TQt3 development, you most likely want to install this package. + +%files -n tqt3-dev-tools-devel +%defattr(-,root,root,-) +%dir %{_datadir}/tqt3/mkspecs/ +%{_datadir}/tqt3/mkspecs/* + +########## + %package -n tqt3-designer Summary: TQt3 Designer Group: System/GUI/Other @@ -995,19 +1012,19 @@ install this package. ########### -%package -n tqt3-devel-tools-embedded +%package -n tqt3-dev-tools-embedded Summary: Tools to develop embedded TQt applications Group: System/GUI/Other Requires: libtqt3-mt = %{version}-%{release} -%description -n tqt3-devel-tools-embedded +%description -n tqt3-dev-tools-embedded This package contains applications only suitable for developing applications with TQt Embedded and/or Qtopia. It provides the QVFB program for simulating an embedded device desktop as well as maketqpf for converting fonts to embedded fonts suitable for being utilized by TQt Embedded applications. -%files -n tqt3-devel-tools-embedded +%files -n tqt3-dev-tools-embedded %defattr(-,root,root,-) %{_bindir}/maketqpf %{_bindir}/tqvfb @@ -1019,12 +1036,12 @@ by TQt Embedded applications. ########### -%package -n tqt3-devel-tools-compat +%package -n tqt3-dev-tools-compat Summary: Conversion utilities for TQt3 development Group: System/GUI/Other Requires: libtqt3-mt = %{version}-%{release} -%description -n tqt3-devel-tools-compat +%description -n tqt3-dev-tools-compat This package contains some older TQt tools (namely tqt20fix tqtrename140, tqm2ts, tqtmergetr, tqtfindtr and msg2tqm). These tools are needed only by application developers who need to migrate any TQt application written @@ -1033,7 +1050,7 @@ help fixing the changes with include file renaming as well as migrating the message file format of TQt 2 translation files or any gettext-based translation system to the TQt 3 system. -%files -n tqt3-devel-tools-compat +%files -n tqt3-dev-tools-compat %defattr(-,root,root,-) %{_bindir}/tqt20fix %{_bindir}/tqtrename140 @@ -1303,7 +1320,7 @@ export LD_LIBRARY_PATH=${QTDIR}/lib %__install -m644 -D tools/tqvfb/pda_down.png %{?buildroot}%{_datadir}/tqvfb/pda_down.png %__install -m644 -D tools/tqvfb/pda_up.png %{?buildroot}%{_datadir}/tqvfb/pda_up.png -## create tqt3-apps-devel-package +## create tqt3-apps-dev-package cp tools/designer/interfaces/*.h %{?buildroot}%{?_includedir}/tqt3/ cp tools/designer/editor/*.h %{?buildroot}%{?_includedir}/tqt3/ |