Author: grzegol Date: Fri Feb 25 23:53:14 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - updated to 2.9.2 - added missing insert_example_code.pl file (Source1) - added docs
---- Files affected: SPECS: libxml++.spec (1.19.2.1 -> 1.19.2.2) ---- Diffs: ================================================================ Index: SPECS/libxml++.spec diff -u SPECS/libxml++.spec:1.19.2.1 SPECS/libxml++.spec:1.19.2.2 --- SPECS/libxml++.spec:1.19.2.1 Thu Feb 10 21:53:56 2005 +++ SPECS/libxml++.spec Sat Feb 26 00:53:08 2005 @@ -2,12 +2,13 @@ Summary: C++ interface for working with XML files Summary(pl): Interfejs C++ do pracy z plikami XML Name: libxml++ -Version: 2.9.1 +Version: 2.9.2 Release: 1 License: LGPL Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.9/%{name}-%{version}.tar.bz2 -# Source0-md5: f74db646f4f0c1ef9b957550f1b926d6 +# Source0-md5: 719ade88cce0c74ed01390cab23af274 +Source1: insert_example_code.pl URL: http://libxmlplusplus.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -53,6 +54,7 @@ %setup -q %build +cp %{SOURCE1} docs/manual %{__libtoolize} %{__aclocal} %{__autoconf} @@ -66,6 +68,12 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install -d docs_install/{manual,reference} +cp -R docs/manual/html/* docs_install/manual +cp -R docs/reference/2.9/html/* docs_install/reference + +rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}-2.6/docs/{manual,reference/2.9}/html + %clean rm -rf $RPM_BUILD_ROOT @@ -79,6 +87,7 @@ %files devel %defattr(644,root,root,755) +%doc docs_install/{manual,reference} %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/* @@ -94,6 +103,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19.2.2 2005/02/25 23:53:08 grzegol +- updated to 2.9.2 +- added missing insert_example_code.pl file (Source1) +- added docs + Revision 1.19.2.1 2005/02/10 20:53:56 grzegol - updated to 2.9.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libxml++.spec?r1=1.19.2.1&r2=1.19.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
