Author: patrys Date: Tue Sep 18 19:02:47 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.20.0 - do not build examples
---- Files affected: SPECS: libxml++.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/libxml++.spec diff -u SPECS/libxml++.spec:1.32 SPECS/libxml++.spec:1.33 --- SPECS/libxml++.spec:1.32 Sun Aug 12 20:08:04 2007 +++ SPECS/libxml++.spec Tue Sep 18 21:02:42 2007 @@ -2,12 +2,13 @@ Summary: C++ interface for working with XML files Summary(pl.UTF-8): Interfejs C++ do pracy z plikami XML Name: libxml++ -Version: 2.18.2 +Version: 2.20.0 Release: 1 License: LGPL Group: Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.18/%{name}-%{version}.tar.bz2 -# Source0-md5: 11ea24cad96b4465816e9a4eb2b0e2d2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.20/%{name}-%{version}.tar.bz2 +# Source0-md5: 4fe6ae1344e523ea4756733be71f9af3 +Patch0: %{name}-examples.patch URL: http://libxmlplusplus.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -75,13 +76,15 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} -%configure +%configure \ + --enable-api-exceptions %{__make} %install @@ -93,9 +96,9 @@ install -d docs_install/{manual,reference} cp -R docs/manual/html/* docs_install/manual -cp -R docs/reference/2.18/html/* docs_install/reference +cp -R docs/reference/2.*/html/* docs_install/reference -rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}-2.6/docs/{manual,reference/2.18}/html +rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}-2.6/docs/{manual,reference/2.*}/html # clean examples dir %{__make} -C examples clean @@ -140,6 +143,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2007/09/18 19:02:42 patrys +- 2.20.0 +- do not build examples + Revision 1.32 2007/08/12 18:08:04 qboosh - updated to 2.18.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libxml++.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
