5.11.0, use %make_build %ldconfig_scriptlets
This commit is contained in:
parent
3ea29f49c2
commit
9faa921671
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,2 @@
|
||||
/qtserialport-opensource-src-5.9.1.tar.xz
|
||||
/qtserialport-opensource-src-5.9.2.tar.xz
|
||||
/qtserialport-opensource-src-5.9.3.tar.xz
|
||||
/qtserialport-everywhere-src-5.10.0.tar.xz
|
||||
/qtserialport-everywhere-src-5.10.1.tar.xz
|
||||
/qtserialport-everywhere-src-5.11.0.tar.xz
|
||||
|
@ -2,13 +2,14 @@
|
||||
|
||||
Summary: Qt5 - SerialPort component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.10.1
|
||||
Version: 5.11.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
Source0: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
@ -42,7 +43,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%{qmake_qt5} \
|
||||
%{?_qt5_examplesdir:CONFIG+=qt_example_installs}
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
@ -61,8 +62,7 @@ done
|
||||
popd
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSE.*
|
||||
@ -89,6 +89,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
||||
- 5.11.0, use %%make_build %%ldconfig_scriptlets
|
||||
|
||||
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
||||
- 5.10.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtserialport-everywhere-src-5.10.1.tar.xz) = 6c0a47adbc1f518634ca1313f2d22a9e3e7734ddbf8db85ea17c777dee5feae2e9120236479e0c4163702e636d6a2c1dc61462c392fbd79f3332e05d4e0afc1d
|
||||
SHA512 (qtserialport-everywhere-src-5.11.0.tar.xz) = 25684b4e09e94338d3067a0b46dca6aaf470dc5a5b2c3c3934352cbfbb7b2e4fcf96668619c08eedb213ac5c8523383be0e2ee8eee690b1828994800b2947d9c
|
||||
|
Loading…
Reference in New Issue
Block a user