123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- # Basic Information
- Name: yelp-tools
- Version: 3.18.0
- Release: 1%{?_dist_release}
- License: GPLv2+
- Group: Development/Tools
- URL: http://projects.gnome.org/yelp/
- Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: yasumichi
- Summary: a collection of scripts and build utilities to help create
- Summary(ja): ヘルプ作成のためのスクリプトとビルドユーティリティのコレクション
- # 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)
- %doc COPYING 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
- * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
- - new upstream release
- * Wed Apr 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
- - new upstream release
- * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
- - new upstream release
- * Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
- - new upstream release
- * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
- - new upstream release
- * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
- - rebuild with VineSeed environment
- * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
- - new upstream release
- * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
- - new upstream release
- * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
- - new upstream release
- * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
- - new upstream release
- * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
- - new upstream release
- * Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.7-1
- - initial build for Vine Linux
|