update to upstream version 0.114.0
This commit is contained in:
parent
5953b1a680
commit
7baea88f2e
Binary file not shown.
BIN
polkit-qt-1-0.114.0.tar.xz
Normal file
BIN
polkit-qt-1-0.114.0.tar.xz
Normal file
Binary file not shown.
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
Name: polkit-qt-1
|
Name: polkit-qt-1
|
||||||
Version: 0.113.0
|
Version: 0.114.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Qt bindings for PolicyKit
|
Summary: Qt bindings for PolicyKit
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -12,27 +11,23 @@ BuildRequires: cmake
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(polkit-agent-1) pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-agent-1) pkgconfig(polkit-gobject-1)
|
||||||
BuildRequires: pkgconfig(Qt5DBus) pkgconfig(Qt5Gui) pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5DBus) pkgconfig(Qt5Gui) pkgconfig(Qt5Widgets)
|
||||||
# when/if building docs
|
|
||||||
#BuildRequires: doxygen
|
|
||||||
# when/if building examples too
|
|
||||||
#pkgconfig(Qt5Xml)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Polkit-qt is a library that lets developers use the PolicyKit API
|
Polkit-qt is a library that lets developers use the PolicyKit API
|
||||||
through a nice Qt-styled API.
|
through a nice Qt-styled API.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Doxygen documentation for the PolkitQt API
|
Summary: Doxygen documentation for the PolkitQt API
|
||||||
Obsoletes: polkit-qt-doc < %{version}-%{release}
|
Obsoletes: polkit-qt-doc < %{version}-%{release}
|
||||||
Provides: polkit-qt-doc = %{version}-%{release}
|
Provides: polkit-qt-doc = %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description doc
|
%description doc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%package -n polkit-qt5-1
|
%package -n polkit-qt5-1
|
||||||
Summary: PolicyKit Qt5 bindings
|
Summary: PolicyKit Qt5 bindings
|
||||||
Obsoletes: polkit-qt5 < 0.112.0-3
|
Obsoletes: polkit-qt5 < 0.112.0-3
|
||||||
Provides: polkit-qt5 = %{version}-%{release}
|
Provides: polkit-qt5 = %{version}-%{release}
|
||||||
%description -n polkit-qt5-1
|
%description -n polkit-qt5-1
|
||||||
Polkit-qt is a library that lets developers use the PolicyKit API
|
Polkit-qt is a library that lets developers use the PolicyKit API
|
||||||
through a nice Qt-styled API.
|
through a nice Qt-styled API.
|
||||||
@ -58,24 +53,18 @@ pushd %{_target_platform}
|
|||||||
popd
|
popd
|
||||||
%make_build -C %{_target_platform}
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
## build docs, needswork
|
|
||||||
#doxygen Mainpage.dox
|
|
||||||
# Remove installdox file - it is not necessary here
|
|
||||||
#rm -fv html/installdox
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
#files doc
|
|
||||||
#doc html/*
|
|
||||||
|
|
||||||
%ldconfig_scriptlets -n polkit-qt5-1
|
%ldconfig_scriptlets -n polkit-qt5-1
|
||||||
|
|
||||||
%files -n polkit-qt5-1
|
%files -n polkit-qt5-1
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README
|
||||||
%license COPYING
|
%license LICENSES/*
|
||||||
%{_libdir}/libpolkit-qt5-core-1.so.1*
|
%{_libdir}/libpolkit-qt5-core-1.so.1*
|
||||||
%{_libdir}/libpolkit-qt5-gui-1.so.1*
|
%{_libdir}/libpolkit-qt5-gui-1.so.1*
|
||||||
%{_libdir}/libpolkit-qt5-agent-1.so.1*
|
%{_libdir}/libpolkit-qt5-agent-1.so.1*
|
||||||
@ -93,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 13 2022 pei-jiankang <peijiankang@kylinos.cn> - 0.114.0-1
|
||||||
|
- update to upstream version 0.114.0
|
||||||
|
|
||||||
* Mon Dec 13 2021 huayadong <huayadong@kylinos.cn> - 0.113.0-2
|
* Mon Dec 13 2021 huayadong <huayadong@kylinos.cn> - 0.113.0-2
|
||||||
- remove %{?dist}
|
- remove %{?dist}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user