0.8
This commit is contained in:
parent
14e76c4705
commit
5e3f5e09f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/gnome-initial-setup-0.5.tar.xz
|
||||
/gnome-initial-setup-0.6.tar.xz
|
||||
/gnome-initial-setup-0.7.tar.xz
|
||||
/gnome-initial-setup-0.8.tar.xz
|
||||
|
@ -1,19 +1,16 @@
|
||||
Name: gnome-initial-setup
|
||||
Version: 0.7
|
||||
Version: 0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Bootstrapping your OS
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
|
||||
Source0: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/0.8/%{name}-%{version}.tar.xz
|
||||
|
||||
# this depends on a yelp patch that hasn't been merged upstream yet
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
|
||||
Patch0: yelp-fixes.patch
|
||||
|
||||
# upstream fix
|
||||
Patch1: libgd-static.patch
|
||||
|
||||
%global nm_version 0.9
|
||||
%global glib_required_version 2.29.4
|
||||
%global gtk_required_version 3.1.2
|
||||
@ -31,7 +28,6 @@ BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gstreamer-0.10)
|
||||
BuildRequires: pkgconfig(cheese)
|
||||
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
|
||||
BuildRequires: pkgconfig(clutter-gst-2.0)
|
||||
BuildRequires: pkgconfig(geoclue)
|
||||
BuildRequires: pkgconfig(gweather-3.0)
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
@ -65,7 +61,6 @@ you through configuring it. It is integrated with gdm.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .yelp-fixes
|
||||
%patch1 -p1 -b .libgd-static
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
@ -121,6 +116,9 @@ userdel %{name} &>/dev/null || :
|
||||
/usr/lib/systemd/system/gnome-initial-setup.service
|
||||
|
||||
%changelog
|
||||
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 0.8-1
|
||||
- Update to 0.8
|
||||
|
||||
* Tue Mar 12 2013 Matthias Clasen <mclasen@redhat.com> - 0.7-1
|
||||
- Update to 0.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user