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