automatic version update by autodist [release 2.0.20-1mamba;Sun Dec 15 2013]
This commit is contained in:
parent
9b3f9ab4c1
commit
c08fe2dcd6
@ -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.
|
||||
|
||||
|
60
gob2.spec
Normal file
60
gob2.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 2.0.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 19 2012 Automatic Build System <autodist@mambasoft.it> 2.0.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 14 2011 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Apr 13 2010 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jul 27 2009 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu May 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.15-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user