forked from pool/kauth
Accepting request 233142 from KDE:Frameworks5
Update to 4.99.0 OBS-URL: https://build.opensuse.org/request/show/233142 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kauth?expand=0&rev=4
This commit is contained in:
commit
9b32ec8389
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36c4ce79adcbd193181e15f973166fca16b456bb6d83d5f8bcdbf0e8167bd404
|
||||
size 47320
|
3
kauth-4.99.0.tar.xz
Normal file
3
kauth-4.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b59fa538cd183e675e381a73c3062723d0620bb80d29b233f235585fcea1382d
|
||||
size 2727656
|
@ -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
|
||||
|
||||
|
16
kauth.spec
16
kauth.spec
@ -18,10 +18,10 @@
|
||||
|
||||
%define lname libKF5Auth5
|
||||
Name: kauth
|
||||
Version: 4.98.0
|
||||
Version: 4.99.0
|
||||
Release: 0
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -41,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.
|
||||
@ -56,6 +57,7 @@ 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
|
||||
|
||||
@ -65,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
|
||||
@ -74,6 +78,8 @@ 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*
|
||||
@ -81,9 +87,6 @@ Development files.
|
||||
%{_kf5_plugindir}/
|
||||
# Until security review is done!
|
||||
%exclude %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
|
||||
%dir %{_kf5_datadir}/kauth
|
||||
%{_kf5_datadir}/kauth/dbus_policy.stub
|
||||
%{_kf5_datadir}/kauth/dbus_service.stub
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -93,5 +96,6 @@ Development files.
|
||||
%{_kf5_includedir}/*/
|
||||
%{_kf5_includedir}/*.h
|
||||
%{_kf5_mkspecsdir}/qt_KAuth.pri
|
||||
%{_kf5_datadir}/kauth/
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user