Author: megabajt Date: Fri Nov 30 15:06:30 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added gdm-socket patch (fix for #412541 GNOME bug) - use --with-omf and better way to fix locale name - updated deps - release 3
---- Files affected: SPECS: gnome-applet-fast-user-switch.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/gnome-applet-fast-user-switch.spec diff -u SPECS/gnome-applet-fast-user-switch.spec:1.15 SPECS/gnome-applet-fast-user-switch.spec:1.16 --- SPECS/gnome-applet-fast-user-switch.spec:1.15 Mon Nov 5 00:22:29 2007 +++ SPECS/gnome-applet-fast-user-switch.spec Fri Nov 30 16:06:25 2007 @@ -4,30 +4,32 @@ Summary(pl.UTF-8): Aplet GNOME do szybkiego przełączania użytkowników Name: gnome-applet-fast-user-switch Version: 2.20.0 -Release: 2 +Release: 3 License: GPL v2 Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/fast-user-switch-applet/2.20/%{_realname}-%{version}.tar.bz2 # Source0-md5: 1d1fd25b5599f7656e3fa89aa913137c Patch0: %{name}-ac.patch +Patch1: %{name}-gdm-socket.patch URL: http://ignore-your.tv/fusa -BuildRequires: GConf2-devel >= 2.18.0.1 +BuildRequires: GConf2-devel >= 2.20.0 BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: gettext-devel -BuildRequires: gnome-doc-utils >= 0.10.1 +BuildRequires: gnome-doc-utils >= 0.12.0 BuildRequires: gnome-panel-devel >= 2.20.0 BuildRequires: gtk+2-devel >= 2:2.12.0 BuildRequires: intltool >= 0.35.5 -BuildRequires: libglade2-devel >= 1:2.6.0 +BuildRequires: libglade2-devel >= 1:2.6.2 BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: rpmbuild(macros) >= 1.197 +BuildRequires: rpmbuild(find_lang) >= 1.23 +BuildRequires: rpmbuild(macros) >= 1.311 +BuildRequires: sed >= 4.0 Requires(post,preun): GConf2 +Requires(post,postun): scrollkeeper Requires: gdm >= 1:2.20.0 -# only required when --with-users-admin enabled -# TODO for now -# Requires: gnome-system-tools >= 2.13.2 +Suggests: gnome-system-tools >= 2.20.0 # [EMAIL PROTECTED] vs. [EMAIL PROTECTED] Conflicts: glibc-misc < 6:2.7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -43,9 +45,13 @@ %prep %setup -q -n %{_realname}-%{version} %patch0 -p1 +%patch1 -p1 + +sed -i -e '[EMAIL PROTECTED]@latin#' po/LINGUAS +mv po/[EMAIL PROTECTED],latin}.po %build -gnome-doc-prepare --copy --force +%{__gnome_doc_prepare} %{__libtoolize} %{__intltoolize} %{__aclocal} -I m4 @@ -55,7 +61,8 @@ --disable-schemas-install \ --disable-scrollkeeper \ --with-gdm-config=%{_sysconfdir}/gdm/custom.conf \ - --with-gdm-setup=%{_sbindir}/gdmsetup + --with-gdm-setup=%{_sbindir}/gdmsetup \ + --with-users-admin=/usr/bin/users-admin %{__make} %install @@ -64,9 +71,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -[ -d $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED] ] || \ - mv -f $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED],latin} -%find_lang %{_realname} --with-gnome +%find_lang %{_realname} --with-gnome --with-omf %clean rm -rf $RPM_BUILD_ROOT @@ -86,16 +91,8 @@ %doc AUTHORS ChangeLog HACKING NEWS README TODO %attr(755,root,root) %{_libdir}/%{_realname} %{_datadir}/%{_realname} -%{_datadir}/gnome-2.0 +%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml %{_libdir}/bonobo/servers/*.server -%dir %{_omf_dest_dir}/%{_realname} -%{_omf_dest_dir}/%{_realname}/%{_realname}-C.omf -%lang(en_GB) %{_omf_dest_dir}/%{_realname}/%{_realname}-en_GB.omf -%lang(es) %{_omf_dest_dir}/%{_realname}/%{_realname}-es.omf -%lang(fr) %{_omf_dest_dir}/%{_realname}/%{_realname}-fr.omf -%lang(pa) %{_omf_dest_dir}/%{_realname}/%{_realname}-pa.omf -%lang(sr) %{_omf_dest_dir}/%{_realname}/%{_realname}-sr.omf -%lang(sv) %{_omf_dest_dir}/%{_realname}/%{_realname}-sv.omf %{_sysconfdir}/gconf/schemas/%{_realname}.schemas %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -104,6 +101,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2007-11-30 15:06:25 megabajt +- added gdm-socket patch (fix for #412541 GNOME bug) +- use --with-omf and better way to fix locale name +- updated deps +- release 3 + Revision 1.15 2007-11-04 23:22:29 ankry - [EMAIL PROTECTED] -> [EMAIL PROTECTED], rel. 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-applet-fast-user-switch.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
