|
|
9568ed |
Name: gnome-initial-setup
|
|
|
9568ed |
Version: 0.13.1
|
|
|
8d6284 |
Release: 4%{?dist}
|
|
|
9568ed |
Summary: Bootstrapping your OS
|
|
|
9568ed |
|
|
|
9568ed |
License: GPLv2+
|
|
|
9568ed |
URL: https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
|
|
|
9568ed |
Source0: http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
|
|
|
9568ed |
|
|
|
8d6284 |
Patch0: translations.patch
|
|
|
8d6284 |
|
|
|
9568ed |
%global nm_version 0.9
|
|
|
9568ed |
%global glib_required_version 2.29.4
|
|
|
9568ed |
%global gtk_required_version 3.1.2
|
|
|
9568ed |
|
|
|
9568ed |
BuildRequires: krb5-devel
|
|
|
9568ed |
BuildRequires: desktop-file-utils
|
|
|
9568ed |
BuildRequires: intltool
|
|
|
9568ed |
BuildRequires: libpwquality-devel
|
|
|
9568ed |
BuildRequires: pkgconfig(NetworkManager) >= %{nm_version}
|
|
|
9568ed |
BuildRequires: pkgconfig(libnm-glib) >= %{nm_version}
|
|
|
9568ed |
BuildRequires: pkgconfig(libnm-util) >= %{nm_version}
|
|
|
9568ed |
BuildRequires: pkgconfig(libnm-gtk)
|
|
|
9568ed |
BuildRequires: pkgconfig(accountsservice)
|
|
|
9568ed |
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
|
|
9568ed |
BuildRequires: pkgconfig(gstreamer-0.10)
|
|
|
9568ed |
BuildRequires: pkgconfig(cheese)
|
|
|
9568ed |
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
|
|
|
9568ed |
BuildRequires: pkgconfig(geoclue)
|
|
|
9568ed |
BuildRequires: pkgconfig(gweather-3.0)
|
|
|
9568ed |
BuildRequires: pkgconfig(goa-1.0)
|
|
|
9568ed |
BuildRequires: pkgconfig(goa-backend-1.0)
|
|
|
9568ed |
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk_required_version}
|
|
|
9568ed |
BuildRequires: pkgconfig(glib-2.0) >= %{glib_required_version}
|
|
|
9568ed |
BuildRequires: pkgconfig(gio-2.0) >= %{glib_required_version}
|
|
|
9568ed |
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_required_version}
|
|
|
9568ed |
BuildRequires: pkgconfig(gdm)
|
|
|
9568ed |
BuildRequires: pkgconfig(iso-codes)
|
|
|
9568ed |
BuildRequires: krb5-devel
|
|
|
9568ed |
BuildRequires: autoconf automake libtool
|
|
|
9568ed |
BuildRequires: gnome-common
|
|
|
9568ed |
BuildRequires: ibus-devel
|
|
|
9568ed |
BuildRequires: polkit-devel
|
|
|
9568ed |
|
|
|
9568ed |
# gnome-initial-setup is being run by gdm
|
|
|
9568ed |
Requires: gdm
|
|
|
9568ed |
# we install a rules file
|
|
|
9568ed |
Requires: polkit-js-engine
|
|
|
9568ed |
Requires: /usr/bin/gkbd-keyboard-display
|
|
|
9568ed |
# gnome-initial-setup plays an intro video and displays a Getting Started guide
|
|
|
9568ed |
Requires: gnome-getting-started-docs
|
|
|
9568ed |
|
|
|
9568ed |
Requires(pre): shadow-utils
|
|
|
9568ed |
|
|
|
9568ed |
Requires(post): systemd-units
|
|
|
9568ed |
Requires(preun): systemd-units
|
|
|
9568ed |
Requires(postun): systemd-units
|
|
|
9568ed |
|
|
|
9568ed |
Provides: user(%name)
|
|
|
9568ed |
|
|
|
9568ed |
%description
|
|
|
9568ed |
GNOME Initial Setup is an alternative to firstboot, providing
|
|
|
9568ed |
a good setup experience to welcome you to your system, and walks
|
|
|
9568ed |
you through configuring it. It is integrated with gdm.
|
|
|
9568ed |
|
|
|
9568ed |
%prep
|
|
|
9568ed |
%setup -q
|
|
|
8d6284 |
%patch0 -p2 -b .translations
|
|
|
9568ed |
|
|
|
9568ed |
autoreconf -i -f
|
|
|
9568ed |
|
|
|
9568ed |
%build
|
|
|
9568ed |
%configure
|
|
|
9568ed |
make %{?_smp_mflags}
|
|
|
9568ed |
|
|
|
9568ed |
%install
|
|
|
9568ed |
make install DESTDIR=%{buildroot}
|
|
|
9568ed |
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
9568ed |
|
|
|
9568ed |
# Desktop file does not (and probably will not) ever validate, as it uses
|
|
|
9568ed |
# an absolute path /tmp/-style trigger to determine whether to autostart.
|
|
|
9568ed |
# desktop-file-validate %%{buildroot}/%%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
|
|
|
9568ed |
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
|
|
9568ed |
desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
|
|
|
9568ed |
desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/setup-shell.desktop
|
|
|
9568ed |
|
|
|
9568ed |
mkdir -p %{buildroot}%{_localstatedir}/lib/gnome-initial-setup
|
|
|
9568ed |
|
|
|
9568ed |
%find_lang %{name}
|
|
|
9568ed |
|
|
|
9568ed |
%pre
|
|
|
9568ed |
useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null || :
|
|
|
9568ed |
|
|
|
9568ed |
%files -f %{name}.lang
|
|
|
9568ed |
%doc COPYING README
|
|
|
9568ed |
%{_libexecdir}/gnome-initial-setup
|
|
|
9568ed |
%{_libexecdir}/gnome-initial-setup-copy-worker
|
|
|
9568ed |
%{_libexecdir}/gnome-welcome-tour
|
|
|
9568ed |
%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
|
|
|
9568ed |
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
|
|
|
9568ed |
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop
|
|
|
9568ed |
|
|
|
9568ed |
%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
|
|
|
9568ed |
%{_datadir}/gdm/greeter/applications/setup-shell.desktop
|
|
|
9568ed |
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
|
|
|
9568ed |
%{_datadir}/gnome-shell/modes/initial-setup.json
|
|
|
9568ed |
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
|
|
|
9568ed |
|
|
|
9568ed |
%changelog
|
|
|
8d6284 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.13.1-4
|
|
|
8d6284 |
- Mass rebuild 2014-01-24
|
|
|
8d6284 |
|
|
|
8d6284 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.13.1-3
|
|
|
8d6284 |
- Mass rebuild 2013-12-27
|
|
|
8d6284 |
|
|
|
8d6284 |
* Thu Dec 12 2013 Matthias Clasen <mclasen@redhat.com> - 0.13.1-2
|
|
|
8d6284 |
- Update translations
|
|
|
8d6284 |
- Resolves: #1030342
|
|
|
8d6284 |
|
|
|
9568ed |
* Wed Nov 6 2013 Jasper St. Pierre <jasper@redhat.com> - 0.13.1
|
|
|
9568ed |
- Fix build again... sigh.
|
|
|
9568ed |
- Resolves: rhbz#1019973
|
|
|
9568ed |
- Resolves: rhbz#1024370
|
|
|
9568ed |
|
|
|
9568ed |
* Wed Nov 6 2013 Jasper St. Pierre <jasper@redhat.com> - 0.13
|
|
|
9568ed |
- Fix build
|
|
|
9568ed |
- Resolves: rhbz#1019973
|
|
|
9568ed |
- Resolves: rhbz#1024370
|
|
|
9568ed |
|
|
|
9568ed |
* Wed Nov 6 2013 Jasper St. Pierre <jasper@redhat.com> - 0.13
|
|
|
9568ed |
- Update to 0.13
|
|
|
9568ed |
- Resolves: rhbz#1019973
|
|
|
9568ed |
- Resolves: rhbz#1024370
|
|
|
9568ed |
|
|
|
9568ed |
* Tue Jul 30 2013 Petr Kovar <pkovar@redhat.com> - 0.12-2
|
|
|
9568ed |
- Require gnome-getting-started-docs
|
|
|
9568ed |
|
|
|
9568ed |
* Mon Jun 17 2013 Rui Matos <rmatos@redhat.com> - 0.12-1
|
|
|
9568ed |
- Update to 0.12
|
|
|
9568ed |
|
|
|
9568ed |
* Fri Jun 7 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-2
|
|
|
9568ed |
- Require polkit-js-engine
|
|
|
9568ed |
|
|
|
9568ed |
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-1
|
|
|
9568ed |
- Update to 0.11
|
|
|
9568ed |
|
|
|
9568ed |
* Fri May 17 2013 Matthias Clasen <mclasen@redhat.com> - 0.10-3
|
|
|
9568ed |
- Fix passwordless user creation (#961140)
|
|
|
9568ed |
|
|
|
9568ed |
* Fri May 17 2013 Rui Matos <rmatos@redhat.com> - 0.10-2
|
|
|
9568ed |
- Add upstream patch for AcceptedFreezeException bug 928645
|
|
|
9568ed |
|
|
|
9568ed |
* Tue May 14 2013 Rui Matos <rmatos@redhat.com> - 0.10-1
|
|
|
9568ed |
- Update to 0.10
|
|
|
9568ed |
- Add BuildRequires on polkit-devel
|
|
|
9568ed |
- Update files list
|
|
|
9568ed |
|
|
|
9568ed |
* Thu May 2 2013 Rui Matos <rmatos@redhat.com> - 0.9-2
|
|
|
9568ed |
- Remove unused patches
|
|
|
9568ed |
- Add build requires for ibus
|
|
|
9568ed |
|
|
|
9568ed |
* Tue Apr 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.9-1
|
|
|
9568ed |
- Update to 0.9
|
|
|
9568ed |
|
|
|
9568ed |
* Tue Apr 16 2013 Ray Strode <rstrode@redhat.com> 0.8-4
|
|
|
9568ed |
- Add requires for keyboard viewer app
|
|
|
9568ed |
|
|
|
9568ed |
* Wed Mar 20 2013 Ray Strode <rstrode@redhat.com> 0.8-3
|
|
|
9568ed |
- Add cosimoc fix for gd page transitions
|
|
|
9568ed |
|
|
|
9568ed |
* Wed Mar 20 2013 Ray Strode <rstrode@redhat.com> 0.8-2
|
|
|
9568ed |
- Disable gd page transitions for now since they don't
|
|
|
9568ed |
completely work right (ask adamw).
|
|
|
9568ed |
- Fix crasher when realmd goes away
|
|
|
9568ed |
|
|
|
9568ed |
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 0.8-1
|
|
|
9568ed |
- Update to 0.8
|
|
|
9568ed |
|
|
|
9568ed |
* Tue Mar 12 2013 Matthias Clasen <mclasen@redhat.com> - 0.7-1
|
|
|
9568ed |
- Update to 0.7
|
|
|
9568ed |
|
|
|
9568ed |
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.6-4
|
|
|
9568ed |
- Rebuilt for cogl soname bump
|
|
|
9568ed |
|
|
|
9568ed |
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.6-3
|
|
|
9568ed |
- Rebuilt for libgnome-desktop soname bump
|
|
|
9568ed |
|
|
|
9568ed |
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.6-2
|
|
|
9568ed |
- Rebuild for new cogl
|
|
|
9568ed |
|
|
|
9568ed |
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 0.6-1
|
|
|
9568ed |
- 0.6
|
|
|
9568ed |
|
|
|
9568ed |
* Fri Jan 11 2013 Matthias Clasen <mclasen@redhat.com> - 0.5-1
|
|
|
9568ed |
- 0.5
|
|
|
9568ed |
|
|
|
9568ed |
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.4-2
|
|
|
9568ed |
- Rebuilt for libgweather soname bump
|
|
|
9568ed |
|
|
|
9568ed |
* Thu Nov 22 2012 Matthias Clasen <mclasen@redhat.com> - 0.4-1
|
|
|
9568ed |
- 0.4
|
|
|
9568ed |
|
|
|
9568ed |
* Fri Oct 26 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.3-3
|
|
|
9568ed |
- Add krb5
|
|
|
9568ed |
|
|
|
9568ed |
* Fri Oct 26 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.3-2
|
|
|
9568ed |
- 0.3-2
|
|
|
9568ed |
|
|
|
9568ed |
* Thu Oct 18 2012 Matthias Clsaen <mclasen@redhat.com> - 0.3-1
|
|
|
9568ed |
- 0.3
|
|
|
9568ed |
|
|
|
9568ed |
* Fri Sep 14 2012 Matthias Clasen <mclasen@redhat.com> - 0.2-2
|
|
|
9568ed |
- Add Requires: gdm
|
|
|
9568ed |
|
|
|
9568ed |
* Wed Aug 29 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.2-1
|
|
|
9568ed |
- Update to 0.2
|
|
|
9568ed |
|
|
|
9568ed |
* Fri Jun 08 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.1
|
|
|
9568ed |
- Initial packaging.
|