Drop the rpath change as it's fixed upstream and the associated circular dep hack
This commit is contained in:
parent
52f46b4adb
commit
ca12ddc0a9
@ -3,10 +3,11 @@
|
|||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 3.3.5
|
Version: 3.3.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
|
|
||||||
#VCS: git:git://git.gnome.org/gnome-menus
|
#VCS: git:git://git.gnome.org/gnome-menus
|
||||||
Source0: http://download.gnome.org/sources/gnome-menus/3.3/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-menus/3.3/%{name}-%{version}.tar.xz
|
||||||
# Keep release notes from showing up in Applications>Other
|
# Keep release notes from showing up in Applications>Other
|
||||||
@ -20,8 +21,6 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
# FIXME: temporary hack for introspection breakage
|
|
||||||
BuildRequires: gnome-menus-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-menus is an implementation of the draft "Desktop
|
gnome-menus is an implementation of the draft "Desktop
|
||||||
@ -52,10 +51,6 @@ writing applications that use the GNOME menu system.
|
|||||||
--enable-debug=no
|
--enable-debug=no
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
## Fix rpath in gmenu.so
|
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -97,6 +92,9 @@ 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
|
||||||
|
* Tue Feb 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.5-2
|
||||||
|
- Drop the rpath change as it's fixed upstream and the associated circular dep hack
|
||||||
|
|
||||||
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
|
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
|
||||||
- Update to 3.3.5
|
- Update to 3.3.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user