Author: megabajt Date: Mon Nov 26 15:39:56 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.12.2 - use better way to fix locale name
---- Files affected: SPECS: evolution-data-server.spec (1.111 -> 1.112) ---- Diffs: ================================================================ Index: SPECS/evolution-data-server.spec diff -u SPECS/evolution-data-server.spec:1.111 SPECS/evolution-data-server.spec:1.112 --- SPECS/evolution-data-server.spec:1.111 Wed Nov 7 13:18:32 2007 +++ SPECS/evolution-data-server.spec Mon Nov 26 16:39:50 2007 @@ -12,12 +12,12 @@ Summary: Evolution data server Summary(pl.UTF-8): Serwer danych Evolution Name: evolution-data-server -Version: 1.12.1 -Release: 4 +Version: 1.12.2 +Release: 1 License: GPL Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/1.12/%{name}-%{version}.tar.bz2 -# Source0-md5: 5b4d855ed1ceaaab7db14b50133b5252 +# Source0-md5: 591170d71d7fe998236455c1a23860ca Patch0: %{name}-ntlm-ldap.patch URL: http://www.gnome.org/projects/evolution/ BuildRequires: ORBit2-devel >= 1:2.14.8 @@ -42,6 +42,7 @@ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.304 +BuildRequires: sed >= 4.0 Requires(post,postun): scrollkeeper Requires: %{name}-libs = %{version}-%{release} # [EMAIL PROTECTED] vs. [EMAIL PROTECTED] @@ -133,6 +134,9 @@ %setup -q %patch0 -p1 +sed -i -e [EMAIL PROTECTED]@latin# po/LINGUAS +mv po/[EMAIL PROTECTED],latin}.po + %build %{__glib_gettextize} %{__intltoolize} @@ -192,8 +196,6 @@ install -d $RPM_BUILD_ROOT%{schemadir} install addressbook/backends/ldap/evolutionperson.schema $RPM_BUILD_ROOT%{schemadir} -[ -d $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED] ] || \ - mv -f $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED],latin} %find_lang %{name} --all-name %clean @@ -271,6 +273,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.112 2007-11-26 15:39:50 megabajt +- updated to 1.12.2 +- use better way to fix locale name + Revision 1.111 2007-11-07 12:18:32 baggins - BR openssl-devel, cyrus-sasl-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-data-server.spec?r1=1.111&r2=1.112&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
