]> git.pld-linux.org Git - packages/qt5-qtwebchannel.git/commitdiff
- up to 5.11.1 auto/th/qt5-qtwebchannel-5.11.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 6 Aug 2018 06:36:57 +0000 (08:36 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 6 Aug 2018 06:36:57 +0000 (08:36 +0200)
qt5-qtwebchannel.spec

index 8a27c727b62f81b0923b0e7682422bf34c33cd68..c7236880ba72f6ab6dafc3745fa235916bfdb45d 100644 (file)
@@ -9,12 +9,12 @@
 Summary:       The Qt5 WebChannel library
 Summary(pl.UTF-8):     Biblioteka Qt5 WebChannel
 Name:          qt5-%{orgname}
-Version:       5.8.0
+Version:       5.11.1
 Release:       1
 License:       LGPL v2.1 with Digia Qt LGPL Exception v1.1 or GPL v3.0
 Group:         X11/Libraries
-Source0:       http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz
-# Source0-md5: 9cb74ebedb6e7ca1f2a4dc3f8e2fbc08
+Source0:       http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
+# Source0-md5: 1feb1fe54c3fcafbdc4dbd2ed14d98b8
 URL:           http://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Network-devel >= %{qtbase_ver}
@@ -124,7 +124,7 @@ Qt5 WebChannel examples.
 Przykłady do biblioteki Qt5 WebChannel.
 
 %prep
-%setup -q -n %{orgname}-opensource-src-%{version}
+%setup -q -n %{orgname}-everywhere-src-%{version}
 
 %build
 qmake-qt5
@@ -142,7 +142,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 # useless symlinks
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.so.5.?
+%{__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
 
@@ -179,7 +179,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n Qt5WebChannel
 %defattr(644,root,root,755)
-%doc LGPL_EXCEPTION.txt README.md
+%doc LICENSE.GPL3-EXCEPT README.md
 %attr(755,root,root) %{_libdir}/libQt5WebChannel.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libQt5WebChannel.so.5
 %dir %{qt5dir}/qml/QtWebChannel
This page took 0.219534 seconds and 4 git commands to generate.