Author: megabajt Date: Sat May 1 10:15:06 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.10.1
---- Files affected: packages/accerciser: accerciser.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: packages/accerciser/accerciser.spec diff -u packages/accerciser/accerciser.spec:1.19 packages/accerciser/accerciser.spec:1.20 --- packages/accerciser/accerciser.spec:1.19 Thu Dec 31 11:10:45 2009 +++ packages/accerciser/accerciser.spec Sat May 1 12:15:00 2010 @@ -2,12 +2,12 @@ Summary: An interactive Python tool for querying accessibility information Summary(pl.UTF-8): Interaktywne narzędzie w Pythonie do pobierania informacji o dostępności Name: accerciser -Version: 1.8.0 +Version: 1.10.1 Release: 1 License: BSD Group: X11/Applications/Accessibility -Source0: http://ftp.gnome.org/pub/GNOME/sources/accerciser/1.8/%{name}-%{version}.tar.bz2 -# Source0-md5: ede1d36e9820fa441bcc24cb634d59cc +Source0: http://ftp.gnome.org/pub/GNOME/sources/accerciser/1.10/%{name}-%{version}.tar.bz2 +# Source0-md5: 15b14e77108c2fc9ffbef59e9d6cb5b7 URL: http://live.gnome.org/Accerciser BuildRequires: GConf2-devel >= 2.24.0 BuildRequires: autoconf @@ -22,6 +22,7 @@ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(find_lang) >= 1.23 BuildRequires: rpmbuild(macros) >= 1.311 +BuildRequires: sed >= 4.0 Requires(post,postun): gtk+2 Requires(post,postun): hicolor-icon-theme Requires(post,preun): GConf2 @@ -45,6 +46,9 @@ %prep %setup -q +%{__sed} -i -e 's/e...@shaw//' po/LINGUAS +rm -f po/[email protected] + %build %{__glib_gettextize} %{__intltoolize} @@ -96,6 +100,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2010/05/01 10:15:00 megabajt +- updated to 1.10.1 + Revision 1.19 2009/12/31 10:10:45 megabajt - updated to 1.8.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/accerciser/accerciser.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
