diff --git a/kauth-4.99.0.tar.xz b/kauth-4.99.0.tar.xz new file mode 100644 index 0000000..af5cff8 --- /dev/null +++ b/kauth-4.99.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59fa538cd183e675e381a73c3062723d0620bb80d29b233f235585fcea1382d +size 2727656 diff --git a/kauth.changes b/kauth.changes index d8ef301..c1e7b43 100644 --- a/kauth.changes +++ b/kauth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun May 4 01:40:57 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.99.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta2.php + ------------------------------------------------------------------- Sat Mar 29 19:47:21 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kauth.spec b/kauth.spec index bc33033..2c6fd69 100644 --- a/kauth.spec +++ b/kauth.spec @@ -27,13 +27,11 @@ BuildRequires: kcoreaddons-devel >= %{_kf5_version} BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: libpolkit-qt5-1-devel Summary: Framework which lets applications perform actions as a privileged user License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org Source0: kauth-%{version}.tar.xz -Patch0: polkit-qt5-support.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -43,6 +41,7 @@ KAuth is a framework to let applications perform actions as a privileged user. Summary: Framework which lets applications perform actions as a privileged user Group: System/GUI/KDE Obsoletes: libKF5Auth4 +Recommends: %lname-lang = %{version} %description -n %lname KAuth is a framework to let applications perform actions as a privileged user. @@ -58,9 +57,9 @@ Requires: kcoreaddons-devel >= %{_kf5_version} KAuth is a framework to let applications perform actions as a privileged user. Development files. +%lang_package -n %lname %prep %setup -q -%patch0 -p1 %build %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} @@ -68,7 +67,9 @@ Development files. %install %kf5_makeinstall -C build - %fdupes -s %{buildroot} + %fdupes %{buildroot}%{_kf5_sharedir} + + %find_lang %{name}5 --with-qt --without-mo # Comment out until security review is done! # echo "setBadness('suse-dbus-unauthorized-service', 0)" > $RPM_SOURCE_DIR/%name-rpmlintrc @@ -77,13 +78,13 @@ Development files. %postun -n %lname -p /sbin/ldconfig +%files -n %lname-lang -f %{name}5.lang + %files -n %lname %defattr(-,root,root) %doc COPYING* README* %{_kf5_libdir}/libKF5Auth.so.* %{_kf5_plugindir}/ -%dir %{_kf5_libdir}/libexec -%{_kf5_libdir}/libexec/kauth/ # Until security review is done! %exclude %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf