Author: sls Date: Fri Apr 2 20:27:20 2010 GMT Module: packages Tag: HEAD ---- Log message: - ver. 2.30.0 - removed examples.patch
---- Files affected: packages/libxml++: libxml++.spec (1.39 -> 1.40) ---- Diffs: ================================================================ Index: packages/libxml++/libxml++.spec diff -u packages/libxml++/libxml++.spec:1.39 packages/libxml++/libxml++.spec:1.40 --- packages/libxml++/libxml++.spec:1.39 Mon Mar 16 19:44:38 2009 +++ packages/libxml++/libxml++.spec Fri Apr 2 22:27:15 2010 @@ -2,13 +2,12 @@ Summary: C++ interface for working with XML files Summary(pl.UTF-8): Interfejs C++ do pracy z plikami XML Name: libxml++ -Version: 2.26.0 +Version: 2.30.0 Release: 1 License: LGPL v2.1 Group: Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.26/%{name}-%{version}.tar.bz2 -# Source0-md5: a52fc7e6e44bb5cc187672930b843f72 -Patch0: %{name}-examples.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.30/%{name}-%{version}.tar.bz2 +# Source0-md5: ae752b65c016391cbca40bc73bcc67c0 URL: http://libxmlplusplus.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -76,7 +75,6 @@ %prep %setup -q -%patch0 -p1 %build %{__libtoolize} @@ -85,7 +83,8 @@ %{__autoheader} %{__automake} %configure \ - --enable-api-exceptions + --enable-api-exceptions \ + --enable-static %{__make} %install @@ -99,11 +98,7 @@ cp -R docs/manual/html/* docs_install/manual cp -R docs/reference/html/* docs_install/reference -rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}-2.6/docs/{manual,reference}/html - -# clean examples dir -%{__make} -C examples clean -find examples -type d -name .deps | xargs rm -rf +rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}-2.6/reference/html cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} @@ -145,6 +140,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40 2010/04/02 20:27:15 sls +- ver. 2.30.0 +- removed examples.patch + Revision 1.39 2009/03/16 18:44:38 megabajt - updated to 2.26.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libxml++/libxml++.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
