Update to 3.1.91

add more documentation
This commit is contained in:
Michel Alexandre Salim 2011-09-12 12:30:10 +02:00
parent 726ec0113a
commit 1bbd4f3762
3 changed files with 21 additions and 13 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/gnome-shell-extensions-3.1.4-6b5e3a3e.tar.xz /gnome-shell-extensions-3.1.91.tar.xz

View File

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

View File

@ -1 +1 @@
5bbac48d8b338551b353527d467cb836 gnome-shell-extensions-3.1.4-6b5e3a3e.tar.xz 7521ef8b0e58924b35d10682623a1103 gnome-shell-extensions-3.1.91.tar.xz