gnome-initial-setup/gnome-initial-setup.spec
Dominique Leuenberger 758e1aafcd Accepting request 242093 from GNOME:Next
- Update license to be GPL-2.0: matches COPYING and most files.
  + Two files in the tarball are marked to be GPL-3.0. Upstream has
    been contacted to verify if this is indeed correct (which would
    result the entire binary to become GPL-3.0+, bgo#733593).

OBS-URL: https://build.opensuse.org/request/show/242093
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=3
2014-07-24 20:40:25 +00:00

96 lines
3.3 KiB
RPMSpec

#
# spec file for package gnome-initial-setup
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gnome-initial-setup
Version: 3.12.1
Release: 0
Summary: GNOME Initial Setup Assistant
License: GPL-2.0+
Group: System/GUI/Gnome
Url: http://www.google.com
Source: http://download.gnome.org/sources/gnome-initial-setup/3.12/%{name}-%{version}.tar.xz
BuildRequires: intltool >= 0.40
BuildRequires: krb5-devel
BuildRequires: vala
BuildRequires: pkgconfig(accountsservice)
BuildRequires: pkgconfig(clutter-gst-2.0)
BuildRequires: pkgconfig(clutter-x11-1.0)
BuildRequires: pkgconfig(cheese)
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdm) >= 3.8.3
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.36.0
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.7.5
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(goa-backend-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.3
BuildRequires: pkgconfig(gweather-3.0)
BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libnm-glib) >= 0.9.6.4
BuildRequires: pkgconfig(libnm-gtk) >= 0.9.6.4
BuildRequires: pkgconfig(libnm-util) >= 0.9.6.4
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(pango) >= 1.32.5
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(pwquality)
BuildRequires: pkgconfig(rest-0.7)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Initial assistant, helping you to get the system up and running.
%lang_package
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%find_lang %{name} %{?no_lang_C}
%files
%defattr(-,root,root)
%doc README COPYING
%dir %{_datadir}/gdm
%dir %{_datadir}/gdm/greeter
%dir %{_datadir}/gdm/greeter/applications
%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
%{_datadir}/gdm/greeter/applications/setup-shell.desktop
%dir %{_datadir}/gnome-session
%dir %{_datadir}/gnome-session/sessions
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
%dir %{_datadir}/gnome-shell
%dir %{_datadir}/gnome-shell/modes
%{_datadir}/gnome-shell/modes/initial-setup.json
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
%{_libexecdir}/gnome-initial-setup
%{_libexecdir}/gnome-initial-setup-copy-worker
%{_libexecdir}/gnome-welcome-tour
%{_sysconfdir}/xdg/autostart/gnome-initial-setup-copy-worker.desktop
%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
%files lang -f %{name}.lang
%changelog