]> git.pld-linux.org Git - packages/qt5-qtserialport.git/blobdiff - qt5-qtserialport.spec
up to 5.12.3
[packages/qt5-qtserialport.git] / qt5-qtserialport.spec
index 9b16827e4164d0fb9b8486a46b7a35e9b7166bc1..0407ecc3526b771d054809beaa60e1723db5b1c9 100644 (file)
-# TODO:
-# - cleanup
+#
+# Conditional build:
+%bcond_without doc     # Documentation
 
 %define                orgname         qtserialport
-Summary:       The Qt5 Serialport
+%define                qtbase_ver      %{version}
+%define                qttools_ver     %{version}
+Summary:       The Qt5 SerialPort library
+Summary(pl.UTF-8):     Biblioteka Qt5 SerialPort
 Name:          qt5-%{orgname}
-Version:       5.2.0
-Release:       0.1
-License:       LGPL v2.1 or GPL v3.0
+Version:       5.12.3
+Release:       1
+License:       LGPL v2.1 with Digia Qt LGPL Exception v1.1 or GPL v3.0
 Group:         Libraries
-Source0:       http://download.qt-project.org/official_releases/qt/5.2/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz
-# Source0-md5: 7b90e0707b698331226e662bd39945e9
-URL:           http://qt-project.org/
-BuildRequires: qt5-qtbase-devel = %{version}
-BuildRequires: qt5-qttools-devel = %{version}
+Source0:       http://download.qt.io/official_releases/qt/5.12/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
+# Source0-md5: 24a3cc77859519ff5007be7abf1247e7
+URL:           http://www.qt.io/
+BuildRequires: Qt5Core-devel >= %{qtbase_ver}
+BuildRequires: Qt5Gui-devel >= %{qtbase_ver}
+BuildRequires: Qt5Widgets-devel >= %{qtbase_ver}
+%if %{with doc}
+BuildRequires: qt5-assistant >= %{qttools_ver}
+%endif
+BuildRequires: qt5-build >= %{qtbase_ver}
+BuildRequires: qt5-qmake >= %{qtbase_ver}
 BuildRequires: rpmbuild(macros) >= 1.654
 BuildRequires: tar >= 1:1.22
+BuildRequires: udev-devel
 BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautoreqdep   libGL.so.1 libGLU.so.1
-%define                _noautostrip    '.*_debug\\.so*'
-
 %define                specflags       -fno-strict-aliasing
-%define                _qtdir          %{_libdir}/qt5
+%define                qt5dir          %{_libdir}/qt5
 
 %description
-Qt5 Serial Port library.
+Qt is a cross-platform application and UI framework. Using Qt, you can
+write web-enabled applications once and deploy them across desktop,
+mobile and embedded systems without rewriting the source code.
+
+This package contains Qt5 SerialPort library.
+
+%description -l pl.UTF-8
+Qt to wieloplatformowy szkielet aplikacji i interfejsów użytkownika.
+Przy użyciu Qt można pisać aplikacje powiązane z WWW i wdrażać je w
+systemach biurkowych, przenośnych i wbudowanych bez przepisywania kodu
+źródłowego.
+
+Ten pakiet zawiera bibliotekę Qt5 SerialPort.
+
+%package -n Qt5SerialPort
+Summary:       The Qt5 SerialPort library
+Summary(pl.UTF-8):     Biblioteka Qt5 SerialPort
+Group:         Libraries
+Requires:      Qt5Core >= %{qtbase_ver}
+Obsoletes:     qt5-qtserialport
 
-%package devel
-Summary:       The Qt5 Serial Port - development files
+%description -n Qt5SerialPort
+Qt5 SerialPort library provides classes that enable access to a serial
+port.
+
+%description -n Qt5SerialPort -l pl.UTF-8
+Biblioteka Qt5 SerialPort udostępnia klasy pozwalające na dostęp do
+portu szeregowego.
+
+%package -n Qt5SerialPort-devel
+Summary:       Qt5 SerialPort library - development files
+Summary(pl.UTF-8):     Biblioteka Qt5 SerialPort - pliki programistyczne
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Requires:      Qt5Core-devel >= %{qtbase_ver}
+Requires:      Qt5SerialPort = %{version}-%{release}
+Requires:      udev-devel
+Obsoletes:     qt5-qtserialport-devel
+
+%description -n Qt5SerialPort-devel
+Qt5 SerialPort library - development files.
 
-%description devel
-Qt5 Serial Port - development files.
+%description -n Qt5SerialPort-devel -l pl.UTF-8
+Biblioteka Qt5 SerialPort - pliki programistyczne.
 
 %package doc
-Summary:       The Qt5 Serial Port - docs
+Summary:       Qt5 SerialPort documentation in HTML format
+Summary(pl.UTF-8):     Dokumentacja do biblioteki Qt5 SerialPort w formacie HTML
 Group:         Documentation
+Requires:      qt5-doc-common >= %{qtbase_ver}
 %if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
 %endif
 
 %description doc
-Qt5 Serial Port - documentation.
+Qt5 SerialPort documentation in HTML format.
+
+%description doc -l pl.UTF-8
+Dokumentacja do biblioteki Qt5 SerialPort w formacie HTML.
+
+%package doc-qch
+Summary:       Qt5 SerialPort documentation in QCH format
+Summary(pl.UTF-8):     Dokumentacja do biblioteki Qt5 SerialPort w formacie QCH
+Group:         Documentation
+Requires:      qt5-doc-common >= %{qtbase_ver}
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
+
+%description doc-qch
+Qt5 SerialPort documentation in QCH format.
+
+%description doc-qch -l pl.UTF-8
+Dokumentacja do biblioteki Qt5 SerialPort w formacie QCH.
 
 %package examples
-Summary:       Qt5 Serial Port examples
+Summary:       Qt5 SerialPort examples
+Summary(pl.UTF-8):     Przykłady do biblioteki Qt5 SerialPort
 Group:         Development/Libraries
 %if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
 %endif
 
 %description examples
-Qt5 Serial Port - examples.
+Qt5 SerialPort examples.
+
+%description examples -l pl.UTF-8
+Przykłady do biblioteki Qt5 SerialPort.
 
 %prep
-%setup -q -n %{orgname}-opensource-src-%{version}
+%setup -q -n %{orgname}-everywhere-src-%{version}
 
 %build
 qmake-qt5
 %{__make}
-%{__make} docs
+%{?with_doc:%{__make} docs}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 
+%if %{with doc}
 %{__make} install_docs \
        INSTALL_ROOT=$RPM_BUILD_ROOT
+%endif
+
+# useless symlinks
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.so.5.??
+# actually drop *.la, follow policy of not packaging them when *.pc exist
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post          -p /sbin/ldconfig
-%postun                -p /sbin/ldconfig
+%post  -n Qt5SerialPort -p /sbin/ldconfig
+%postun        -n Qt5SerialPort -p /sbin/ldconfig
 
-%files
+%files -n Qt5SerialPort
 %defattr(644,root,root,755)
-%attr(755,root,root) %ghost %{_libdir}/libQt5SerialPort.so.?
-%attr(755,root,root) %{_libdir}/libQt5SerialPort.so.*.*
-#%attr(755,root,root) %{_qtdir}/plugins
+%doc LICENSE.GPL3-EXCEPT dist/changes-*
+%attr(755,root,root) %{_libdir}/libQt5SerialPort.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libQt5SerialPort.so.5
 
-%files devel
+%files -n Qt5SerialPort-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libQt5SerialPort.so
-%{_libdir}/libQt5SerialPort.la
 %{_libdir}/libQt5SerialPort.prl
-%{_libdir}/cmake/Qt5SerialPort
 %{_includedir}/qt5/QtSerialPort
-%{_pkgconfigdir}/*.pc
-%{_qtdir}/mkspecs
+%{_pkgconfigdir}/Qt5SerialPort.pc
+%{_libdir}/cmake/Qt5SerialPort
+%{qt5dir}/mkspecs/modules/qt_lib_serialport.pri
+%{qt5dir}/mkspecs/modules/qt_lib_serialport_private.pri
 
+%if %{with doc}
 %files doc
 %defattr(644,root,root,755)
-%{_docdir}/qt5-doc
+%{_docdir}/qt5-doc/qtserialport
+
+%files doc-qch
+%defattr(644,root,root,755)
+%{_docdir}/qt5-doc/qtserialport.qch
+%endif
 
+# examples not installed
 #%files examples -f examples.files
This page took 0.464933 seconds and 4 git commands to generate.