Author: megabajt Date: Tue Mar 23 22:41:33 2010 GMT Module: packages Tag: DEVEL ---- Log message: - updated to 2.29.1
---- Files affected: packages/gnome-shell: gnome-shell.spec (1.13 -> 1.13.2.1) ---- Diffs: ================================================================ Index: packages/gnome-shell/gnome-shell.spec diff -u packages/gnome-shell/gnome-shell.spec:1.13 packages/gnome-shell/gnome-shell.spec:1.13.2.1 --- packages/gnome-shell/gnome-shell.spec:1.13 Sun Jan 31 18:02:20 2010 +++ packages/gnome-shell/gnome-shell.spec Tue Mar 23 23:41:28 2010 @@ -1,47 +1,60 @@ # $Revision$, $Date$ -Summary: Window and compositing manager based on Clutter +Summary: Window manager and application launcher for GNOME Name: gnome-shell -Version: 2.28.0 -Release: 4 +Version: 2.29.1 +Release: 1 License: GPL v2+ 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 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.29/%{name}-%{version}.tar.bz2 +# Source0-md5: dc98591ba7fe8acb92292bc0b2f9d246 +URL: http://live.gnome.org/GnomeShell +BuildRequires: GConf2-devel +BuildRequires: autoconf >= 2.63 +BuildRequires: automake >= 1:1.10 +BuildRequires: clutter-devel >= 1.2.0 +BuildRequires: dbus-glib-devel BuildRequires: gettext-devel -BuildRequires: gir-repository-devel -BuildRequires: gjs-devel -BuildRequires: gnome-desktop-devel +BuildRequires: gjs-devel >= 0.6 +BuildRequires: glib2-devel >= 1:2.16.0 +BuildRequires: gnome-desktop-devel >= 2.26.0 BuildRequires: gnome-menus-devel -BuildRequires: gobject-introspection-devel +BuildRequires: gobject-introspection-devel >= 0.6.9 +BuildRequires: gstreamer-devel >= 0.10.16 +BuildRequires: gstreamer-plugins-base-devel >= 0.10.16 +BuildRequires: gtk+2-devel >= 2:2.19.0 BuildRequires: intltool >= 0.26 +BuildRequires: libcroco-devel BuildRequires: librsvg-devel -BuildRequires: mutter-devel +BuildRequires: libtool >= 2:2.2.6 +BuildRequires: mutter-devel >= 2.29.1 BuildRequires: pango-devel >= 1:1.26.0 -BuildRequires: pkgconfig >= 0.16 +BuildRequires: pkgconfig >= 1:0.22 BuildRequires: rpm-pythonprov +BuildRequires: startup-notification-devel # for libmozjs.so BuildRequires: xulrunner-libs +Requires(post,preun): GConf2 +Requires: mutter >= 2.29.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -A window manager based on metacity and clutter - -%package devel -Summary: Development package for %{name} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: gtk-doc -Requires: pkgconfig - -%description devel -Files for development with %{name}. +GNOME Shell is the defining technology of the GNOME 3 desktop user +experience. It provides core interface functions like switching to +windows and launching applications. GNOME Shell takes advantage of the +capabilities of modern graphics hardware and introduces innovative +user interface concepts to provide a delightful and easy to use +experience. %prep %setup -q %build +%{__intltoolize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} export LD_LIBRARY_PATH=%{_libdir}/xulrunner %configure \ --disable-schemas-install \ @@ -55,29 +68,28 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%find_lang %{name} --with-gnome --all-name +rm -f $RPM_BUILD_ROOT%{_libdir}/mutter/plugins/*.la + +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post %gconf_schema_install gnome-shell.schemas -/sbin/ldconfig %preun %gconf_schema_uninstall gnome-shell.schemas -%postun -p /sbin/ldconfig - %files -f %{name}.lang %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/gnome-shell -%{_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} -%{_desktopdir}/*.desktop +%attr(755,root,root) %{_libdir}/mutter/plugins/libgnome-shell.so +%{_sysconfdir}/gconf/schemas/gnome-shell.schemas +%{_libdir}/gnome-shell +%{_datadir}/gnome-shell +%{_desktopdir}/gnome-shell.desktop +%{_mandir}/man1/gnome-shell.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -85,6 +97,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13.2.1 2010/03/23 22:41:28 megabajt +- updated to 2.29.1 + Revision 1.13 2010/01/31 17:02:20 sparky - BR: gir-repository-devel, gnome-menus-devel, librsvg-devel, rpm-pythonprov ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-shell/gnome-shell.spec?r1=1.13&r2=1.13.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
