]> git.draconx.ca Git - gob-dx.git/blobdiff - static/gitweb/gitweb.js
Release 1.99.1
[gob-dx.git] / static / gitweb / gitweb.js
diff --git a/gob.spec.in b/gob.spec.in
deleted file mode 100644 (file)
index c4ed4e7..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-%define  ver     @VERSION@
-%define  rel     SNAP
-%define  prefix  /usr
-
-Summary: GOB, The GTK+ Object Builder
-Name: gob
-Version: %ver
-Release: %rel
-Copyright: GPL
-Group: Development/Tools
-Source: gob-%{ver}.tar.gz
-Url: http://www.5z.com/jirka/linux.html#gob
-BuildRoot: /var/tmp/gob-%{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.
-
-%changelog
-* Tue Feb 7 2000  George Lebl <jirka@5z.com>
-- added %{prefix}/share/aclocal/* to %files
-* Tue Dec 14 1999  George Lebl <jirka@5z.com>
-- added the examples dir to the %doc
-* Mon Aug 16 1999  George Lebl <jirka@5z.com>
-- added gob.spec.in file
-
-%prep
-%setup
-
-%build
-./configure --prefix=%prefix
-
-if [ "$SMP" != "" ]; then
-  (make "MAKE=make -k -j $SMP"; exit 0)
-  make
-else
-  make
-fi
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-make prefix=$RPM_BUILD_ROOT%{prefix} install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-
-%doc README AUTHORS COPYING NEWS TODO ChangeLog
-%doc examples
-
-%{prefix}/bin/*
-%{prefix}/man/man1/*
-%{prefix}/share/aclocal/*