]> git.pld-linux.org Git - packages/yelp-tools.git/blame_incremental - yelp-tools.spec
- updated to 42.0
[packages/yelp-tools.git] / yelp-tools.spec
... / ...
CommitLineData
1Summary: Tools to create, manage, and publish documentation for Yelp
2Summary(pl.UTF-8): Narzędzia do tworzenia, zarządzania i publikowania dokumentacji dla Yelpa
3Name: yelp-tools
4Version: 42.0
5Release: 1
6License: GPL v2+ with exceptions
7Group: Libraries
8Source0: https://download.gnome.org/sources/yelp-tools/42/%{name}-%{version}.tar.xz
9# Source0-md5: 74a58cceafb53a721735ee377853d88d
10Patch0: %{name}-sh.patch
11URL: https://wiki.gnome.org/Apps/Yelp
12BuildRequires: itstool
13BuildRequires: libxml2-progs >= 1:2.6.12
14BuildRequires: libxslt-progs >= 1.1.8
15BuildRequires: meson >= 0.51.0
16BuildRequires: ninja >= 1.5
17BuildRequires: pkgconfig
18BuildRequires: python3 >= 1:3
19BuildRequires: python3-lxml
20BuildRequires: tar >= 1:1.22
21BuildRequires: xz
22BuildRequires: yelp-xsl >= 41
23Requires: itstool
24Requires: libxml2-progs >= 1:2.6.12
25Requires: libxslt-progs >= 1.1.8
26Requires: python3-lxml
27Requires: yelp-xsl >= 41
28BuildArch: noarch
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32yelp-tools is a collection of scripts and build utilities to help
33create, manage, and publish documentation for Yelp and the web. Most
34of the heavy lifting is done by packages like yelp-xsl and itstool.
35This package just wraps things up in a developer-friendly way.
36
37%description -l pl.UTF-8
38yelp-tools to zestaw skryptów i narzędzi do budowania, mających
39pomagać przy tworzeniu, zarządzaniu i publikowaniu dokumentacji dla
40Yelpa oraz na WWW. Większość pracy wykonywana jest przez pakiety
41takie jak yelp-xsl i itstool. Ten pakiet po prostu obudowuje je w
42sposób przyjazny dla programisty.
43
44%prep
45%setup -q
46%patch0 -p1
47
48%build
49%meson build \
50 -Dhelp=true
51
52%ninja_build -C build
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%ninja_install -C build
58
59%find_lang %{name} --with-gnome
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files -f %{name}.lang
65%defattr(644,root,root,755)
66%doc AUTHORS COPYING MAINTAINERS NEWS README
67%attr(755,root,root) %{_bindir}/yelp-build
68%attr(755,root,root) %{_bindir}/yelp-check
69%attr(755,root,root) %{_bindir}/yelp-new
70%{_aclocaldir}/yelp.m4
71%{_datadir}/yelp-tools
This page took 0.132935 seconds and 4 git commands to generate.