SPECS: gnome-applet-fast-user-switch.spec (NEW) - PLD Initial rele...

aflinta aflinta at pld-linux.org
Sun Feb 19 01:07:38 CET 2006


Author: aflinta                      Date: Sun Feb 19 00:07:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- PLD Initial release, NFY

---- Files affected:
SPECS:
   gnome-applet-fast-user-switch.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnome-applet-fast-user-switch.spec
diff -u /dev/null SPECS/gnome-applet-fast-user-switch.spec:1.1
--- /dev/null	Sun Feb 19 01:07:38 2006
+++ SPECS/gnome-applet-fast-user-switch.spec	Sun Feb 19 01:07:32 2006
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+%define		_realname	fast-user-switch-applet
+
+Summary:	GNOME applet for 
+Name:		gnome-applet-fast-user-switch
+Version:	2.13.5
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/fast-user-switch-applet/2.13/%{_realname}-%{version}.tar.bz2
+# Source0-md5:	528fe2b5202198f0f18d00acc18cca15
+URL:		http://ignore-your.tv/fusa
+BuildRequires:	GConf2-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gdm >= 2.13.0.8
+BuildRequires:	gettext-devel
+BuildRequires:	gnome-panel-devel >= 2.10
+BuildRequires:	gnome-system-tools >= 2.13.2
+BuildRequires:	intltool >= 0.33
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.197
+Requires(post,preun):	GConf2
+Requires:	gnome-panel-devel >= 2.10
+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.
+
+%prep
+%setup -q -n %{_realname}-%{version}
+
+%build
+%configure \
+	--disable-schemas-install \
+	--with-gdm-setup=%{_sbindir}/gdmsetup \
+	--with-gdm-config=%{_sysconfdir}/gdm/custom.conf \
+	--with-html-dir=%{_gtkdocdir}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{_realname}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install %{_realname}.schemas
+
+%preun
+%gconf_schema_uninstall %{_realname}.schemas
+
+%files -f %{_realname}.lang
+%defattr(644,root,root,755)
+#%doc AUTHORS ChangeLog README
+%{_datadir}/%{_realname}
+%{_gtkdocdir}/%{_realname}
+%{_libdir}/bonobo/servers/*.server
+%{_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.1  2006/02/19 00:07:32  aflinta
+- PLD Initial release, NFY
+
================================================================


More information about the pld-cvs-commit mailing list