From: Braden M. <br...@us...> - 2006-11-24 05:41:01
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26490 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Makefile.am configure.ac Removed Files: Tag: OpenVRML-0_16-BRANCH openvrml.spec.in Log Message: Removed RPM spec file. This file is now maintained as part of Fedora Extras. Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.92.2.7 retrieving revision 1.92.2.8 diff -C2 -d -r1.92.2.7 -r1.92.2.8 *** configure.ac 28 Oct 2006 07:08:43 -0000 1.92.2.7 --- configure.ac 24 Nov 2006 05:40:58 -0000 1.92.2.8 *************** *** 24,29 **** [tests/Makefile] [tests/atlocal] ! [openvrml.pc] ! [openvrml.spec]) AC_CANONICAL_TARGET --- 24,28 ---- [tests/Makefile] [tests/atlocal] ! [openvrml.pc]) AC_CANONICAL_TARGET Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/Makefile.am,v retrieving revision 1.51.2.1 retrieving revision 1.51.2.2 diff -C2 -d -r1.51.2.1 -r1.51.2.2 *** Makefile.am 28 Oct 2006 02:28:34 -0000 1.51.2.1 --- Makefile.am 24 Nov 2006 05:40:58 -0000 1.51.2.2 *************** *** 5,10 **** EXTRA_DIST = \ openvrml.pc.in \ ! openvrml-gl.pc.in \ ! openvrml.spec.in if ENABLE_GL_RENDERER --- 5,9 ---- EXTRA_DIST = \ openvrml.pc.in \ ! openvrml-gl.pc.in if ENABLE_GL_RENDERER *************** *** 15,20 **** pkgconfig_DATA = openvrml.pc $(OPENVRML_GL_PC) - dist-hook: openvrml.spec - cp openvrml.spec $(distdir) - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --- 14,16 ---- --- openvrml.spec.in DELETED --- Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.59 retrieving revision 1.1310.2.60 diff -C2 -d -r1.1310.2.59 -r1.1310.2.60 *** ChangeLog 22 Nov 2006 16:39:33 -0000 1.1310.2.59 --- ChangeLog 24 Nov 2006 05:40:58 -0000 1.1310.2.60 *************** *** 1,2 **** --- 1,11 ---- + 2006-11-24 Braden McDaniel <br...@en...> + + Removed RPM spec file. This file is now maintained as part of + Fedora Extras. + + * Makefile.am + * configure.ac + * openvrml.spec.in: Removed file. + 2006-11-22 Braden McDaniel <br...@en...> |