- Turn off debugging by default

- Rebuild with gcc4
This commit is contained in:
Mark McLoughlin 2005-03-02 17:25:37 +00:00
parent 6e13912b80
commit 9f1814861e

View File

@ -1,9 +1,10 @@
%define po_package gnome-menus
%define enable_debugging 0
Summary: A menu system for the GNOME project
Name: gnome-menus
Version: 2.9.90
Release: 2
Release: 3
License: LGPL
Group: System Environment/Libraries
URL: http://www.gnome.org/
@ -30,7 +31,13 @@ writing applications that use the GNOME menu system.
%setup -q
%build
%configure
%configure \
%if %{enable_debugging}
--enable-debug=yes
%else
--enable-debug=no
%endif
make
%install
@ -63,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Mar 2 2005 Mark McLoughlin <markmc@redhat.com> 2.9.90-3
- Turn off debugging by default
- Rebuild with gcc4
* Tue Feb 1 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-2
- Don't include .directory and .menu files,
we want those from redhat-menus