]> git.pld-linux.org Git - packages/gnome-shell.git/commitdiff
- based on mutter.spec
authorwrobell <wrobell@pld-linux.org>
Fri, 16 Oct 2009 18:40:27 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-shell.spec -> 1.1

gnome-shell.spec [new file with mode: 0644]

diff --git a/gnome-shell.spec b/gnome-shell.spec
new file mode 100644 (file)
index 0000000..993eb65
--- /dev/null
@@ -0,0 +1,55 @@
+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)
This page took 0.413935 seconds and 4 git commands to generate.