Accepting request 304363 from KDE:Frameworks5
Update to 5.3.0 OBS-URL: https://build.opensuse.org/request/show/304363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-extras5?expand=0&rev=18
This commit is contained in:
parent
62cce4256f
commit
6e0d9d9162
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b5127239283da14a83fd21896f99767cec7f8f7818aa19ff960c57fec7fd7a3
|
||||
size 610440
|
3
kio-extras-5.3.0.tar.xz
Normal file
3
kio-extras-5.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e523e936eebc4f19a7f65ab48709055ea4ccdfda2853059a826dca61859ce58
|
||||
size 613748
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 13:27:22 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.3 Final:
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.3.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 18:53:35 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.2.95 aka 5.3 beta:
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.2.95.php
|
||||
- Update required Qt version to 5.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 19 17:42:33 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
Name: kio-extras5
|
||||
Version: 5.2.2
|
||||
Version: 5.3.0
|
||||
Release: 0
|
||||
Summary: Additional KIO-slaves for KDE applications
|
||||
License: GPL-2.0+
|
||||
@ -47,18 +48,20 @@ BuildRequires: openslp-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: solid-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(exiv2)
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
# we want some imageformats in
|
||||
Recommends: libqt5-qtimageformats
|
||||
Recommends: kimageformats
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
#BuildRequires: update-desktop-files
|
||||
Provides: kfileaudiopreview = 4.100.0
|
||||
Obsoletes: kfileaudiopreview <= 4.100.0
|
||||
@ -81,7 +84,6 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
||||
# we don't need nor want devel symlink, and dbus interface -- kio-extras don't install any headers,
|
||||
# nor are meant for development
|
||||
rm -rf %{buildroot}%{_kf5_sharedir}/dbus-1/
|
||||
rm -rf %{buildroot}%{_kf5_libdir}/libmolletnetwork.so
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -89,7 +91,7 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_libdir}/libmolletnetwork.so.*
|
||||
%{_kf5_libdir}/libmolletnetwork5.so.*
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_configkcfgdir}/
|
||||
%{_kf5_servicesdir}/
|
||||
@ -104,8 +106,10 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
||||
%{_kf5_sharedir}/solid/
|
||||
%{_kf5_sharedir}/mime/packages/kf5_network.xml
|
||||
|
||||
%if %{with lang}
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_localedir}/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user