try to bootstrap
This commit is contained in:
parent
7f3b85abc6
commit
be3d502ea4
@ -21,7 +21,7 @@ BuildRequires: python2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gobject-introspection-devel
|
||||
# FIXME: temporary hack for introspection breakage
|
||||
BuildRequires: gnome-menus-devel
|
||||
BuildRequires: gnome-menus-devel
|
||||
|
||||
%description
|
||||
gnome-menus is an implementation of the draft "Desktop
|
||||
@ -45,7 +45,7 @@ writing applications that use the GNOME menu system.
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
--enable-introspection \
|
||||
--disable-introspection \
|
||||
%if %{enable_debugging}
|
||||
--enable-debug=yes
|
||||
%else
|
||||
@ -65,7 +65,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# This probably dates back to Bluecurve days; rather than simply deleting
|
||||
# deleting it, we'll ship it as applications-gnome.desktop
|
||||
mv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/applications{,-gnome}.menu
|
||||
mv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/applications{,-gnome}.menu
|
||||
|
||||
# We use alacarte now
|
||||
rm -rf $RPM_BUILD_ROOT%{_bindir}/gmenu-simple-editor
|
||||
@ -97,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome-menus/
|
||||
%{_datadir}/gir-1.0/GMenu-3.0.gir
|
||||
|
||||
%changelog
|
||||
* Fri Aug 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-2
|
||||
* Fri Aug 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.5-1
|
||||
- Sync with F16
|
||||
|
||||
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
|
||||
|
Loading…
Reference in New Issue
Block a user