X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/714b58ab4606ed4d40cec3702cb378938f8c883f:/gob.spec.in..7231d76fbf4ae0b501af648e1216b88714aa7353:/gob2.spec.in diff --git a/gob.spec.in b/gob2.spec.in similarity index 66% rename from gob.spec.in rename to gob2.spec.in index c4ed4e7..c90c857 100644 --- a/gob.spec.in +++ b/gob2.spec.in @@ -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 +- Updated for gob2 * Tue Feb 7 2000 George Lebl - added %{prefix}/share/aclocal/* to %files * Tue Dec 14 1999 George Lebl