Update to 3.3.92
This commit is contained in:
parent
409a09ef9c
commit
9a484a2c2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/gnome-shell-extensions-3.3.2.tar.xz
|
/gnome-shell-extensions-3.3.2.tar.xz
|
||||||
/gnome-shell-extensions-3.3.5.tar.xz
|
/gnome-shell-extensions-3.3.5.tar.xz
|
||||||
/gnome-shell-extensions-3.3.90.tar.xz
|
/gnome-shell-extensions-3.3.90.tar.xz
|
||||||
|
/gnome-shell-extensions-3.3.92.tar.xz
|
||||||
|
@ -1,22 +1,21 @@
|
|||||||
%global pkg_prefix gnome-shell-extension
|
%global pkg_prefix gnome-shell-extension
|
||||||
%global major_version 3.3
|
%global major_version 3.3
|
||||||
%global min_gs_version %{major_version}.90
|
%global min_gs_version %{major_version}.92
|
||||||
|
|
||||||
Name: gnome-shell-extensions
|
Name: gnome-shell-extensions
|
||||||
Version: %{major_version}.90
|
Version: %{major_version}.92
|
||||||
Release: 1%{?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.3.5 yet
|
# Using git archive since upstream hasn't released 3.3.92 yet
|
||||||
# $ git clone git://git.gnome.org/gnome-shell-extensions/
|
# $ git clone git://git.gnome.org/gnome-shell-extensions/
|
||||||
# $ cd gnome-shell-extensions/
|
# $ cd gnome-shell-extensions/
|
||||||
# $ git archive --format=tar --prefix=%{name}-%{version}/ %{version} | xz > ../%{name}-%{version}.tar.xz
|
# $ git archive --format=tar --prefix=%{name}-%{version}/ %{version} | xz > ../%{name}-%{version}.tar.xz
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||||
@ -370,6 +369,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 24 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.92-1
|
||||||
|
- Update to 3.3.92
|
||||||
|
|
||||||
* Tue Feb 28 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.90-1
|
* Tue Feb 28 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3.90-1
|
||||||
- Update to 3.3.90
|
- Update to 3.3.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user