From: <pat...@us...> - 2007-06-27 21:05:11
|
Revision: 609 http://svn.sourceforge.net/xml-cppdom/?rev=609&view=rev Author: patrickh Date: 2007-06-27 14:05:13 -0700 (Wed, 27 Jun 2007) Log Message: ----------- cppdom-config is not supposed to be part of cppdom-devel. Modified Paths: -------------- trunk/cppdom.spec Modified: trunk/cppdom.spec =================================================================== --- trunk/cppdom.spec 2007-06-27 16:43:00 UTC (rev 608) +++ trunk/cppdom.spec 2007-06-27 21:05:13 UTC (rev 609) @@ -1,7 +1,7 @@ # Spec file for cppdom. %define name cppdom %define version 0.7.8 -%define release 1 +%define release 2 Name: %{name} Summary: A C++ based XML loader and writer with an internal DOM representation. @@ -113,7 +113,6 @@ %files devel %defattr(-, root, root) -%{_bindir}/cppdom-config %dir %{_includedir}/cppdom-%{version}/ %dir %{_includedir}/cppdom-%{version}/cppdom/ %{_includedir}/cppdom-%{version}/cppdom/*.h @@ -132,6 +131,9 @@ %doc %{_docdir}/cppdom-%{version}/html %changelog +* Wed Jun 27 2007 Patrick Hartling <pa...@in...> 0.7.8-2 +- Removed cppdom-config from the cppdom-devel package. + * Tue Jun 26 2007 Patrick Hartling <pa...@in...> 0.7.8-1 - Updated to version 0.7.8. - Include rendered API documentation in the new cppdom-doc package. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |