From 36ca83fad5a48c67a933ee57252ae1cf83fa8994 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 28 Jun 2011 20:38:17 -0700 Subject: [PATCH] Revert "disable rpath" so we can do it again in a way that works This reverts commit 635b899bb237fadc4403241937698790d73c041b. --- cheese.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cheese.spec b/cheese.spec index 0bb55d4..4f27cc6 100644 --- a/cheese.spec +++ b/cheese.spec @@ -1,7 +1,7 @@ Name: cheese Epoch: 1 Version: 3.0.1 -Release: 3%{?dist} +Release: 2%{?dist} Summary: Application for taking pictures and movies from a webcam Group: Amusements/Graphics @@ -67,7 +67,7 @@ for writing applications that require a webcam display widget. %setup -q %build -%configure --disable-static --disable-rpath +%configure --disable-static make %{?_smp_mflags} @@ -138,9 +138,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gir-1.0/Cheese-3.0.gir %changelog -* Mon Jun 20 2011 Adam Williamson 3.0.1-3 -- disable rpath (per packaging policy, and RH #703636) - * Wed Jun 15 2011 Bastien Nocera 3.0.1-2 - Rebuild against newest gnome-desktop3