Author: patrys                       Date: Mon Jun 29 21:48:36 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/polkit-gnome:
   polkit-gnome.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/polkit-gnome/polkit-gnome.spec
diff -u /dev/null packages/polkit-gnome/polkit-gnome.spec:1.1
--- /dev/null   Mon Jun 29 23:48:36 2009
+++ packages/polkit-gnome/polkit-gnome.spec     Mon Jun 29 23:48:30 2009
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+Summary:       GNOME dialogs for PolicyKit
+Summary(pl.UTF-8):     Okna dialogowe GNOME dla pakietu PolicyKit
+Name:          polkit-gnome
+Version:       0.92
+Release:       1
+License:       LGPL v2+
+Group:         X11/Applications
+Source0:       http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
+# Source0-md5: e515733e671dc226cd58291e9af96de8
+URL:           http://people.freedesktop.org/~david/polkit-spec.html
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.9
+BuildRequires: gettext-devel
+BuildRequires: gnome-common >= 2.0
+BuildRequires: gnome-doc-utils
+BuildRequires: gtk+2-devel >= 2:2.14.0
+BuildRequires: gtk-doc >= 1.3
+BuildRequires: intltool >= 0.35.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: polkit-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+polkit-gnome provides a D-BUS session bus service that is used to
+bring up authentication dialogs used for obtaining privileges.
+
+%description -l pl.UTF-8
+Pakiet polkit-gnome udostępnia usługę magistrali sesji D-BUS
+służącą do wyświetlania okien dialogowych uwierzytelniania w celu
+uzyskania uprawnień.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --with-html-dir=%{_gtkdocdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang polkit-gnome-1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f polkit-gnome-1.lang
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS TODO
+%attr(755,root,root) %{_libexecdir}/polkit-gnome-authentication-agent-1
+%{_datadir}/gnome/autostart/polkit-gnome-authentication-agent-1.desktop
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/06/29 21:48:30  patrys
+- initial PLD release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to