packages: gnome-shell/gnome-shell.spec (NEW) - based on mutter.spec

wrobell wrobell at pld-linux.org
Fri Oct 16 20:40:32 CEST 2009


Author: wrobell                      Date: Fri Oct 16 18:40:32 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- based on mutter.spec

---- Files affected:
packages/gnome-shell:
   gnome-shell.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gnome-shell/gnome-shell.spec
diff -u /dev/null packages/gnome-shell/gnome-shell.spec:1.1
--- /dev/null	Fri Oct 16 20:40:33 2009
+++ packages/gnome-shell/gnome-shell.spec	Fri Oct 16 20:40:27 2009
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	Window and compositing manager based on Clutter
+Name:		gnome-shell
+Version:	2.28.0
+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:	3926895782024cff7af7ca480df46b4f
+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}.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-schemas-install \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome --all-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)
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/10/16 18:40:27  wrobell
+- based on mutter.spec
+
================================================================


More information about the pld-cvs-commit mailing list