Author: megabajt Date: Thu Apr 1 08:42:16 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.30.0
---- Files affected: packages/gdl: gdl.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: packages/gdl/gdl.spec diff -u packages/gdl/gdl.spec:1.38 packages/gdl/gdl.spec:1.39 --- packages/gdl/gdl.spec:1.38 Thu Feb 4 20:39:10 2010 +++ packages/gdl/gdl.spec Thu Apr 1 10:42:10 2010 @@ -2,12 +2,12 @@ Summary: GNOME Devtool Libraries Summary(pl.UTF-8): Biblioteki GNOME Devtool Name: gdl -Version: 2.28.2 -Release: 3 +Version: 2.30.0 +Release: 1 License: GPL v2+ Group: Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.28/%{name}-%{version}.tar.bz2 -# Source0-md5: 8070b7effb3ca80e7f4f0c90924f6718 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.30/%{name}-%{version}.tar.bz2 +# Source0-md5: ce4eef03a36bf6abd9f8cbad4806d7b8 BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: docbook-dtd412-xml @@ -18,6 +18,7 @@ BuildRequires: libtool BuildRequires: libxml2-devel >= 1:2.6.26 BuildRequires: pkgconfig +BuildRequires: sed >= 4.0 # s...@latn vs. s...@latin Conflicts: glibc-misc < 6:2.7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -82,6 +83,9 @@ %prep %setup -q +sed -i -e 's/^...@shaw//' po/LINGUAS +rm -f po/[email protected] + %build %{__glib_gettextize} %{__gtkdocize} @@ -92,6 +96,7 @@ %{__autoheader} %{__automake} %configure \ + --disable-silent-rules \ --with-html-dir=%{_gtkdocdir} \ --enable-gtk-doc \ --enable-static @@ -140,6 +145,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2010/04/01 08:42:10 megabajt +- updated to 2.30.0 + Revision 1.38 2010/02/04 19:39:10 megabajt - %{__gtkdocize} - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gdl/gdl.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
