gnome-devel-docs/gnome-devel-docs.spec

48 lines
1.3 KiB
RPMSpec
Raw Normal View History

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
Summary: GNOME developer documentation
# 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
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
BuildRequires: itstool
BuildRequires: make
2021-02-18 17:57:53 +00:00
BuildRequires: yelp-tools
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
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
%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