61 lines
1.8 KiB
RPMSpec
61 lines
1.8 KiB
RPMSpec
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
|