Author: megabajt Date: Wed Nov 28 16:42:56 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.18.3 - use better way to fix locale name - use --with-omf
---- Files affected: SPECS: gnome-terminal.spec (1.91 -> 1.92) ---- Diffs: ================================================================ Index: SPECS/gnome-terminal.spec diff -u SPECS/gnome-terminal.spec:1.91 SPECS/gnome-terminal.spec:1.92 --- SPECS/gnome-terminal.spec:1.91 Mon Nov 5 00:57:02 2007 +++ SPECS/gnome-terminal.spec Wed Nov 28 17:42:51 2007 @@ -15,19 +15,19 @@ Summary: GNOME Terminal Summary(pl.UTF-8): Terminal dla GNOME Name: gnome-terminal -Version: 2.18.2 -Release: 2 +Version: 2.18.3 +Release: 1 License: GPL Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.18/%{name}-%{version}.tar.bz2 -# Source0-md5: a54b010cdeb1e908cad6085bf9de87c4 +# Source0-md5: 735ebb86205e6fa9591cbb4930451d25 Patch0: %{name}-TERM.patch Patch1: %{name}-disable-prev_next-tab-sensitivity-changes.patch Patch2: %{name}-desktop.patch Patch3: %{name}-save-session-crash.patch Patch4: %{name}-url-regex.patch URL: http://www.gnome.org/ -BuildRequires: GConf2-devel >= 2.19.1 +BuildRequires: GConf2-devel >= 2.20.0 BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: gtk+2-devel >= 2:2.12.0 @@ -36,16 +36,18 @@ BuildRequires: gnome-vfs2-devel >= 2.20.0 BuildRequires: intltool >= 0.36.2 BuildRequires: libglade2-devel >= 1:2.6.2 -BuildRequires: libgnomeui-devel >= 2.19.1 +BuildRequires: libgnomeui-devel >= 2.20.0 BuildRequires: libtool BuildRequires: pkgconfig >= 1:0.12.0 +BuildRequires: rpmbuild(find_lang) >= 1.23 BuildRequires: rpmbuild(macros) >= 1.197 BuildRequires: scrollkeeper +BuildRequires: sed >= 4.0 BuildRequires: startup-notification-devel >= 0.8 BuildRequires: vte-devel >= 0.16.9 Requires(post,preun): GConf2 Requires(post,postun): scrollkeeper -Requires: libgnomeui >= 2.19.1 +Requires: libgnomeui >= 2.20.0 Requires: startup-notification >= 0.8 Requires: vte >= 0.16.9 Requires: terminfo @@ -73,6 +75,9 @@ %patch4 -p1 %endif +sed -i -e '[EMAIL PROTECTED]@latin#' po/LINGUAS +mv po/[EMAIL PROTECTED],latin}.po + %build %{__intltoolize} %{__gnome_doc_common} @@ -95,9 +100,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry -[ -d $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED] ] || \ - mv -f $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED],latin} -%find_lang %{name} --with-gnome --all-name +%find_lang %{name} --with-gnome --with-omf --all-name %clean rm -rf $RPM_BUILD_ROOT @@ -115,7 +118,6 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%doc %{_omf_dest_dir}/%{name} %attr(755,root,root) %{_bindir}/* %{_libdir}/bonobo/servers/* %{_datadir}/%{name} @@ -129,6 +131,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.92 2007-11-28 16:42:51 megabajt +- updated to 2.18.3 +- use better way to fix locale name +- use --with-omf + Revision 1.91 2007-11-04 23:57:02 ankry - [EMAIL PROTECTED] -> [EMAIL PROTECTED], rel. 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-terminal.spec?r1=1.91&r2=1.92&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
