This commit is contained in:
parent
baf2d2a607
commit
77c4145e2a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36c4ce79adcbd193181e15f973166fca16b456bb6d83d5f8bcdbf0e8167bd404
|
|
||||||
size 47320
|
|
13
kauth.spec
13
kauth.spec
@ -18,20 +18,22 @@
|
|||||||
|
|
||||||
%define lname libKF5Auth5
|
%define lname libKF5Auth5
|
||||||
Name: kauth
|
Name: kauth
|
||||||
Version: 4.98.0
|
Version: 4.99.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.12
|
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 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
|
Summary: Framework which lets applications perform actions as a privileged user
|
||||||
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: kauth-%{version}.tar.xz
|
Source0: kauth-%{version}.tar.xz
|
||||||
|
Patch0: polkit-qt5-support.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,6 +60,7 @@ Development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
|
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
|
||||||
@ -79,11 +82,10 @@ Development files.
|
|||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%{_kf5_libdir}/libKF5Auth.so.*
|
%{_kf5_libdir}/libKF5Auth.so.*
|
||||||
%{_kf5_plugindir}/
|
%{_kf5_plugindir}/
|
||||||
|
%dir %{_kf5_libdir}/libexec
|
||||||
|
%{_kf5_libdir}/libexec/kauth/
|
||||||
# Until security review is done!
|
# Until security review is done!
|
||||||
%exclude %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
|
%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
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -93,5 +95,6 @@ Development files.
|
|||||||
%{_kf5_includedir}/*/
|
%{_kf5_includedir}/*/
|
||||||
%{_kf5_includedir}/*.h
|
%{_kf5_includedir}/*.h
|
||||||
%{_kf5_mkspecsdir}/qt_KAuth.pri
|
%{_kf5_mkspecsdir}/qt_KAuth.pri
|
||||||
|
%{_kf5_datadir}/kauth/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user