2013-10-01 08:14:41 +02:00
|
|
|
#
|
|
|
|
# spec file for package libqt5-qttools
|
|
|
|
#
|
2013-10-18 11:33:29 +02:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2013-10-01 08:14:41 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: libqt5-qttools
|
2013-12-17 07:08:14 +01:00
|
|
|
Version: 5.2.0
|
2013-10-01 08:14:41 +02:00
|
|
|
Release: 0
|
2013-10-04 13:54:25 +02:00
|
|
|
Summary: Qt 5 QtTools Module
|
2013-10-18 11:33:29 +02:00
|
|
|
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
2013-10-01 08:14:41 +02:00
|
|
|
Group: Development/Libraries/X11
|
2013-10-18 11:33:29 +02:00
|
|
|
Url: http://qt.digia.com
|
2013-10-01 08:14:41 +02:00
|
|
|
Source: %{tar_version}.tar.xz
|
|
|
|
Source11: designer5.desktop
|
|
|
|
Source12: linguist5.desktop
|
|
|
|
Source13: assistant5.desktop
|
|
|
|
Source14: assistant5.png
|
|
|
|
Source15: designer5.png
|
|
|
|
Source16: linguist5.png
|
2013-10-04 13:54:25 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
%define base_name libqt5
|
2013-12-17 07:08:14 +01:00
|
|
|
%define real_version 5.2.0
|
2013-11-04 09:18:06 +01:00
|
|
|
%define so_version 5.2.0
|
2013-10-04 13:54:25 +02:00
|
|
|
%define tar_version qttools-opensource-src-%{real_version}
|
2013-12-19 12:46:13 +01:00
|
|
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
2013-10-04 13:54:25 +02:00
|
|
|
BuildRequires: libQt5WebKitWidgets-devel >= %{version}
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: xz
|
2013-10-01 08:14:41 +02:00
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
|
|
|
This package contains base tools, like string, xml, and network handling.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n qttools-opensource-src-%{real_version}
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Qt Development Kit
|
|
|
|
Group: Development/Libraries/X11
|
2013-10-04 13:54:25 +02:00
|
|
|
Requires: %{name} = %{version}
|
2013-10-18 11:33:29 +02:00
|
|
|
Requires: libQt5CLucene5 = %{version}
|
|
|
|
Requires: libQt5Designer5 = %{version}
|
|
|
|
Requires: libQt5DesignerComponents5 = %{version}
|
|
|
|
Requires: libQt5Help5 = %{version}
|
2013-12-19 12:46:13 +01:00
|
|
|
Requires: libqt5-qtdeclarative-devel >= %{version}
|
2013-10-04 13:54:25 +02:00
|
|
|
Requires: libQt5WebKitWidgets-devel >= %{version}
|
2013-10-01 08:14:41 +02:00
|
|
|
Requires: libxslt-devel
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
You need this package, if you want to compile programs with qttools.
|
|
|
|
|
|
|
|
%package private-headers-devel
|
|
|
|
Summary: Non-ABI stable experimental API
|
|
|
|
Group: Development/Libraries/C and C++
|
2013-10-04 13:54:25 +02:00
|
|
|
Requires: %{name}-devel = %{version}
|
2013-12-19 12:46:13 +01:00
|
|
|
Requires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
2013-10-01 08:14:41 +02:00
|
|
|
|
|
|
|
%description private-headers-devel
|
|
|
|
This package provides private headers of libqt5-qttools that are normally
|
|
|
|
not used by application development and that do not have any ABI or
|
|
|
|
API guarantees. The packages that build against these have to require
|
|
|
|
the exact Qt version.
|
|
|
|
|
2013-10-18 11:33:29 +02:00
|
|
|
%package -n libQt5CLucene5
|
|
|
|
Summary: Qt 5 Clucene Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5CLucene5
|
|
|
|
The Qt 5 Clucene library.
|
|
|
|
|
|
|
|
%package -n libQt5Designer5
|
|
|
|
Summary: Qt 5 Designer Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5Designer5
|
|
|
|
The Qt 5 Designer library.
|
|
|
|
|
|
|
|
%package -n libQt5DesignerComponents5
|
|
|
|
Summary: Qt 5 Designer Components Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5DesignerComponents5
|
|
|
|
The Qt 5 Designer Components library.
|
|
|
|
|
|
|
|
%package -n libQt5Help5
|
|
|
|
Summary: Qt 5 Help Library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description -n libQt5Help5
|
|
|
|
The Qt 5 Help library.
|
|
|
|
|
2013-10-01 08:14:41 +02:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
2013-10-18 11:33:29 +02:00
|
|
|
%post -n libQt5CLucene5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5Designer5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5DesignerComponents5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libQt5Help5 -p /sbin/ldconfig
|
|
|
|
|
2013-10-01 08:14:41 +02:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2013-10-18 11:33:29 +02:00
|
|
|
%postun -n libQt5CLucene5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5Designer5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5DesignerComponents5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libQt5Help5 -p /sbin/ldconfig
|
|
|
|
|
2013-10-01 08:14:41 +02:00
|
|
|
%build
|
2013-10-18 11:33:29 +02:00
|
|
|
%qmake5
|
|
|
|
%make_jobs
|
2013-10-01 08:14:41 +02:00
|
|
|
|
|
|
|
%install
|
2013-10-18 11:33:29 +02:00
|
|
|
%qmake5_install
|
2013-10-04 13:54:25 +02:00
|
|
|
find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, -L%{_builddir}/\S+,,g' {} \;
|
|
|
|
find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e "s, -L$RPM_BUILD_DIR/?\S+,,g" {} \; -exec sed -i -e "s,^moc_location=.*,moc_location=%{_libqt5_bindir}/moc," -e "s,uic_location=.*,uic_location=%{_libqt5_bindir}/uic," {} \;
|
|
|
|
%fdupes %{buildroot}/%{_libqt5_includedir}
|
2013-10-01 08:14:41 +02:00
|
|
|
|
2013-10-04 13:54:25 +02:00
|
|
|
# put all the binaries to %{_bindir}, add -qt5 suffix, and symlink them back to %_qt5_bindir
|
2013-10-01 08:14:41 +02:00
|
|
|
mkdir %{buildroot}%{_bindir}
|
|
|
|
pushd %{buildroot}%{_libqt5_bindir}
|
|
|
|
for i in * ; do
|
|
|
|
mv $i ../../../bin/${i}-qt5
|
|
|
|
ln -s ../../../bin/${i}-qt5 .
|
|
|
|
ln -s ../../../bin/${i}-qt5 $i
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
|
|
|
#
|
|
|
|
# install menu entries
|
|
|
|
#
|
|
|
|
|
|
|
|
##%suse_update_desktop_file -i designer5 Qt Development GUIDesigner
|
|
|
|
##%suse_update_desktop_file -i linguist5 Qt Development Translation
|
|
|
|
##%suse_update_desktop_file -i assistant5 Qt Development Documentation
|
|
|
|
|
2013-10-04 13:54:25 +02:00
|
|
|
##mkdir -p %{buildroot}%{_datadir}/doc/packages/libqt5
|
|
|
|
##cp -a src/assistant/assistant/assistant.qch %{buildroot}%{_datadir}/doc/packages/libqt5/
|
2013-10-01 08:14:41 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,755)
|
2013-10-04 13:54:25 +02:00
|
|
|
%{_bindir}/*
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_bindir}/*
|
2013-10-04 13:54:25 +02:00
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/pixmaps/*.png
|
2013-10-18 11:33:29 +02:00
|
|
|
%{_libqt5_libdir}/qt5/plugins/designer
|
|
|
|
#%_docdir/packages/libqt5
|
|
|
|
|
|
|
|
%files -n libQt5CLucene5
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.LGPL LICENSE.FDL
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_libdir}/libQt5CLucene.so.*
|
2013-10-18 11:33:29 +02:00
|
|
|
|
|
|
|
%files -n libQt5Designer5
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.LGPL LICENSE.FDL
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_libdir}/libQt5Designer.so.*
|
2013-10-18 11:33:29 +02:00
|
|
|
|
|
|
|
%files -n libQt5DesignerComponents5
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.LGPL LICENSE.FDL
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_libdir}/libQt5DesignerComponents.so.*
|
2013-10-18 11:33:29 +02:00
|
|
|
|
|
|
|
%files -n libQt5Help5
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc *.txt LICENSE.LGPL LICENSE.FDL
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_libdir}/libQt5Help.so.*
|
|
|
|
|
|
|
|
%files private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
2013-10-04 13:54:25 +02:00
|
|
|
%{_libqt5_includedir}/QtCLucene/%{so_version}
|
|
|
|
%{_libqt5_includedir}/QtDesigner/%{so_version}
|
|
|
|
%{_libqt5_includedir}/QtDesignerComponents/%{so_version}
|
|
|
|
%{_libqt5_includedir}/QtHelp/%{so_version}
|
|
|
|
%{_libqt5_includedir}/QtUiTools/%{so_version}
|
2013-10-01 08:14:41 +02:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,755)
|
2013-10-04 13:54:25 +02:00
|
|
|
%exclude %{_libqt5_includedir}/QtCLucene/%{so_version}
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_includedir}/QtCLucene
|
2013-10-04 13:54:25 +02:00
|
|
|
%exclude %{_libqt5_includedir}/QtDesigner/%{so_version}
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_includedir}/QtDesigner
|
2013-10-04 13:54:25 +02:00
|
|
|
%exclude %{_libqt5_includedir}/QtDesignerComponents/%{so_version}
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_includedir}/QtDesignerComponents
|
2013-10-04 13:54:25 +02:00
|
|
|
%exclude %{_libqt5_includedir}/QtHelp/%{so_version}
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_includedir}/QtHelp
|
2013-10-04 13:54:25 +02:00
|
|
|
%exclude %{_libqt5_includedir}/QtUiTools/%{so_version}
|
2013-10-01 08:14:41 +02:00
|
|
|
%{_libqt5_includedir}/QtUiTools
|
|
|
|
%{_libqt5_libdir}/cmake/Qt5*
|
|
|
|
%{_libqt5_libdir}/libQt5*.la
|
|
|
|
%{_libqt5_libdir}/libQt5*.prl
|
|
|
|
%{_libqt5_libdir}/libQt5*.so
|
|
|
|
%{_libqt5_libdir}/libQt5*.a
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt5*.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri
|
2013-10-04 13:54:25 +02:00
|
|
|
%dir %{_datadir}/qt5
|
|
|
|
%{_datadir}/qt5/phrasebooks
|
2013-10-01 08:14:41 +02:00
|
|
|
|
|
|
|
%changelog
|