From c08fe2dcd6339ecd13ebac8e1fda6488976f12a5 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:19:54 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0.20-1mamba;Sun Dec 15 2013] --- README.md | 2 ++ gob2.spec | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 gob2.spec diff --git a/README.md b/README.md index d5e9f31..4d37dfa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gob2 +GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C code so that generated files are not edited. Syntax is inspired by Java and Yacc or Lex. The implementation is intentionally kept simple, and no C actual code parsing is done. + diff --git a/gob2.spec b/gob2.spec new file mode 100644 index 0000000..456a154 --- /dev/null +++ b/gob2.spec @@ -0,0 +1,60 @@ +Name: gob2 +Version: 2.0.20 +Release: 1mamba +Summary: A preprocessor for making GObjects with inline C code +Group: Development/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.5z.com/jirka/gob.html +Source: http://ftp.5z.com/pub/gob/gob2-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libglib-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C code so that generated files are not edited. Syntax is inspired by Java and Yacc or Lex. The implementation is intentionally kept simple, and no C actual code parsing is done. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/gob2 +%{_datadir}/aclocal/gob2.m4 +%{_mandir}/man1/gob2.1.gz +%doc AUTHORS COPYING ChangeLog NEWS README TODO + +%changelog +* Sun Dec 15 2013 Automatic Build System 2.0.20-1mamba +- automatic version update by autodist + +* Wed Dec 19 2012 Automatic Build System 2.0.19-1mamba +- automatic version update by autodist + +* Fri Jan 14 2011 Automatic Build System 2.0.18-1mamba +- automatic update by autodist + +* Tue Apr 13 2010 Automatic Build System 2.0.17-1mamba +- automatic update by autodist + +* Mon Jul 27 2009 Automatic Build System 2.0.16-1mamba +- automatic update by autodist + +* Thu May 08 2008 Silvan Calarco 2.0.15-1mamba +- package created by autospec