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