%define major_ver 1.20 %define ver %{major_ver}.0 %define rel 1 Summary: PolicyKit integration for the MATE desktop Name: mate-polkit Version: %{ver} Release: %{rel}%{?_dist_release} Source0: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz License: LGPLv2 Group: Applications/System URL: http://mate-desktop.org/ BuildRequires: mate-common BuildRequires: gtk3-devel BuildRequires: polkit-devel >= 0.97 BuildRequires: gtk-doc BuildRequires: autoconf BuildRequires: automake Obsoletes: mate-polkit-devel < 1.20.0 BuildRoot: %{_tmppath}/%{name}-%{version}-root Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi, iwaim %description PolicyKit-mate provides an Authentication Agent for PolicyKit that integrates well with the MATE desktop environment %prep %setup -q %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi) %configure \ --libexecdir=%{_libexecdir}/mate \ --disable-static %{__make} %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__make} install DESTDIR=${RPM_BUILD_ROOT} find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; %find_lang %{name} %clean %{__rm} -rf ${RPM_BUILD_ROOT} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING ChangeLog NEWS README %{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop %{_libexecdir}/mate/polkit-mate-authentication-agent-1 %changelog * Fri May 4 2018 IWAI, Masaharu 1.20.0-1 - update to 1.20.0 - drop devel sub package; upstream dropped polkitgtkmate library - add Obsoletes: mate-polkit-devel < 1.20.0 * Thu Jan 18 2018 IWAI, Masaharu 1.18.2-1 - update to 1.18.2 * Wed May 10 2017 IWAI, Masaharu 1.18.1-1 - update to 1.18.1 * Sun Apr 2 2017 IWAI, Masaharu 1.18.0-1 - update to 1.18.0 * Sat Nov 26 2016 IWAI, Masaharu 1.16.0-1 - new upstream release - update GTK+ version - BR: gtk3-devel - fix License - update Packager * Sun May 08 2016 Yoji TOYODA 1.14.0-1 - new upstream release * Sat Nov 07 2015 Yoji TOYODA 1.12.0-1 - new upstream release * Fri Oct 09 2015 Yoji TOYODA 1.10.2-1 - new upstream release * Wed Sep 02 2015 Yoji TOYODA 1.10.1-1 - new upstream release * Sat May 09 2015 Yoji TOYODA 1.10.0-1 - new upstream release * Mon Apr 14 2014 Yoji TOYODA 1.8.0-1 - new upstream release * Sun Dec 29 2013 Yoji TOYODA 1.6.0-2 - rebuild with VineSeed environment * Sun May 19 2013 Yoji TOYODA 1.6.0-1 - new upstream release * Wed Aug 01 2012 Yoji TOYODA 1.4.0-1 - new upstream release * Sat May 12 2012 Yoji TOYODA 1.2.0-1 - new upstream release * Fri Dec 23 2011 Yoji TOYODA 1.1.0-2 - change category * Fri Dec 23 2011 Yoji TOYODA 1.1.0-1 - initial build for Vine Linux