# Basic Information Summary: a collection of scripts and build utilities to help create Summary(ja): ヘルプ作成のためのスクリプトとビルドユーティリティのコレクション Name: yelp-tools Version: 3.32.2 Release: 1%{?_dist_release} Vendor: Project Vine Distribution: Vine Linux Packager: yasumichi License: GPLv2+ URL: https://wiki.gnome.org/Apps/Yelp/Tools %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//') Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch # Dependency Requires: itstool Requires: libxslt Requires: libxml2 Requires: yelp-xsl BuildRequires: itstool BuildRequires: libxslt-devel BuildRequires: libxml2-devel BuildRequires: yelp-xsl-devel %description yelp-tools is a collection of scripts and build utilities to help create, manage, and publish documentation for Yelp and the web. Most of the heavy lifting is done by packages like yelp-xsl and itstool. This package just wraps things up in a developer-friendly way. %description -l ja yelp-tools は、 Yelp および web 向け文書の作成、管理および発行を助ける スクリプトおよびビルドユーティリティのコレクションです。ほとんどの重た い作業は、yelp-xsl および itstool のようなパッケージによって行われます。 このパッケージは、開発者にやさしい方法でこのような作業をラップします。 %prep %setup -q %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__make} install DESTDIR=${RPM_BUILD_ROOT} %clean %{__rm} -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %license COPYING %doc ChangeLog NEWS README %{_bindir}/yelp-build %{_bindir}/yelp-check %{_bindir}/yelp-new %{_datadir}/aclocal/yelp.m4 %{_datadir}/yelp-tools/templates/task.page %{_datadir}/yelp-tools/xslt/comments.xsl %{_datadir}/yelp-tools/xslt/mal-epub.xsl %{_datadir}/yelp-tools/xslt/mal-files.xsl %{_datadir}/yelp-tools/xslt/mal-license.xsl %{_datadir}/yelp-tools/xslt/mal-ncx.xsl %{_datadir}/yelp-tools/xslt/mal-opf.xsl %{_datadir}/yelp-tools/xslt/mal-rng.xsl %{_datadir}/yelp-tools/xslt/mal-status.xsl %{_datadir}/yelp-tools/xslt/media.xsl %changelog * Mon Aug 03 2020 Tomohiro "Tomo-p" KATO 3.32.2-1 - new upstream release. * Sat Oct 31 2015 Yoji TOYODA 3.18.0-1 - new upstream release * Wed Apr 15 2015 Yoji TOYODA 3.16.1-1 - new upstream release * Sun Oct 26 2014 Yoji TOYODA 3.14.1-1 - new upstream release * Sat Apr 19 2014 Yoji TOYODA 3.12.1-1 - new upstream release * Sat Mar 29 2014 Yoji TOYODA 3.12.0-1 - new upstream release * Mon Dec 30 2013 Yoji TOYODA 3.10.0-2 - rebuild with VineSeed environment * Sat Oct 26 2013 Yoji TOYODA 3.10.0-1 - new upstream release * Tue Oct 16 2012 Yoji TOYODA 3.6.1-1 - new upstream release * Sat Sep 29 2012 Yoji TOYODA 3.6.0-1 - new upstream release * Sun Apr 22 2012 Yoji TOYODA 3.4.1-1 - new upstream release * Sat Oct 22 2011 Yoji TOYODA 3.2.1-1 - new upstream release * Sat Sep 24 2011 Yasumichi Akahoshi 3.1.7-1 - initial build for Vine Linux