From 9568edd2bf44044befea3bf78dcb86aa151160eb Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Nov 07 2013 18:57:19 +0000 Subject: import gnome-initial-setup-0.13.1-1.el7.src.rpm --- diff --git a/.gnome-initial-setup.metadata b/.gnome-initial-setup.metadata new file mode 100644 index 0000000..9abc9b8 --- /dev/null +++ b/.gnome-initial-setup.metadata @@ -0,0 +1 @@ +0b08600ea3e16c88315cdce827bfa6356cf23755 SOURCES/gnome-initial-setup-0.13.1.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/gnome-initial-setup.spec b/SPECS/gnome-initial-setup.spec new file mode 100644 index 0000000..30858a2 --- /dev/null +++ b/SPECS/gnome-initial-setup.spec @@ -0,0 +1,206 @@ +Name: gnome-initial-setup +Version: 0.13.1 +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}/%{version}/%{name}-%{version}.tar.xz + +%global nm_version 0.9 +%global glib_required_version 2.29.4 +%global gtk_required_version 3.1.2 + +BuildRequires: krb5-devel +BuildRequires: desktop-file-utils +BuildRequires: intltool +BuildRequires: libpwquality-devel +BuildRequires: pkgconfig(NetworkManager) >= %{nm_version} +BuildRequires: pkgconfig(libnm-glib) >= %{nm_version} +BuildRequires: pkgconfig(libnm-util) >= %{nm_version} +BuildRequires: pkgconfig(libnm-gtk) +BuildRequires: pkgconfig(accountsservice) +BuildRequires: pkgconfig(gnome-desktop-3.0) +BuildRequires: pkgconfig(gstreamer-0.10) +BuildRequires: pkgconfig(cheese) +BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5 +BuildRequires: pkgconfig(geoclue) +BuildRequires: pkgconfig(gweather-3.0) +BuildRequires: pkgconfig(goa-1.0) +BuildRequires: pkgconfig(goa-backend-1.0) +BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk_required_version} +BuildRequires: pkgconfig(glib-2.0) >= %{glib_required_version} +BuildRequires: pkgconfig(gio-2.0) >= %{glib_required_version} +BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_required_version} +BuildRequires: pkgconfig(gdm) +BuildRequires: pkgconfig(iso-codes) +BuildRequires: krb5-devel +BuildRequires: autoconf automake libtool +BuildRequires: gnome-common +BuildRequires: ibus-devel +BuildRequires: polkit-devel + +# gnome-initial-setup is being run by gdm +Requires: gdm +# we install a rules file +Requires: polkit-js-engine +Requires: /usr/bin/gkbd-keyboard-display +# gnome-initial-setup plays an intro video and displays a Getting Started guide +Requires: gnome-getting-started-docs + +Requires(pre): shadow-utils + +Requires(post): systemd-units +Requires(preun): systemd-units +Requires(postun): systemd-units + +Provides: user(%name) + +%description +GNOME Initial Setup is an alternative to firstboot, providing +a good setup experience to welcome you to your system, and walks +you through configuring it. It is integrated with gdm. + +%prep +%setup -q + +autoreconf -i -f + +%build +%configure +make %{?_smp_mflags} + +%install +make install DESTDIR=%{buildroot} +find %{buildroot} -name '*.la' -exec rm -f {} ';' + +# Desktop file does not (and probably will not) ever validate, as it uses +# an absolute path /tmp/-style trigger to determine whether to autostart. +# desktop-file-validate %%{buildroot}/%%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop +desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop +desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop +desktop-file-validate %{buildroot}%{_datadir}/gdm/greeter/applications/setup-shell.desktop + +mkdir -p %{buildroot}%{_localstatedir}/lib/gnome-initial-setup + +%find_lang %{name} + +%pre +useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null || : + +%files -f %{name}.lang +%doc COPYING README +%{_libexecdir}/gnome-initial-setup +%{_libexecdir}/gnome-initial-setup-copy-worker +%{_libexecdir}/gnome-welcome-tour +%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop +%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop +%{_sysconfdir}/xdg/autostart/gnome-initial-setup-first-login.desktop + +%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop +%{_datadir}/gdm/greeter/applications/setup-shell.desktop +%{_datadir}/gnome-session/sessions/gnome-initial-setup.session +%{_datadir}/gnome-shell/modes/initial-setup.json +%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules + +%changelog +* Wed Nov 6 2013 Jasper St. Pierre - 0.13.1 +- Fix build again... sigh. +- Resolves: rhbz#1019973 +- Resolves: rhbz#1024370 + +* Wed Nov 6 2013 Jasper St. Pierre - 0.13 +- Fix build +- Resolves: rhbz#1019973 +- Resolves: rhbz#1024370 + +* Wed Nov 6 2013 Jasper St. Pierre - 0.13 +- Update to 0.13 +- Resolves: rhbz#1019973 +- Resolves: rhbz#1024370 + +* Tue Jul 30 2013 Petr Kovar - 0.12-2 +- Require gnome-getting-started-docs + +* Mon Jun 17 2013 Rui Matos - 0.12-1 +- Update to 0.12 + +* Fri Jun 7 2013 Matthias Clasen - 0.11-2 +- Require polkit-js-engine + +* Tue May 28 2013 Matthias Clasen - 0.11-1 +- Update to 0.11 + +* Fri May 17 2013 Matthias Clasen - 0.10-3 +- Fix passwordless user creation (#961140) + +* Fri May 17 2013 Rui Matos - 0.10-2 +- Add upstream patch for AcceptedFreezeException bug 928645 + +* Tue May 14 2013 Rui Matos - 0.10-1 +- Update to 0.10 +- Add BuildRequires on polkit-devel +- Update files list + +* Thu May 2 2013 Rui Matos - 0.9-2 +- Remove unused patches +- Add build requires for ibus + +* Tue Apr 16 2013 Matthias Clasen - 0.9-1 +- Update to 0.9 + +* Tue Apr 16 2013 Ray Strode 0.8-4 +- Add requires for keyboard viewer app + +* Wed Mar 20 2013 Ray Strode 0.8-3 +- Add cosimoc fix for gd page transitions + +* Wed Mar 20 2013 Ray Strode 0.8-2 +- Disable gd page transitions for now since they don't + completely work right (ask adamw). +- Fix crasher when realmd goes away + +* Tue Mar 19 2013 Matthias Clasen - 0.8-1 +- Update to 0.8 + +* Tue Mar 12 2013 Matthias Clasen - 0.7-1 +- Update to 0.7 + +* Thu Feb 21 2013 Kalev Lember - 0.6-4 +- Rebuilt for cogl soname bump + +* Wed Feb 20 2013 Kalev Lember - 0.6-3 +- Rebuilt for libgnome-desktop soname bump + +* Fri Jan 25 2013 Peter Robinson 0.6-2 +- Rebuild for new cogl + +* Wed Jan 16 2013 Matthias Clasen - 0.6-1 +- 0.6 + +* Fri Jan 11 2013 Matthias Clasen - 0.5-1 +- 0.5 + +* Fri Dec 21 2012 Kalev Lember - 0.4-2 +- Rebuilt for libgweather soname bump + +* Thu Nov 22 2012 Matthias Clasen - 0.4-1 +- 0.4 + +* Fri Oct 26 2012 Jasper St. Pierre - 0.3-3 +- Add krb5 + +* Fri Oct 26 2012 Jasper St. Pierre - 0.3-2 +- 0.3-2 + +* Thu Oct 18 2012 Matthias Clsaen - 0.3-1 +- 0.3 + +* Fri Sep 14 2012 Matthias Clasen - 0.2-2 +- Add Requires: gdm + +* Wed Aug 29 2012 Jasper St. Pierre - 0.2-1 +- Update to 0.2 + +* Fri Jun 08 2012 Jasper St. Pierre - 0.1 +- Initial packaging.