# Conditional build: %bcond_with gtk3 # build GTK+3 disables GTK+2 %bcond_without gtk2 # build with GTK+2 %if %{with gtk3} %undefine with_gtk2 %endif Summary: LXPolkit is a simple PolicyKit authentication agent Name: lxpolkit Version: 0.1.0 Release: 2 License: GPL v3 Group: X11/Applications Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz # Source0-md5: 2597b00035fe1d695219e0f9bfa8c26f # FIXME: check url, if site cames back online URL: http://wiki.lxde.org/en/LXPolkit BuildRequires: gettext-tools %{?with_gtk2:BuildRequires: gtk+2-devel >= 2:2.12.0} %{?with_gtk3:BuildRequires: gtk+3-devel} BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: polkit-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description LXPolkit is a simple PolicyKit authentication agent. %prep %setup -q %build %configure \ %{?with_gtk3:--enable-gtk3} %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/tt_RU %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS README /etc/xdg/autostart/lxpolkit.desktop %attr(755,root,root) %{_libdir}/lxpolkit %{_datadir}/lxpolkit