Author: megabajt Date: Sat Dec 1 16:51:18 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.20.2 - use better way to fix locale name
---- Files affected: SPECS: gdm.spec (1.218 -> 1.219) ---- Diffs: ================================================================ Index: SPECS/gdm.spec diff -u SPECS/gdm.spec:1.218 SPECS/gdm.spec:1.219 --- SPECS/gdm.spec:1.218 Tue Nov 27 21:28:18 2007 +++ SPECS/gdm.spec Sat Dec 1 17:51:13 2007 @@ -15,13 +15,13 @@ Summary(ru.UTF-8): Дисплейный менеджер GNOME Summary(uk.UTF-8): Дисплейний менеджер GNOME Name: gdm -Version: 2.20.1 +Version: 2.20.2 Release: 1 Epoch: 1 License: GPL/LGPL Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gdm/2.20/%{name}-%{version}.tar.bz2 -# Source0-md5: ed7b7efcb7fd97cc400e2416e0093e71 +# Source0-md5: 65b5319561ce8464e35750f9c3d594fa Source1: %{name}.pamd Source2: %{name}.init Source3: %{name}-pld-logo.png @@ -56,6 +56,7 @@ BuildRequires: rpmbuild(find_lang) >= 1.23 BuildRequires: rpmbuild(macros) >= 1.311 BuildRequires: scrollkeeper +BuildRequires: sed >= 4.0 BuildRequires: xorg-lib-libXdmcp-devel BuildRequires: xorg-lib-libXi-devel BuildRequires: xorg-lib-libXinerama-devel @@ -152,6 +153,9 @@ %patch3 -p1 %patch4 -p1 +sed -i -e '[EMAIL PROTECTED]@latin#' po/LINGUAS +mv po/[EMAIL PROTECTED],latin}.po + %build %{__libtoolize} %{__glib_gettextize} @@ -195,8 +199,6 @@ touch $RPM_BUILD_ROOT/etc/security/blacklist.gdm -[ -d $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED] ] || \ - mv -f $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED],latin} %find_lang %{name} --with-gnome --with-omf --all-name # Remove useless files @@ -283,6 +285,7 @@ #%%{_datadir}/xsessions - moved to gnome-session %{_datadir}/xsessions/default.desktop %{_iconsdir}/hicolor/*/apps/*.png +%{_iconsdir}/hicolor/*/apps/*.svg %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so %{_mandir}/man1/gdm* @@ -301,6 +304,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.219 2007-12-01 16:51:13 megabajt +- updated to 2.20.2 +- use better way to fix locale name + Revision 1.218 2007-11-27 20:28:18 qboosh - updated find_lang BR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gdm.spec?r1=1.218&r2=1.219&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
