packages: gnome-shell/gnome-shell.spec - release 6
glen
glen at pld-linux.org
Sun Aug 28 23:28:59 CEST 2011
Author: glen Date: Sun Aug 28 21:28:59 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- release 6
---- Files affected:
packages/gnome-shell:
gnome-shell.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: packages/gnome-shell/gnome-shell.spec
diff -u packages/gnome-shell/gnome-shell.spec:1.23 packages/gnome-shell/gnome-shell.spec:1.24
--- packages/gnome-shell/gnome-shell.spec:1.23 Sat Jul 23 20:53:00 2011
+++ packages/gnome-shell/gnome-shell.spec Sun Aug 28 23:28:54 2011
@@ -2,7 +2,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
@@ -85,12 +85,13 @@
%{__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
@@ -139,6 +140,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2011/08/28 21:28:54 glen
+- release 6
+
Revision 1.23 2011/07/23 18:53:00 megabajt
- release 5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-shell/gnome-shell.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list