[cheese] Revert "disable rpath" so we can do it again in a way that works

Adam Williamson adamwill at fedoraproject.org
Wed Jun 29 03:40:56 UTC 2011


commit 36ca83fad5a48c67a933ee57252ae1cf83fa8994
Author: Adam Williamson <awilliam at redhat.com>
Date:   Tue Jun 28 20:38:17 2011 -0700

    Revert "disable rpath" so we can do it again in a way that works
    
    This reverts commit 635b899bb237fadc4403241937698790d73c041b.

 cheese.spec |    7 ++-----
 1 files 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 <awilliam at redhat.com> 3.0.1-3
-- disable rpath (per packaging policy, and RH #703636)
-
 * Wed Jun 15 2011 Bastien Nocera <bnocera at redhat.com> 3.0.1-2
 - Rebuild against newest gnome-desktop3
 


More information about the scm-commits mailing list