rpms/polkit-kde/devel import.log, NONE, 1.1 polkit-kde-authentication-agent-1.desktop, NONE, 1.1 polkit-kde.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jaroslav Reznik jreznik at fedoraproject.org
Tue Jan 5 12:25:38 UTC 2010


Author: jreznik

Update of /cvs/pkgs/rpms/polkit-kde/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9008/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log polkit-kde-authentication-agent-1.desktop 
	polkit-kde.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
polkit-kde-0_95-0_2_20091125svn_fc12:HEAD:polkit-kde-0.95-0.2.20091125svn.fc12.src.rpm:1262694176


--- NEW FILE polkit-kde-authentication-agent-1.desktop ---
[Desktop Entry]
Name=PolicyKit Authentication Agent
Name[be]=PolicyKit - аґент аўтэнтыфікацыі
Name[ca]=Agent d'autenticació del PolicyKit
Name[cs]=Ověřovací agent PolicyKit
Name[de]=Legitimationsdienst von PolicyKit
Name[en_GB]=PolicyKit Authentication Agent
Name[es]=Agente de autenticación de PolicyKit
Name[eu]=PolicyKit autentifikatzeko agentea
Name[fi]=PolicytKit-tunnistautumisohjelma
Name[fr]=Agent d'authentification de PolicyKit
Name[gl]=Axente de autenticación PolicyKit
Name[hu]=PolicyKit hitelesítési ügynök
Name[it]=Agente di autenticazione per PolicyKit
Name[ja]=PolicyKit 認証エージェント
Name[lt]=PolicyKit tapatybės nustatymo agentas
Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
Name[pl]=Agent uwierzytelniania PolicyKit
Name[pt]=Agente de Autenticação PolicyKit
Name[pt_BR]=Agente de autenticação PolicyKit
Name[sv]=Autentiseringsagent för PolicyKit
Name[zh_CN]=PolicyKit 认证助手
Comment=PolicyKit Authentication Agent
Comment[be]=PolicyKit - аґент аўтэнтыфікацыі
Comment[ca]=Agent d'autenticació del PolicyKit
Comment[cs]=Ověřovací agent PolicyKit
Comment[de]=Legitimationsdienst von PolicyKit
Comment[en_GB]=PolicyKit Authentication Agent
Comment[es]=Agente de autenticación de PolicyKit
Comment[eu]=PolicyKit autentifikatzeko agentea
Comment[fi]=PolicytKit-tunnistautumisohjelma
Comment[fr]=Agent d'authentification de PolicyKit
Comment[gl]=Axente de autenticación PolicyKit
Comment[hu]=PolicyKit hitelesítési ügynök
Comment[it]=Agente di autenticazione per PolicyKit
Comment[ja]=PolicyKit 認証エージェント
Comment[lt]=PolicyKit tapatybės nustatymo agentas
Comment[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
Comment[pl]=Agent uwierzytelniania PolicyKit
Comment[pt]=Agente de Autenticação PolicyKit
Comment[pt_BR]=Agente de autenticação PolicyKit
Comment[sv]=Autentiseringsagent för PolicyKit
Comment[zh_CN]=PolicyKit 认证助手
Exec=/usr/libexec/kde4/polkit-kde-authentication-agent-1
Terminal=false
Type=Application
Categories=
X-Desktop-File-Install-Version=0.15
OnlyShowIn=KDE


--- NEW FILE polkit-kde.spec ---
Name:           polkit-kde
Version:        0.95
Release:        0.2.20091125svn%{?dist}
Summary:        PolicyKit integration for KDE Desktop

Group:          Applications/System
License:        GPLv2+
URL:            http://www.kde.org/

# To prepare snapshot tarball follow these steps
# svn co svn://anonsvn.kde.org/home/kde/trunk/kdereview/PolicyKit-kde/
# svn export PolicyKit-kde/ polkit-kde-0.95
# tar cjf polkit-kde-0.95.20091125svn.tar.bz2 polkit-kde-0.95/
Source0:        polkit-kde-0.95.20091125svn.tar.bz2
Source1:        polkit-kde-authentication-agent-1.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdelibs4-devel
BuildRequires:  polkit-qt-devel >= 0.95
BuildRequires:  cmake

%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }

Provides: PolicyKit-authentication-agent

Obsoletes: PolicyKit-kde < 4.5

%description
Provides Policy Kit Authentication Agent that nicely fits to KDE.

%prep
%setup -q


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
popd

make %{?_smp_mflags}  -C %{_target_platform} VERBOSE=1


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} -C %{_target_platform}

install -D %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-kde-authentication-agent-1.desktop

desktop-file-install --delete-original \
  --dir %{buildroot}%{_sysconfdir}/xdg/autostart \
  %{buildroot}%{_sysconfdir}/xdg/autostart/polkit-kde-authentication-agent-1.desktop

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPYING
%{_libexecdir}/kde4/polkit-kde-authentication-agent-1
%{_sysconfdir}/xdg/autostart/*


%changelog
* Mon Nov 30 2009 Jaroslav Reznik <jreznik at redhat.com> - 0.95-0.2.20091125svn
- Adds desktop file
- Adds obsoletes

* Wed Nov 25 2009 Jaroslav Reznik <jreznik at redhat.com> - 0.95-0.1.20091125svn
- Initial package

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/polkit-kde/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Jan 2010 20:14:22 -0000	1.1
+++ .cvsignore	5 Jan 2010 12:25:37 -0000	1.2
@@ -0,0 +1 @@
+polkit-kde-0.95.20091125svn.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/polkit-kde/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Jan 2010 20:14:22 -0000	1.1
+++ sources	5 Jan 2010 12:25:37 -0000	1.2
@@ -0,0 +1 @@
+9056c1625ac6838aa8f6b6de27ae41dd  polkit-kde-0.95.20091125svn.tar.bz2




More information about the fedora-extras-commits mailing list