From a39be0cc26bbc39b6933751d5e98e7f490214703 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Apr 18 2007 11:39:44 +0000 Subject: -specfile review --- diff --git a/gob2.spec b/gob2.spec index acece70..b86f398 100644 --- a/gob2.spec +++ b/gob2.spec @@ -1,12 +1,12 @@ Summary: GOB2, The GObject Builder Name: gob2 Version: 2.0.14 -Release: 1.1 +Release: 2%{?dist} License: GPL Group: Development/Tools Source: gob2-%{version}.tar.gz Url: http://www.5z.com/jirka/gob.html -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: bison flex @@ -17,7 +17,7 @@ you don't have to edit the generated files. Syntax is somewhat inspired by java and yacc. It supports generating C++ code %prep -%setup +%setup -q %build %configure @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Wed Apr 18 2007 Harald Hoyer - 2.0.14-2 +- specfile review + * Wed Jul 12 2006 Jesse Keating - 2.0.14-1.1 - rebuild @@ -83,10 +86,13 @@ rm -rf $RPM_BUILD_ROOT * Fri Sep 28 2001 George Lebl - Updated for gob2 + * Tue Feb 7 2000 George Lebl -- added %{prefix}/share/aclocal/* to %files +- added %%{prefix}/share/aclocal/* to %%files + * Tue Dec 14 1999 George Lebl -- added the examples dir to the %doc +- added the examples dir to the %%doc + * Mon Aug 16 1999 George Lebl - added gob.spec.in file