|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: polkit-kde
|
|
|
|
|
Version: 0.98.1
|
|
|
|
|
Version: 0.99.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: PolicyKit integration for KDE Desktop
|
|
|
|
|
|
|
|
|
@ -7,8 +7,7 @@ Group: Applications/System
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.kde.org/
|
|
|
|
|
|
|
|
|
|
# git archive --format=tar --prefix polkit-kde-agent-1/ HEAD | gzip > polkit-kde-agent-1-0.98.1.tar.gz
|
|
|
|
|
Source0: polkit-kde-agent-1-0.98.1.tar.gz
|
|
|
|
|
Source0: ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-kde-agent-1-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: kdelibs4-devel
|
|
|
|
@ -27,7 +26,7 @@ Obsoletes: PolicyKit-kde < 4.5
|
|
|
|
|
Provides Policy Kit Authentication Agent that nicely fits to KDE.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n polkit-kde-agent-1
|
|
|
|
|
%setup -q -n polkit-kde-agent-1-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -43,27 +42,23 @@ make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make install DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
desktop-file-install \
|
|
|
|
|
--dir %{buildroot}%{_datadir}/autostart \
|
|
|
|
|
%{buildroot}%{_datadir}/autostart/polkit-kde-authentication-agent-1.desktop
|
|
|
|
|
|
|
|
|
|
#%find_lang polkit-kde-authorization
|
|
|
|
|
%find_lang polkit-kde-authentication-agent-1
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
# -f polkit-kde-authentication-agent-1.lang
|
|
|
|
|
%files -f polkit-kde-authentication-agent-1.lang
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%{_libexecdir}/kde4/polkit-kde-authentication-agent-1
|
|
|
|
|
%{_datadir}/kde4/apps/policykit1-kde/policykit1-kde.notifyrc
|
|
|
|
|
%{_datadir}/autostart/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_datadir}/autostart/polkit-kde-authentication-agent-1.desktop
|
|
|
|
|
%{_kde4_appsdir}/policykit1-kde/policykit1-kde.notifyrc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 17 2010 Jaroslav Reznik <jreznik@redhat.com> - 0.99.0-1
|
|
|
|
|
- Update to 0.99.0
|
|
|
|
|
|
|
|
|
|
* Thu Nov 25 2010 Radek Novacek <rnovacek@redhat.com> 0.98.1-1
|
|
|
|
|
- Update to polkit-kde-0.98.1
|
|
|
|
|
|
|
|
|
|