]> git.draconx.ca Git - gob-dx.git/blobdiff - gob2.spec.in
Release 1.99.1
[gob-dx.git] / gob2.spec.in
similarity index 66%
rename from gob.spec.in
rename to gob2.spec.in
index c4ed4e749f231d351a37842e99a11093609ea505..c90c857a62869e5311378ca4fb493689ca9e2ba7 100644 (file)
@@ -2,23 +2,26 @@
 %define  rel     SNAP
 %define  prefix  /usr
 
-Summary: GOB, The GTK+ Object Builder
-Name: gob
+Summary: GOB2, The GObject Builder
+Name: gob2
 Version: %ver
 Release: %rel
 Copyright: GPL
 Group: Development/Tools
-Source: gob-%{ver}.tar.gz
+Source: gob2-%{ver}.tar.gz
 Url: http://www.5z.com/jirka/linux.html#gob
-BuildRoot: /var/tmp/gob-%{ver}-root
+BuildRoot: /var/tmp/gob2-%{ver}-root
 Prefix: %prefix
 
 %description
-GOB is a simple preprocessor for making GTK+ objects.  It makes objects
-from a single file which has inline C code so that you don't have to edit
-the generated files.  Syntax is somewhat inspired by java and yacc.
+GOB is a simple preprocessor for making GObject objects (glib objects).
+It makes objects from a single file which has inline C code so that
+you don't have to edit the generated files.  Syntax is somewhat inspired
+by java and yacc.  It supports generating C++ code
 
 %changelog
+* Fri Sep 28 2001  George Lebl <jirka@5z.com>
+- Updated for gob2
 * Tue Feb 7 2000  George Lebl <jirka@5z.com>
 - added %{prefix}/share/aclocal/* to %files
 * Tue Dec 14 1999  George Lebl <jirka@5z.com>