From: Braden M. <br...@us...> - 2006-11-24 05:41:19
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26860 Modified Files: ChangeLog Makefile.am configure.ac Removed Files: 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.100 retrieving revision 1.101 diff -C2 -d -r1.100 -r1.101 *** configure.ac 3 Nov 2006 06:03:44 -0000 1.100 --- configure.ac 24 Nov 2006 05:41:18 -0000 1.101 *************** *** 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.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** Makefile.am 28 Oct 2006 02:28:42 -0000 1.52 --- Makefile.am 24 Nov 2006 05:41:18 -0000 1.53 *************** *** 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.1382 retrieving revision 1.1383 diff -C2 -d -r1.1382 -r1.1383 *** ChangeLog 22 Nov 2006 16:39:45 -0000 1.1382 --- ChangeLog 24 Nov 2006 05:41:17 -0000 1.1383 *************** *** 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...> |