Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-sdk-images
Commits
b4e3b328
Commit
b4e3b328
authored
Jan 11, 2015
by
Alexander Larsson
Browse files
Use release_version macro for major.minor in all gnome src uris
parent
6c588708
Changes
30
Hide whitespace changes
Inline
Side-by-side
packages/SPECS/at-spi2-atk.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: at-spi2-atk
Version: 2.15.3
Release: 1%{?dist}
...
...
@@ -7,7 +9,7 @@ Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
#VCS: git:git://git.gnome.org/at-spi-atk
Source0: http://download.gnome.org/sources/at-spi2-atk/
2.15
/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/at-spi2-atk/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: atk-devel
...
...
packages/SPECS/at-spi2-core.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: at-spi2-core
Version: 2.15.3
Release: 1%{?dist}
...
...
@@ -6,7 +8,7 @@ Summary: Protocol definitions and daemon for D-Bus at-spi
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
Source0: http://download.gnome.org/sources/at-spi2-core/
2.15
/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/at-spi2-core/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: dbus-devel
...
...
packages/SPECS/atk.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Summary: Interfaces for accessibility support
Name: atk
Version: 2.15.3
...
...
@@ -5,7 +7,7 @@ Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
#VCS: git:git://git.gnome.org/atk
Source: http://download.gnome.org/sources/atk/
2.15
/atk-%{version}.tar.xz
Source: http://download.gnome.org/sources/atk/
%{release_version}
/atk-%{version}.tar.xz
URL: http://developer.gnome.org/platform-overview/stable/atk
BuildRequires: gnome-sdk-base
...
...
packages/SPECS/clutter-gtk.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
%define clutter_version 1.0
Name: clutter-gtk
...
...
@@ -8,7 +10,7 @@ Summary: A basic GTK clutter widget
Group: Development/Languages
License: LGPLv2+
URL: http://www.clutter-project.org
Source0: http://download.gnome.org/sources/clutter-gtk/
1.6
/clutter-gtk-%{version}.tar.xz
Source0: http://download.gnome.org/sources/clutter-gtk/
%{release_version}
/clutter-gtk-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: gtk3-devel
...
...
packages/SPECS/clutter.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: clutter
Version: 1.21.2
Release: 1%{?dist}
...
...
@@ -6,7 +8,7 @@ Summary: Open Source software library for creating rich graphical user int
Group: Development/Libraries
License: LGPLv2+
URL: http://www.clutter-project.org/
Source0: http://download.gnome.org/sources/clutter/
1.21
/clutter-%{version}.tar.xz
Source0: http://download.gnome.org/sources/clutter/
%{release_version}
/clutter-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: glib2-devel mesa-libGL-devel pango-devel
...
...
packages/SPECS/cogl.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: cogl
Version: 1.18.2
Release: 1%{?dist}
...
...
@@ -6,7 +8,7 @@ Summary: A library for using 3D graphics hardware to draw pretty pictures
Group: Development/Libraries
License: LGPLv2+
URL: http://www.clutter-project.org/
Source0: http://download.gnome.org/sources/cogl/
1.18
/cogl-%{version}.tar.xz
Source0: http://download.gnome.org/sources/cogl/
%{release_version}
/cogl-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: cairo-devel
...
...
packages/SPECS/dconf.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: dconf
Version: 0.22.0
Release: 1%{?dist}
...
...
@@ -7,7 +9,7 @@ Group: System Environment/Base
License: LGPLv2+ and GPLv2+ and GPLv3+
URL: http://live.gnome.org/dconf
#VCS: git:git://git.gnome.org/dconf
Source0: http://download.gnome.org/sources/dconf/
0.22
/dconf-%{version}.tar.xz
Source0: http://download.gnome.org/sources/dconf/
%{release_version}
/dconf-%{version}.tar.xz
BuildRequires: glib2-devel
BuildRequires: gtk3-devel
...
...
packages/SPECS/gdk-pixbuf2.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: gdk-pixbuf2
Version: 2.31.2
Release: 1%{?dist}
...
...
@@ -7,7 +9,7 @@ Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gt.org
#VCS: git:git://git.gnome.org/gdk-pixbuf
Source0: http://download.gnome.org/sources/gdk-pixbuf/
2.31
/gdk-pixbuf-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gdk-pixbuf/
%{release_version}
/gdk-pixbuf-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: glib2-devel
...
...
packages/SPECS/gjs.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: gjs
Version: 1.43.3
Release: 1%{?dist}
...
...
@@ -11,7 +13,7 @@ Group: System Environment/Libraries
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
URL: http://live.gnome.org/Gjs/
#VCS: git://git.gnome.org/gjs
Source0: http://download.gnome.org/sources/%{name}/
1.43
/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/%{name}/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: mozjs24-devel
...
...
packages/SPECS/glib-networking.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: glib-networking
Version: 2.43.1
Release: 1%{?dist}
...
...
@@ -6,7 +8,7 @@ Summary: Networking support for GLib
Group: Development/Libraries
License: LGPLv2+
URL: http://www.gnome.org
Source: http://download.gnome.org/sources/glib-networking/
2.43
/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/glib-networking/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: glib2-devel
...
...
packages/SPECS/glib2.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Summary: A library of handy utility functions
Name: glib2
Version: 2.43.2
...
...
@@ -5,7 +7,7 @@ Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
#VCS: git:git://git.gnome.org/glib
Source: http://download.gnome.org/sources/glib/
2.43
/glib-%{version}.tar.xz
Source: http://download.gnome.org/sources/glib/
%{release_version}
/glib-%{version}.tar.xz
BuildRequires: gnome-sdk-base
...
...
packages/SPECS/gnome-common.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: gnome-common
Version: 3.14.0
Release: 1%{?dist}
...
...
@@ -7,7 +9,7 @@ Group: Development/Tools
BuildArch: noarch
License: GPLv2+
URL: https://wiki.gnome.org/Projects/GnomeCommon
Source0: https://download.gnome.org/sources/%{name}/
3.14
/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: yelp-tools
...
...
packages/SPECS/gnome-themes-standard.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: gnome-themes-standard
Version: 3.15.2.2
Release: 1%{?dist}
...
...
@@ -6,7 +8,7 @@ Summary: Standard themes for GNOME applications
Group: User Interface/Desktops
License: LGPLv2+
URL: http://git.gnome.org/browse/gnome-themes-standard
Source0: http://download.gnome.org/sources/%{name}/
3.15
/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/%{name}/
%{release_version}
/%{name}-%{version}.tar.xz
Source2: gtkrc
BuildRequires: gnome-sdk-base
...
...
packages/SPECS/gobject-introspection.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: gobject-introspection
Version: 1.42.0
Release: 1%{?dist}
...
...
@@ -7,7 +9,7 @@ Group: Development/Libraries
License: GPLv2+, LGPLv2+, MIT
URL: http://live.gnome.org/GObjectIntrospection
#VCS: git:git://git.gnome.org/gobject-introspection
Source0: http://download.gnome.org/sources/gobject-introspection/
1.42
/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gobject-introspection/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: glib2-devel
...
...
packages/SPECS/gsettings-desktop-schemas.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
%global debug_package %{nil}
Name: gsettings-desktop-schemas
...
...
@@ -10,7 +11,7 @@ License: LGPLv2+
# no homepage exists for this component
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
Source: http://download.gnome.org/sources/%{name}/
3.14
/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/%{name}/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: glib2-devel
...
...
packages/SPECS/gtk2.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
%global bin_version 2.10.0
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
...
...
@@ -8,7 +9,7 @@ License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/gtk+#gtk-2-24
Source: http://download.gnome.org/sources/gtk+/
2.24
/gtk+-%{version}.tar.xz
Source: http://download.gnome.org/sources/gtk+/
%{release_version}
/gtk+-%{version}.tar.xz
Source3: im-cedilla.conf
Patch0: gtk2-pixdata-deprecation.patch
...
...
packages/SPECS/gtk3.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
%global bin_version 3.0.0
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
...
...
@@ -9,7 +10,7 @@ Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/gtk+
Source: http://download.gnome.org/sources/gtk+/
3.15
/gtk+-%{version}.tar.xz
Source: http://download.gnome.org/sources/gtk+/
%{release_version}
/gtk+-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: gnome-common
...
...
packages/SPECS/gvfs.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Summary: Backends for the gio framework in GLib
Name: gvfs
Version: 1.23.3
...
...
@@ -6,7 +8,7 @@ License: GPLv3 and LGPLv2+ and BSD and MPLv1.1
Group: System Environment/Libraries
URL: http://www.gtk.org
Source: http://download.gnome.org/sources/gvfs/
1.23
/gvfs-%{version}.tar.xz
Source: http://download.gnome.org/sources/gvfs/
%{release_version}
/gvfs-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: glib2-devel
BuildRequires: dbus-glib-devel
...
...
packages/SPECS/json-glib.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: json-glib
Version: 1.0.2
Release: 1%{?dist}
...
...
@@ -7,7 +9,7 @@ Group: System Environment/Libraries
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/JsonGlib
#VCS: git:git://git.gnome.org/json-glib
Source0: http://download.gnome.org/sources/%{name}/
1.0
/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/%{name}/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: glib2-devel
...
...
packages/SPECS/libcroco.spec
View file @
b4e3b328
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
Name: libcroco
Summary: A CSS2 parsing library
Version: 0.6.8
Release: 5%{?dist}
License: LGPLv2
Group: System Environment/Libraries
Source: http://download.gnome.org/sources/libcroco/
0.6
/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/libcroco/
%{release_version}
/%{name}-%{version}.tar.xz
BuildRequires: gnome-sdk-base
BuildRequires: glib2-devel
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment