diff --git a/.gitignore b/.gitignore index 0ecec46..41efd69 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/gnome-shell-extensions-3.1.4-6b5e3a3e.tar.xz +/gnome-shell-extensions-3.1.91.tar.xz diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index 8057fb6..37695fd 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -1,30 +1,34 @@ -%global commit 6b5e3a3e -%global checkout 20110830git%{commit} +#global commit 6b5e3a3e +#global checkout 20110830git%{commit} %global pkg_prefix gnome-shell-extension Name: gnome-shell-extensions -Version: 3.1.4 -Release: 3.%{checkout}%{?dist} +Version: 3.1.91 +#Release: 3.%{checkout}%{?dist} +Release: 1%{?dist} Summary: Modify and extend GNOME Shell functionality and behavior Group: User Interface/Desktops License: GPLv2+ URL: http://live.gnome.org/GnomeShell/Extensions -# Using git archive since upstream hasn't released 3.1.90 yet. -# $ git archive --format=tar --prefix=%{name}-%{version}/ %{commit} -# | xz > ../%{name}-%{version}-%{commit}.tar.xz -Source0: %{name}-%{version}-%{commit}.tar.xz +# Using git archive since upstream hasn't released 3.1.91 yet. +# git clone git://git.gnome.org/gnome-shell-extensions.git +# (cd gnome-shell-extensions && git archive --format=tar \ +# --prefix=%{name}-%{version}/ %{version} \ +# | xz ) > %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.xz #Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-shell-extensions/3.1/%{name}-%{version}.tar.xz # Since we build from a git checkout BuildRequires: gnome-common + BuildRequires: intltool BuildRequires: glib2-devel # TODO: uncomment when enabling xrandr-indicator # BuildRequires: pkgconfig(gnome-desktop-3.0) BuildRequires: pkgconfig(libgtop-2.0) -Requires: gnome-shell >= 3.1.90 +Requires: gnome-shell >= 3.1.91 BuildArch: noarch %description @@ -234,7 +238,7 @@ to the corresponding window. %prep %setup -q # make g-s-e work with g-s 3.1.90 -sed -i "s|3.1.4|3.1.90|g" configure.ac +# sed -i "s|3.1.4|3.1.90|g" configure.ac %build @@ -256,7 +260,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %files -n %{pkg_prefix}-common -f %{name}.lang %defattr(-,root,root,-) -%doc README +%doc COPYING HACKING NEWS README %dir %{_datadir}/gnome-shell/extensions/ @@ -368,6 +372,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Mon Sep 12 2011 Michel Salim - 3.1.91-1 +- Update to 3.1.91 +- add more documentation + * Thu Sep 1 2011 Michel Salim - 3.1.4-3.20110830git6b5e3a3e - Update to git snapshot, for gnome-shell 3.1.90 diff --git a/sources b/sources index 443d5ad..195575f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bbac48d8b338551b353527d467cb836 gnome-shell-extensions-3.1.4-6b5e3a3e.tar.xz +7521ef8b0e58924b35d10682623a1103 gnome-shell-extensions-3.1.91.tar.xz