0.5
This commit is contained in:
parent
361737ef20
commit
23555b3318
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/gnome-initial-setup-0.2.tar.xz
|
||||
/gnome-initial-setup-0.3.tar.xz
|
||||
/gnome-initial-setup-0.5.tar.xz
|
||||
|
@ -1,11 +1,14 @@
|
||||
Name: gnome-initial-setup
|
||||
Version: 0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5
|
||||
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.4/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/0.5/%{name}-%{version}.tar.xz
|
||||
|
||||
# this depends on a yelp patch that hasn't been merged upstream yet
|
||||
Patch0: yelp-fixes.patch
|
||||
|
||||
%global nm_version 0.9
|
||||
%global glib_required_version 2.29.4
|
||||
@ -55,6 +58,7 @@ you through configuring it. It is integrated with gdm.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -112,6 +116,9 @@ userdel %{name} &>/dev/null || :
|
||||
/usr/lib/systemd/system/gnome-initial-setup.service
|
||||
|
||||
%changelog
|
||||
* Fri Jan 11 2013 Matthias Clasen <mclasen@redhat.com> - 0.5-1
|
||||
- 0.5
|
||||
|
||||
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.4-2
|
||||
- Rebuilt for libgweather soname bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
9baac331b14d1a3270248d937b51246b gnome-initial-setup-0.4.tar.xz
|
||||
976a02360b9efd2bceda783eaab22b5a gnome-initial-setup-0.5.tar.xz
|
||||
|
9
yelp-fixes.patch
Normal file
9
yelp-fixes.patch
Normal file
@ -0,0 +1,9 @@
|
||||
diff -up gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes gnome-initial-setup-0.5/data/gnome-welcome-tour
|
||||
--- gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes 2013-01-11 14:55:30.964471647 -0500
|
||||
+++ gnome-initial-setup-0.5/data/gnome-welcome-tour 2013-01-11 14:55:46.286471100 -0500
|
||||
@@ -25,4 +25,4 @@ for name in $locale $lang 'C'; do
|
||||
done
|
||||
|
||||
/usr/libexec/gnome-initial-setup-player $intro_path/figures/yelp-intro0001-0535.ogg &
|
||||
-yelp help:getting-started
|
||||
+yelp --dont-steal-focus help:getting-started
|
Loading…
Reference in New Issue
Block a user