Author: megabajt Date: Tue Mar 30 16:10:43 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.30.0; merged changes from DEVEL
---- Files affected: packages/atk: atk.spec (1.119 -> 1.120) ---- Diffs: ================================================================ Index: packages/atk/atk.spec diff -u packages/atk/atk.spec:1.119 packages/atk/atk.spec:1.120 --- packages/atk/atk.spec:1.119 Thu Sep 24 09:21:37 2009 +++ packages/atk/atk.spec Tue Mar 30 18:10:38 2010 @@ -8,18 +8,19 @@ Summary(pl.UTF-8): ATK - biblioteka ułatwiająca niepełnosprawnym korzystanie z komputerów Summary(pt_BR.UTF-8): Interfaces para suporte a acessibilidade Name: atk -Version: 1.28.0 -Release: 2 +Version: 1.30.0 +Release: 1 Epoch: 1 License: LGPL v2+ Group: X11/Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/atk/1.28/%{name}-%{version}.tar.bz2 -# Source0-md5: 010a85478adc053c016a0a5c9bb52004 +Source0: http://ftp.gnome.org/pub/GNOME/sources/atk/1.30/%{name}-%{version}.tar.bz2 +# Source0-md5: 548d413775819fef425410739041cac3 URL: http://library.gnome.org/devel/atk/ -BuildRequires: autoconf >= 2.54 +BuildRequires: autoconf >= 2.62 BuildRequires: automake BuildRequires: gettext-devel BuildRequires: glib2-devel >= 1:2.20.0 +BuildRequires: gobject-introspection-devel >= 0.6.7 %{?with_apidocs:BuildRequires: gtk-doc >= 1.8} BuildRequires: gtk-doc-automake >= 1.8 BuildRequires: libtool >= 2:1.5.16 @@ -102,15 +103,18 @@ %prep %setup -q +sed -i 's/^...@shaw//' po/LINGUAS +rm po/[email protected] %build %{?with_apidocs:%{__gtkdocize}} %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ + --%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \ --with-html-dir=%{_gtkdocdir} \ --%{?with_static_libs:en}%{!?with_static_libs:dis}able-static \ --enable-shared @@ -123,8 +127,6 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/c...@valencia - %find_lang atk10 %{!?with_apidocs:rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}/atk} @@ -140,11 +142,13 @@ %doc AUTHORS NEWS README %attr(755,root,root) %{_libdir}/libatk-1.0.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libatk-1.0.so.0 +%{_libdir}/girepository-1.0/Atk-1.0.typelib %files devel %defattr(644,root,root,755) %doc ChangeLog %attr(755,root,root) %{_libdir}/libatk-1.0.so +%{_datadir}/gir-1.0/Atk-1.0.gir %{_libdir}/libatk-1.0.la %{_includedir}/atk-1.0 %{_pkgconfigdir}/atk.pc @@ -167,6 +171,18 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.120 2010/03/30 16:10:38 megabajt +- updated to 1.30.0; merged changes from DEVEL + +Revision 1.119.2.3 2010/02/10 12:47:03 megabajt +- updated to 1.29.4 + +Revision 1.119.2.2 2009/12/01 08:57:41 patrys +- drop e...@shaw + +Revision 1.119.2.1 2009/12/01 08:55:09 patrys +- 1.29.3 + Revision 1.119 2009/09/24 07:21:37 arekm - rel 2; drop c...@valencia ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/atk/atk.spec?r1=1.119&r2=1.120&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
