Author: wrobell Date: Fri Oct 16 20:55:16 2009 GMT Module: packages Tag: HEAD ---- Log message: - fixed file list - added xulrunner-libs build dependency due to libmozjs.so
---- Files affected: packages/gnome-shell: gnome-shell.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/gnome-shell/gnome-shell.spec diff -u packages/gnome-shell/gnome-shell.spec:1.4 packages/gnome-shell/gnome-shell.spec:1.5 --- packages/gnome-shell/gnome-shell.spec:1.4 Fri Oct 16 21:26:33 2009 +++ packages/gnome-shell/gnome-shell.spec Fri Oct 16 22:55:10 2009 @@ -7,10 +7,14 @@ Group: X11/Window Managers URL: http://git.gnome.org/cgit/gnome-shell Source0: http://download.gnome.org/sources/gnome-shell/2.28/%{name}-%{version}.tar.bz2 +# Source0-md5: a9f93a6f03da60f2f6e3fb82a9e7dc94 BuildRequires: clutter-devel +BuildRequires: gjs-devel BuildRequires: gnome-desktop-devel BuildRequires: gobject-introspection-devel -# Source0-md5: a9f93a6f03da60f2f6e3fb82a9e7dc94 +BuildRequires: mutter-devel +# for libmozjs.so +BuildRequires: xulrunner-libs BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,6 +34,7 @@ %setup -q %build +export LD_LIBRARY_PATH=/usr/lib/xulrunner %configure \ --disable-schemas-install \ --disable-static @@ -57,6 +62,12 @@ %files -f %{name}.lang %defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/mutter +%{_sysconfdir}/gconf/schemas/%{name}.schemas +%{_libdir}/%{name} +%attr(755,root,root) %{_libdir}/mutter/plugins/*.so +%attr(755,root,root) %{_libdir}/mutter/plugins/*.la +%{_datadir}/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -64,6 +75,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2009/10/16 20:55:10 wrobell +- fixed file list +- added xulrunner-libs build dependency due to libmozjs.so + Revision 1.4 2009/10/16 19:26:33 wrobell - added gnome desktop and gobject introspection build requirements ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-shell/gnome-shell.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
