Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6479
Modified Files:
ChangeLog openvrml.spec.in
Log Message:
Package openvrml-config.h, openvrml-common.h, openvrml-gl-config.h, and openrml-gl-common.h.
Index: openvrml.spec.in
===================================================================
RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** openvrml.spec.in 26 Jul 2006 21:49:30 -0000 1.51
--- openvrml.spec.in 10 Aug 2006 06:57:44 -0000 1.52
***************
*** 73,84 ****
%build
%configure --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG"
! make %{?_smp_mflags}
%install
%makeinstall
! rm $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/openvrml.la
%clean
! rm -rf $RPM_BUILD_ROOT
%files
--- 73,84 ----
%build
%configure --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG"
! %{__make} %{?_smp_mflags}
%install
%makeinstall
! %{__rm} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/openvrml.la
%clean
! %{__rm} -rf $RPM_BUILD_ROOT
%files
***************
*** 89,92 ****
--- 89,94 ----
%doc AUTHORS COPYING.LESSER ChangeLog NEWS README THANKS
%doc doc/manual
+ %{_includedir}/%{name}/openvrml-common.h
+ %{_includedir}/%{name}/openvrml-config.h
%{_includedir}/%{name}/openvrml/*.h
%{_libdir}/libopenvrml.la
***************
*** 101,104 ****
--- 103,108 ----
%files gl-devel
%doc AUTHORS COPYING.LESSER ChangeLog NEWS README THANKS
+ %{_includedir}/%{name}/openvrml-gl-common.h
+ %{_includedir}/%{name}/openvrml-gl-config.h
%{_includedir}/%{name}/openvrml/gl
%{_libdir}/libopenvrml-gl.la
***************
*** 116,119 ****
--- 120,130 ----
%changelog
+ * Thu Aug 10 2006 Braden McDaniel <br...@en...>
+ - Use %{__make} instead of make.
+ - Use %{__rm} instead of rm.
+ - Include openvrml-common.h and openvrml-config.h in openvrml-devel.
+ - Include openvrml-gl-common.h and openvrml-gl-config.h in
+ openvrml-gl-devel.
+
* Wed Jul 26 2006 Braden McDaniel <br...@en...>
- Require boost-devel 1.33.1.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1304
retrieving revision 1.1305
diff -C2 -d -r1.1304 -r1.1305
*** ChangeLog 10 Aug 2006 06:50:33 -0000 1.1304
--- ChangeLog 10 Aug 2006 06:57:44 -0000 1.1305
***************
*** 1,4 ****
--- 1,9 ----
2006-08-10 Braden McDaniel <br...@en...>
+ * openvrml.spec.in: Package openvrml-config.h, openvrml-common.h,
+ openvrml-gl-config.h, and openrml-gl-common.h.
+
+ 2006-08-10 Braden McDaniel <br...@en...>
+
Fixes to generate API documentation properly.
|