This commit is contained in:
Matthias Clasen 2013-03-19 13:28:34 -04:00
parent 14e76c4705
commit 5e3f5e09f3
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
13ff87f1bb5a4199a7f45324f56b3813 gnome-initial-setup-0.7.tar.xz
5dccf5805488ef44b44861807566f2d5 gnome-initial-setup-0.8.tar.xz