From 012e1ad50ac47cb862b9a066bfdea89a69fdf3d4 Mon Sep 17 00:00:00 2001 From: Jaroslav Reznik Date: Fri, 17 Dec 2010 15:38:32 +0100 Subject: [PATCH] update to 0.99.0 --- .gitignore | 1 + polkit-kde.spec | 25 ++++++++++--------------- sources | 2 +- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index f42b3a3..405dc73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /polkit-kde-agent-1-0.98.1.tar.gz +/polkit-kde-agent-1-0.99.0.tar.bz2 diff --git a/polkit-kde.spec b/polkit-kde.spec index 7791fed..34ed326 100644 --- a/polkit-kde.spec +++ b/polkit-kde.spec @@ -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 - 0.99.0-1 +- Update to 0.99.0 + * Thu Nov 25 2010 Radek Novacek 0.98.1-1 - Update to polkit-kde-0.98.1 diff --git a/sources b/sources index 6f4a228..8d08443 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5963e6b87b3a3899dc977a6473cba847 polkit-kde-agent-1-0.98.1.tar.gz +a02d3fddc6270a88bceaf3ba604c92f8 polkit-kde-agent-1-0.99.0.tar.bz2