Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 0f56529139a991c29ebca5b392844992 > files > 2

gob-1.0.12-3mdk.src.rpm

Summary: GOB, The GTK+ Object Builder
Name: gob
Version: 1.0.12
Release: 3mdk
License: GPL
Group: Development/GNOME and GTK+
Source: http://ftp.gnome.org/pub/GNOME/stable/sources/gob/%{name}-%{version}.tar.bz2
Url: http://www.5z.com/jirka/gob.html
BuildRequires:	flex glib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%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.


%prep
%setup -q

%build

%configure2_5x

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)

%doc README AUTHORS COPYING NEWS TODO ChangeLog
%doc examples

%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/aclocal/*

%changelog
* Mon Aug 16 2004 Frederic Crozat <fcrozat@mandrakesoft.com> 1.0.12-3mdk
- Rebuild

* Sat Jul 12 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 1.0.12-2mdk
- rebuild
- updated url

* Mon Feb  4 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 1.0.12-1mdk
- Release 1.0.12

* Mon Oct  1 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 1.0.11-1mdk
- Release 1.0.11

* Fri Sep 07 2001 Stefan van der Eijk <stefan@eijk.nu> 1.0.10-2mdk
- BuildRequires: flex glib-devel

* Mon Jul 02 2001 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.0.10-1mdk
- spec clean
- new release

* Mon Apr 23 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 1.0.9-1mdk
- Release 1.0.9
- Patch0: add missing include

* Wed Feb 28 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 1.0.7-1mdk
- Release 1.0.7

* Thu Feb 15 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 1.0.6-1mdk
- Release 1.0.6

* Tue Aug  8 2000 Frederic Crozat <fcrozat@mandrakesoft.com> 1.0.4-1mdk
- Release 1.0.4

* Fri Jul 21 2000 dam's <damien@mandrakesoft.com> 0.93.3-2mdk
- BM + macrozification.

* Mon Apr 17 2000 Daouda Lo <daouda@mandrakesoft.com> 0.93.3-1mdk
- release 0.93.3

* Sun Apr 16 2000 Daouda Lo <daouda@mandrakesoft.com> 0.93.2-1mdk
- first build for mandrake
- SMP build/check

* 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