[qt5-qtserialport] 5.3.2

Rex Dieter rdieter at fedoraproject.org
Mon Oct 20 01:05:46 UTC 2014


commit 1d00671622c74b81f3ae8d4aa8ca5e994b7a68bd
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Oct 19 20:05:47 2014 -0500

    5.3.2

 .gitignore            |    1 +
 qt5-qtserialport.spec |   16 ++++++++++------
 sources               |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8b666a..eee0a02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /qtserialport-opensource-src-5.3.2.tar.xz
+/qtserialport-opensource-src-5.4.0-beta.tar.xz
diff --git a/qt5-qtserialport.spec b/qt5-qtserialport.spec
index ebe6d65..6e98dff 100644
--- a/qt5-qtserialport.spec
+++ b/qt5-qtserialport.spec
@@ -3,18 +3,20 @@
 # define to build docs, need to undef this for bootstrapping
 %define docs 1
 
+%define pre beta
+
 Summary: Qt5 - SerialPort component
 Name:    qt5-%{qt_module}
-Version: 5.3.2
-Release: 1%{?dist}
+Version: 5.4.0
+Release: 0.1.%{pre}%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
 Url: http://qt-project.org/
 %if 0%{?pre:1}
-Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
+Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
 %else
-Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
+Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
 %endif
 
 BuildRequires: qt5-qtbase-devel >= %{version}
@@ -35,6 +37,7 @@ Requires: qt5-qtbase-devel%{?_isa}
 %if 0%{?docs}
 %package doc
 Summary: API documentation for %{name}
+License: GFDL
 Requires: %{name} = %{version}-%{release}
 # for qhelpgenerator
 BuildRequires: qt5-qttools-devel
@@ -88,14 +91,15 @@ popd
 %postun -p /sbin/ldconfig
 
 %files
-%doc LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL
+%doc LGPL_EXCEPTION.txt LICENSE.GPL* LICENSE.LGPL*
 %{_qt5_libdir}/libQt5SerialPort.so.5*
 
 %files devel
 %{_qt5_headerdir}/QtSerialPort/
 %{_qt5_libdir}/libQt5SerialPort.so
 %{_qt5_libdir}/libQt5SerialPort.prl
-%{_qt5_libdir}/cmake/Qt5SerialPort/
+%dir %{_qt5_libdir}/cmake/Qt5SerialPort/
+%{_qt5_libdir}/cmake/Qt5SerialPort/Qt5SerialPortConfig*.cmake
 %{_qt5_libdir}/pkgconfig/Qt5SerialPort.pc
 %{_qt5_archdatadir}/mkspecs/modules/qt_lib_serialport*.pri
 
diff --git a/sources b/sources
index 13a7563..eabedbe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a38cfe5c81364f2b93d0d38b94d375f  qtserialport-opensource-src-5.3.2.tar.xz
+d8f32e06cf66eff17ecc2da2be34ff63  qtserialport-opensource-src-5.4.0-beta.tar.xz


More information about the scm-commits mailing list