]> git.pld-linux.org Git - packages/gnome-shell.git/commitdiff
- release 6 auto/th/gnome-shell-3_0_2-6
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 28 Aug 2011 21:28:54 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-shell.spec -> 1.24

gnome-shell.spec

index e2d626c707815ab1e846bf563617be75bd35d0ee..09209d792e88705a2d1622e077c92d59c6636d85 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Window manager and application launcher for GNOME
 Name:          gnome-shell
 Version:       3.0.2
-Release:       5
+Release:       6
 License:       GPL v2+
 Group:         X11/Window Managers
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.0/%{name}-%{version}.tar.bz2
@@ -84,12 +84,13 @@ install -d $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# TODO use rpath at link time instead of this hack
 mv $RPM_BUILD_ROOT%{_bindir}/gnome-shell{,.bin}
 cat > $RPM_BUILD_ROOT%{_bindir}/gnome-shell <<'EOF'
 #!/bin/sh
 LD_LIBRARY_PATH=%{_libdir}/xulrunner
 export LD_LIBRARY_PATH
-exec %{_bindir}/gnome-shell.bin "${@}"
+exec %{_bindir}/gnome-shell.bin "$@"
 EOF
 chmod a+rx $RPM_BUILD_ROOT%{_bindir}/gnome-shell
 
This page took 0.100257 seconds and 4 git commands to generate.