Update to 3.1.91
add more documentation
This commit is contained in:
parent
726ec0113a
commit
1bbd4f3762
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/gnome-shell-extensions-3.1.4-6b5e3a3e.tar.xz
|
||||
/gnome-shell-extensions-3.1.91.tar.xz
|
||||
|
@ -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 <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
|
||||
- Update to git snapshot, for gnome-shell 3.1.90
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user