2021-02-18 17:57:24 +00:00
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
2007-10-25 01:22:05 +00:00
|
|
|
Name: gnome-devel-docs
|
2021-08-03 10:23:41 +00:00
|
|
|
Version: 40.3
|
2024-02-12 09:40:13 +00:00
|
|
|
Release: %autorelease
|
2016-10-12 18:41:14 +00:00
|
|
|
Summary: GNOME developer documentation
|
|
|
|
|
2024-01-11 08:38:45 +00:00
|
|
|
# accessibility-devel-guide and optimization-guide are under the GFDL-1.1-or-later
|
|
|
|
# hig is licensed under CC-BY-SA-4.0
|
|
|
|
# optimization-guide is under the GFDL 1.1 or later
|
|
|
|
# platform-demos is licensed under CC-BY-SA-3.0 WITH GNOME-examples-exception
|
|
|
|
# platform-overview is licensed under CC-BY-SA-3.0
|
|
|
|
# programming-guidelines is licensed under CC-BY-SA-3.0
|
|
|
|
License: GFDL-1.1-or-later AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND CC-BY-SA-3.0 WITH GNOME-examples-exception
|
2014-12-05 17:49:00 +00:00
|
|
|
URL: https://developer.gnome.org
|
2021-02-18 17:57:24 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
2016-10-12 18:41:14 +00:00
|
|
|
|
2007-10-25 01:22:05 +00:00
|
|
|
BuildArch: noarch
|
2008-09-04 05:15:03 +00:00
|
|
|
BuildRequires: docbook-utils
|
2008-09-04 05:20:32 +00:00
|
|
|
BuildRequires: gettext
|
2013-02-20 22:39:24 +00:00
|
|
|
BuildRequires: itstool
|
2020-12-18 23:42:37 +00:00
|
|
|
BuildRequires: make
|
2021-02-18 17:57:53 +00:00
|
|
|
BuildRequires: yelp-tools
|
2012-04-20 16:03:17 +00:00
|
|
|
|
2009-03-16 20:18:11 +00:00
|
|
|
%description
|
2007-10-25 01:22:05 +00:00
|
|
|
This package contains documents which are targeted for GNOME developers.
|
|
|
|
It contains, e.g., the Human Interface Guidelines, the Integration Guide
|
|
|
|
and the Platform Overview.
|
|
|
|
|
|
|
|
%prep
|
2021-02-18 17:57:24 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
2007-10-25 01:22:05 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2012-04-20 16:03:17 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-10-25 01:22:05 +00:00
|
|
|
|
|
|
|
%install
|
2016-04-13 17:22:45 +00:00
|
|
|
%make_install
|
2007-10-25 01:22:05 +00:00
|
|
|
|
2009-03-16 20:18:11 +00:00
|
|
|
%find_lang %{name} --all-name --with-gnome
|
2007-10-25 01:22:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2015-02-11 12:03:40 +00:00
|
|
|
%doc README AUTHORS NEWS
|
|
|
|
%license COPYING COPYING.GFDL
|
2007-10-25 01:22:05 +00:00
|
|
|
|
2024-02-12 09:40:13 +00:00
|
|
|
%autochangelog
|