Accepting request 236291 from KDE:Frameworks5
4.100.0 OBS-URL: https://build.opensuse.org/request/show/236291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=5
This commit is contained in:
commit
e8027e6e4f
3
baselibs.conf
Normal file
3
baselibs.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
kio
|
||||||
|
kio-devel
|
||||||
|
requires "kio-<targettype> = <version>"
|
3
kio-4.100.0.tar.xz
Normal file
3
kio-4.100.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2fb7e896fefe3c4650d7fdaad513c2f103fdf4f5005af811596573de91a0ea5f
|
||||||
|
size 2553204
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb2c18b45a31be3e15c2cf2d0f79b3ba68a1bdce63adb40f65d8aa354667d1fa
|
|
||||||
size 2403484
|
|
11
kio.changes
11
kio.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 1 18:02:30 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 4.100.0
|
||||||
|
* API improvements and cleanups
|
||||||
|
* Buildsystem fixes
|
||||||
|
* For more details please see:
|
||||||
|
http://www.kde.org/announcements/announce-frameworks5-beta3.php
|
||||||
|
- Recommend kio-extras5
|
||||||
|
- Add baselibs.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 4 01:41:14 UTC 2014 - hrvoje.senjan@gmail.com
|
Sun May 4 01:41:14 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
52
kio.spec
52
kio.spec
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 4.99.0
|
Version: 4.100.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
BuildRequires: extra-cmake-modules >= 0.0.14
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: karchive-devel >= %{_kf5_version}
|
BuildRequires: karchive-devel >= %{_kf5_version}
|
||||||
BuildRequires: kbookmarks-devel >= %{_kf5_version}
|
BuildRequires: kbookmarks-devel >= %{_kf5_version}
|
||||||
@ -57,11 +57,14 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
Recommends: %{name}-lang = %{version}
|
||||||
|
Recommends: kio-extras5
|
||||||
Summary: Network transparent access to files and data
|
Summary: Network transparent access to files and data
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: kio-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -88,6 +91,7 @@ will ever need. In fact, the KDE file manager (Dolphin) and the KDE
|
|||||||
file dialog also uses this to provide its network-enabled file management.
|
file dialog also uses this to provide its network-enabled file management.
|
||||||
Development files.
|
Development files.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -99,10 +103,14 @@ Development files.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
|
%find_lang %{name}5
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files lang -f %{name}5.lang
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
@ -113,49 +121,19 @@ Development files.
|
|||||||
%{_kf5_libdir}/libKF5KIOFileWidgets.so.*
|
%{_kf5_libdir}/libKF5KIOFileWidgets.so.*
|
||||||
%{_kf5_libdir}/libKF5KIONTLM.so.*
|
%{_kf5_libdir}/libKF5KIONTLM.so.*
|
||||||
%{_kf5_configdir}/accept-languages.codes
|
%{_kf5_configdir}/accept-languages.codes
|
||||||
%{_kf5_servicetypesdir}/kfileitemactionplugin.desktop
|
%{_kf5_configdir}/kshorturifilterrc
|
||||||
%{_kf5_servicetypesdir}/kpropertiesdialogplugin.desktop
|
%{_kf5_servicetypesdir}/
|
||||||
%{_kf5_servicetypesdir}/kurifilterplugin.desktop
|
%{_kf5_plugindir}/
|
||||||
%{_kf5_plugindir}/kio_file.so
|
%{_kf5_servicesdir}/
|
||||||
%{_kf5_plugindir}/kded_kpasswdserver.so
|
|
||||||
%{_kf5_servicesdir}/file.protocol
|
|
||||||
%{_kf5_plugindir}/kio_help.so
|
|
||||||
%{_kf5_plugindir}/kio_ghelp.so
|
|
||||||
%{_kf5_servicesdir}/help.protocol
|
|
||||||
%{_kf5_servicesdir}/ghelp.protocol
|
|
||||||
%{_kf5_libexecdir}/kio_http_cache_cleaner
|
%{_kf5_libexecdir}/kio_http_cache_cleaner
|
||||||
%{_kf5_plugindir}/kio_http.so
|
|
||||||
%{_kf5_servicesdir}/http_cache_cleaner.desktop
|
|
||||||
%{_kf5_servicesdir}/http.protocol
|
|
||||||
%{_kf5_servicesdir}/https.protocol
|
|
||||||
%{_kf5_servicesdir}/webdav.protocol
|
|
||||||
%{_kf5_servicesdir}/webdavs.protocol
|
|
||||||
%{_kf5_bindir}/kcookiejar5
|
%{_kf5_bindir}/kcookiejar5
|
||||||
%{_kf5_datadir}/kcookiejar/
|
%{_kf5_datadir}/kcookiejar/
|
||||||
%{_kf5_plugindir}/kded_kcookiejar.so
|
|
||||||
%dir %{_kf5_servicesdir}/kded
|
|
||||||
%{_kf5_servicesdir}/kded/kcookiejar.desktop
|
|
||||||
%{_kf5_servicesdir}/kded/kpasswdserver.desktop
|
|
||||||
%{_kf5_plugindir}/kio_ftp.so
|
|
||||||
%{_kf5_servicesdir}/ftp.protocol
|
|
||||||
%{_kf5_applicationsdir}/kmailservice5.desktop
|
%{_kf5_applicationsdir}/kmailservice5.desktop
|
||||||
%{_kf5_applicationsdir}/ktelnetservice5.desktop
|
%{_kf5_applicationsdir}/ktelnetservice5.desktop
|
||||||
%{_kf5_servicesdir}/data.protocol
|
|
||||||
%{_kf5_servicesdir}/rtsp.protocol
|
|
||||||
%{_kf5_servicesdir}/mms.protocol
|
|
||||||
%{_kf5_servicesdir}/mmst.protocol
|
|
||||||
%{_kf5_servicesdir}/mmsu.protocol
|
|
||||||
%{_kf5_servicesdir}/pnm.protocol
|
|
||||||
%{_kf5_servicesdir}/rtspt.protocol
|
|
||||||
%{_kf5_servicesdir}/rtspu.protocol
|
|
||||||
%{_kf5_plugindir}/kded_kssld.so
|
|
||||||
%{_kf5_servicesdir}/kded/kssld.desktop
|
|
||||||
%{_kf5_plugindir}/kded_proxyscout.so
|
|
||||||
%{_kf5_libexecdir}/kpac_dhcp_helper
|
%{_kf5_libexecdir}/kpac_dhcp_helper
|
||||||
%{_kf5_libexecdir}/kioslave
|
%{_kf5_libexecdir}/kioslave
|
||||||
%{_kf5_libexecdir}/kioexec
|
%{_kf5_libexecdir}/kioexec
|
||||||
%{_kf5_notifydir}/proxyscout.notifyrc
|
%{_kf5_notifydir}/proxyscout.notifyrc
|
||||||
%{_kf5_servicesdir}/kded/proxyscout.desktop
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user