Author: glen Date: Sat Aug 26 21:12:43 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - update 0.13.6 from HEAD
---- Files affected: SPECS: vte.spec (1.84.2.2 -> 1.84.2.3) ---- Diffs: ================================================================ Index: SPECS/vte.spec diff -u SPECS/vte.spec:1.84.2.2 SPECS/vte.spec:1.84.2.3 --- SPECS/vte.spec:1.84.2.2 Wed May 31 21:14:32 2006 +++ SPECS/vte.spec Sat Aug 26 23:12:38 2006 @@ -6,14 +6,13 @@ Summary: VTE terminal widget library Summary(pl): Biblioteka z kontrolkÄ… terminala VTE Name: vte -Version: 0.12.2 +Version: 0.13.6 Release: 1 License: LGPL Group: X11/Libraries -Source0: http://ftp.gnome.org/pub/gnome/sources/vte/0.12/%{name}-%{version}.tar.bz2 -# Source0-md5: 7cb1bd6ca528bc4db5ec685549fd3eb1 +Source0: http://ftp.gnome.org/pub/gnome/sources/vte/0.13/%{name}-%{version}.tar.bz2 +# Source0-md5: 6f1e5939c7010fc709453947e4d35227 Patch0: %{name}-keys.patch -Patch1: %{name}-nozvt.patch %{?with_glx:BuildRequires: OpenGL-devel} BuildRequires: autoconf BuildRequires: automake @@ -91,26 +90,45 @@ %description -n python-vte -l pl Biblioteka VTE dla pythona. +%package apidocs +Summary: VTE API documentation +Summary(pl): Dokumentacja API VTE +Group: Documentation +Requires: gtk-doc-common + +%description apidocs +VTE API documentation. + +%description apidocs -l pl +Dokumentacja API VTE. + %prep %setup -q %patch0 -p1 -%patch1 -p1 %build -%{__glib_gettextize} +%{__intltoolize} %{__libtoolize} %{__aclocal} %{__autoheader} %{__automake} %{__autoconf} -CFLAGS="%{rpmcflags} -I/usr/include/ncurses" +cd gnome-pty-helper +%{__libtoolize} +%{__aclocal} +%{__autoheader} +%{__automake} +%{__autoconf} +cd .. %configure \ + LIBS='-ltinfo' \ --with-xft2 \ --with-pangox \ %{?with_glx:--with-glX} \ --with-default-emulation=xterm \ --enable-gtk-doc \ --with-html-dir=%{_gtkdocdir} + %{__make} %install @@ -120,7 +138,7 @@ DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/*.{la,a} -rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no +rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ug %find_lang vte @@ -146,12 +164,15 @@ %{_libdir}/lib*.la %{_includedir}/* %{_pkgconfigdir}/* -%{_gtkdocdir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.a +%files apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/* + %files -n python-vte %defattr(644,root,root,755) %attr(755,root,root) %{py_sitedir}/gtk-2.0/*.so @@ -162,6 +183,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.84.2.3 2006/08/26 21:12:38 glen +- update 0.13.6 from HEAD + Revision 1.84.2.2 2006/05/31 19:14:32 freetz - 0.12.2, GNOME 2.14.2 deps ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/vte.spec?r1=1.84.2.2&r2=1.84.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
