really disable rpaths (from Julian Sikorski)

This commit is contained in:
Adam Williamson 2011-06-29 07:55:42 -07:00
parent 36ca83fad5
commit 9b68c82a1f

View File

@ -1,7 +1,7 @@
Name: cheese Name: cheese
Epoch: 1 Epoch: 1
Version: 3.0.1 Version: 3.0.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Application for taking pictures and movies from a webcam Summary: Application for taking pictures and movies from a webcam
Group: Amusements/Graphics Group: Amusements/Graphics
@ -36,6 +36,7 @@ BuildRequires: vala-devel
BuildRequires: libgee-devel BuildRequires: libgee-devel
BuildRequires: gnome-video-effects BuildRequires: gnome-video-effects
BuildRequires: gnome-desktop3-devel BuildRequires: gnome-desktop3-devel
BuildRequires: chrpath
Requires: gstreamer-plugins-good >= 0.10.6-2 Requires: gstreamer-plugins-good >= 0.10.6-2
Requires: gnome-video-effects Requires: gnome-video-effects
@ -86,6 +87,8 @@ tar xf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/icons --strip-components=1 chees
%find_lang %{name} --with-gnome %find_lang %{name} --with-gnome
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/cheese
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcheese-gtk.so.*
%post %post
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || : touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
@ -138,6 +141,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gir-1.0/Cheese-3.0.gir %{_datadir}/gir-1.0/Cheese-3.0.gir
%changelog %changelog
* Wed Jun 29 2011 Julian Sikorski <belegdol@fedoraproject.org> - 1:3.0.1-3
- Removed RPATHS (RH #703636)
* Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-2 * Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-2
- Rebuild against newest gnome-desktop3 - Rebuild against newest gnome-desktop3