X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/714b58ab4606ed4d40cec3702cb378938f8c883f:/gob.spec..7231d76fbf4ae0b501af648e1216b88714aa7353:/gob2.spec diff --git a/gob.spec b/gob2.spec similarity index 63% rename from gob.spec rename to gob2.spec index 06064db..592628b 100644 --- a/gob.spec +++ b/gob2.spec @@ -1,24 +1,27 @@ -%define ver 1.0.7 -%define rel 1 +%define ver 1.99.1 +%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