update to 0.113.0 [release 0.113.0-1mamba;Thu Apr 09 2020]
This commit is contained in:
parent
ba5a49a812
commit
df35c251b0
@ -1,5 +1,5 @@
|
|||||||
Name: polkit-qt-1
|
Name: polkit-qt-1
|
||||||
Version: 0.112.0
|
Version: 0.113.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Qt bindings for polkit
|
Summary: Qt bindings for polkit
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,15 +7,15 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://api.kde.org/kdesupport-api/kdesupport-apidocs/polkit-qt-1/html/
|
URL: http://api.kde.org/kdesupport-api/kdesupport-apidocs/polkit-qt-1/html/
|
||||||
Source: ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-qt-1-%{version}.tar.bz2
|
Source: https://download.kde.org/stable/polkit-qt-1/polkit-qt-1-%{version}.tar.xz
|
||||||
Patch0: polkit-qt-0.95.1-install-cmake-find.patch
|
Patch0: polkit-qt-0.95.1-install-cmake-find.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libpolkit-devel
|
BuildRequires: libpolkit-devel
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -25,30 +25,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
polkit-qt-1 aims to make it easy for Qt developers to take advantage of polkit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with polkit.
|
polkit-qt-1 aims to make it easy for Qt developers to take advantage of polkit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with polkit.
|
||||||
|
|
||||||
%package -n libpolkit-qt-1
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Qt4 bindings for polkit
|
|
||||||
Provides: polkit-qt
|
|
||||||
Obsoletes: polkit-qt
|
|
||||||
Provides: polkit-qt-1
|
|
||||||
Obsoletes: polkit-qt-1
|
|
||||||
|
|
||||||
%description -n libpolkit-qt-1
|
|
||||||
Polkit-qt-1 aims to make it easy for Qt5 developers to take advantage of polkit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with polkit.
|
|
||||||
|
|
||||||
%package -n libpolkit-qt-1-devel
|
|
||||||
Group: Development/Libraries
|
|
||||||
Summary: Development files for %{name}
|
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
||||||
Provides: polkit-qt-devel
|
|
||||||
Obsoletes: polkit-qt-devel
|
|
||||||
Provides: polkit-qt-1-devel
|
|
||||||
Obsoletes: polkit-qt-1-devel
|
|
||||||
|
|
||||||
%description -n libpolkit-qt-1-devel
|
|
||||||
Polkit-qt-1 aims to make it easy for Qt developers to take advantage of polkit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with polkit.
|
|
||||||
This package contains static libraries and header files needed for development.
|
|
||||||
|
|
||||||
%package -n libpolkit-qt5-1
|
%package -n libpolkit-qt5-1
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Qt5 bindings for polkit
|
Summary: Qt5 bindings for polkit
|
||||||
@ -65,38 +41,24 @@ Requires: libpolkit-qt5-1 = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
Polkit-qt-1 aims to make it easy for Qt5 developers to take advantage of polkit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with polkit.
|
Polkit-qt-1 aims to make it easy for Qt5 developers to take advantage of polkit API. It is a convenience wrapper around QAction and QAbstractButton that lets you integrate those two components easily with polkit.
|
||||||
This package contains static libraries and header files needed for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build
|
||||||
-DUSE_QT4=ON
|
|
||||||
|
|
||||||
%make
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
%cmake -d build-qt5 \
|
|
||||||
-DUSE_QT5=ON
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
%makeinstall -C build-qt5
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n libpolkit-qt-1
|
|
||||||
/sbin/ldconfig
|
|
||||||
:
|
|
||||||
|
|
||||||
%postun -n libpolkit-qt-1
|
|
||||||
/sbin/ldconfig
|
|
||||||
:
|
|
||||||
|
|
||||||
%post -n libpolkit-qt5-1
|
%post -n libpolkit-qt5-1
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
:
|
:
|
||||||
@ -105,31 +67,6 @@ cd ..
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
:
|
:
|
||||||
|
|
||||||
%files -n libpolkit-qt-1
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libpolkit-qt-agent-1.so.*
|
|
||||||
%{_libdir}/libpolkit-qt-core-1.so.*
|
|
||||||
%{_libdir}/libpolkit-qt-gui-1.so.*
|
|
||||||
%doc AUTHORS COPYING
|
|
||||||
|
|
||||||
%files -n libpolkit-qt-1-devel
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/polkit-qt-1/PolkitQt1
|
|
||||||
%{_includedir}/polkit-qt-1/polkitqt1-*.h
|
|
||||||
%{_datadir}/cmake/Modules/FindPolkitQt-1.cmake
|
|
||||||
%{_libdir}/cmake/PolkitQt-1/PolkitQt-1Config.cmake
|
|
||||||
%{_libdir}/cmake/PolkitQt-1/PolkitQt-1ConfigVersion.cmake
|
|
||||||
%{_libdir}/libpolkit-qt-agent-1.so
|
|
||||||
%{_libdir}/libpolkit-qt-core-1.so
|
|
||||||
%{_libdir}/libpolkit-qt-gui-1.so
|
|
||||||
%{_libdir}/pkgconfig/polkit-qt-1.pc
|
|
||||||
%{_libdir}/pkgconfig/polkit-qt-core-1.pc
|
|
||||||
%{_libdir}/pkgconfig/polkit-qt-gui-1.pc
|
|
||||||
%{_libdir}/pkgconfig/polkit-qt-agent-1.pc
|
|
||||||
%{_libdir}/cmake/PolkitQt-1/PolkitQt-1Targets-noconfig.cmake
|
|
||||||
%{_libdir}/cmake/PolkitQt-1/PolkitQt-1Targets.cmake
|
|
||||||
%doc README TODO
|
|
||||||
|
|
||||||
%files -n libpolkit-qt5-1
|
%files -n libpolkit-qt5-1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpolkit-qt5-agent-1.so.*
|
%{_libdir}/libpolkit-qt5-agent-1.so.*
|
||||||
@ -141,7 +78,7 @@ cd ..
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/polkit-qt5-1
|
%dir %{_includedir}/polkit-qt5-1
|
||||||
%dir %{_includedir}/polkit-qt5-1/PolkitQt1
|
%dir %{_includedir}/polkit-qt5-1/PolkitQt1
|
||||||
%dir %{_includedir}/polkit-qt5-1/PolkitQt1/Agent/Session
|
%{_includedir}/polkit-qt5-1/PolkitQt1/Agent/Session
|
||||||
%{_includedir}/polkit-qt5-1/PolkitQt1/ActionDescription
|
%{_includedir}/polkit-qt5-1/PolkitQt1/ActionDescription
|
||||||
%{_includedir}/polkit-qt5-1/PolkitQt1/Agent
|
%{_includedir}/polkit-qt5-1/PolkitQt1/Agent
|
||||||
%{_includedir}/polkit-qt5-1/PolkitQt1/Authority
|
%{_includedir}/polkit-qt5-1/PolkitQt1/Authority
|
||||||
@ -163,9 +100,13 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/polkit-qt5-agent-1.pc
|
%{_libdir}/pkgconfig/polkit-qt5-agent-1.pc
|
||||||
%{_libdir}/pkgconfig/polkit-qt5-core-1.pc
|
%{_libdir}/pkgconfig/polkit-qt5-core-1.pc
|
||||||
%{_libdir}/pkgconfig/polkit-qt5-gui-1.pc
|
%{_libdir}/pkgconfig/polkit-qt5-gui-1.pc
|
||||||
|
%{_datadir}/cmake/Modules/FindPolkitQt-1.cmake
|
||||||
%doc README TODO
|
%doc README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.113.0-1mamba
|
||||||
|
- update to 0.113.0
|
||||||
|
|
||||||
* Tue Feb 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.112.0-1mamba
|
* Tue Feb 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.112.0-1mamba
|
||||||
- update to 0.112.0
|
- update to 0.112.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user