SPECS (AC-branch): gnome-applet-fast-user-switch.spec (NEW) - from...
baggins
baggins at pld-linux.org
Tue May 16 18:53:42 CEST 2006
Author: baggins Date: Tue May 16 16:53:42 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- from HEAD
---- Files affected:
SPECS:
gnome-applet-fast-user-switch.spec (NONE -> 1.6.2.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gnome-applet-fast-user-switch.spec
diff -u /dev/null SPECS/gnome-applet-fast-user-switch.spec:1.6.2.1
--- /dev/null Tue May 16 18:53:42 2006
+++ SPECS/gnome-applet-fast-user-switch.spec Tue May 16 18:53:37 2006
@@ -0,0 +1,119 @@
+# $Revision$, $Date$
+%define _realname fast-user-switch-applet
+
+Summary: GNOME applet for fast user switching
+Summary(pl): Aplet GNOME do szybkiego przełączania użytkowników
+Name: gnome-applet-fast-user-switch
+Version: 2.14.1
+Release: 1
+License: GPL v2
+Group: X11/Applications
+Source0: http://ftp.gnome.org/pub/GNOME/sources/fast-user-switch-applet/2.14/%{_realname}-%{version}.tar.bz2
+# Source0-md5: 2cca4e96a27810738ce4def15bd49c8a
+Patch0: %{name}-ac.patch
+URL: http://ignore-your.tv/fusa
+BuildRequires: GConf2-devel
+BuildRequires: autoconf >= 2.53
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: gnome-doc-utils
+BuildRequires: gnome-panel-devel >= 2.14.0
+BuildRequires: gtk+2-devel >= 2:2.6.0
+BuildRequires: intltool >= 0.33
+BuildRequires: libglade2-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.197
+Requires(post,preun): GConf2
+Requires: gdm
+# only required when --with-users-admin enabled
+# TODO for now
+# Requires: gnome-system-tools >= 2.13.2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Fast User-Switching Applet is an applet for the GNOME panel which
+provides a menu to switch between users.
+
+%description -l pl
+Fast User-Switching Applet to aplet panelu GNOME udostępniający menu
+do przełączania między użytkownikami.
+
+%prep
+%setup -q -n %{_realname}-%{version}
+%patch0 -p1
+
+%build
+gnome-doc-prepare --copy --force
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal} -I m4
+%{__automake}
+%{__autoconf}
+%configure \
+ --disable-schemas-install \
+ --disable-scrollkeeper \
+ --with-gdm-config=%{_sysconfdir}/gdm/custom.conf \
+ --with-gdm-setup=%{_sbindir}/gdmsetup
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{_realname} --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install %{_realname}.schemas
+%scrollkeeper_update_post
+
+%preun
+%gconf_schema_uninstall %{_realname}.schemas
+
+%postun
+%scrollkeeper_update_postun
+
+%files -f %{_realname}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog HACKING NEWS README TODO
+%attr(755,root,root) %{_libdir}/%{_realname}
+%{_datadir}/%{_realname}
+%{_datadir}/gnome-2.0
+%{_libdir}/bonobo/servers/*.server
+%{_omf_dest_dir}/%{_realname}/%{_realname}-C.omf
+%lang(es) %{_omf_dest_dir}/%{_realname}/%{_realname}-es.omf
+%lang(pa) %{_omf_dest_dir}/%{_realname}/%{_realname}-pa.omf
+%lang(sr) %{_omf_dest_dir}/%{_realname}/%{_realname}-sr.omf
+%{_sysconfdir}/gconf/schemas/%{_realname}.schemas
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.6.2.1 2006/05/16 16:53:37 baggins
+- from HEAD
+
+Revision 1.6 2006/04/13 21:43:47 freetz
+- 2.14.1
+
+Revision 1.5 2006/03/14 13:51:02 freetz
+- 2.14.0
+
+Revision 1.4 2006/02/28 20:33:24 freetz
+- 2.13.92, added ac patch, updated BR
+
+Revision 1.3 2006/02/26 14:15:51 aflinta
+- up to 2.13.91
+
+Revision 1.2 2006/02/20 17:53:53 qboosh
+- pl
+
+Revision 1.1 2006/02/19 00:07:32 aflinta
+- PLD Initial release, NFY
================================================================
More information about the pld-cvs-commit
mailing list