source: projects/specs/trunk/y/yelp-tools/yelp-tools-vl.spec @ 9791

Revision 9791, 3.3 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1# Basic Information
2Name:           yelp-tools
3Version:        3.18.0
4Release:        1%{?_dist_release}
5License:        GPLv2+
6Group:          Development/Tools
7URL:            http://projects.gnome.org/yelp/
8Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildArch:      noarch
11
12Vendor:         Project Vine
13Distribution:   Vine Linux
14Packager:       yasumichi
15
16Summary:        a collection of scripts and build utilities to help create
17Summary(ja):    ヘルプ作成のためのスクリプトとビルドユーティリティのコレクション
18
19# Dependency
20Requires:       itstool
21Requires:       libxslt
22Requires:       libxml2
23Requires:       yelp-xsl
24BuildRequires:  itstool
25BuildRequires:  libxslt-devel
26BuildRequires:  libxml2-devel
27BuildRequires:  yelp-xsl-devel
28
29%description
30yelp-tools is a collection of scripts and build utilities to help create,
31manage, and publish documentation for Yelp and the web. Most of the heavy
32lifting is done by packages like yelp-xsl and itstool. This package just
33wraps things up in a developer-friendly way.
34
35%description -l ja
36yelp-tools は、 Yelp および web 向け文書の作成、管理および発行を助ける
37スクリプトおよびビルドユーティリティのコレクションです。ほとんどの重た
38い作業は、yelp-xsl および itstool のようなパッケージによって行われます。
39このパッケージは、開発者にやさしい方法でこのような作業をラップします。
40
41
42%prep
43%setup -q
44
45%build
46%configure
47%{__make} %{?_smp_mflags}
48
49%install
50%{__rm} -rf ${RPM_BUILD_ROOT}
51%{__make} install DESTDIR=${RPM_BUILD_ROOT}
52
53
54%clean
55%{__rm} -rf ${RPM_BUILD_ROOT}
56
57
58%files
59%defattr(-,root,root)
60%doc COPYING ChangeLog NEWS README
61%{_bindir}/yelp-build
62%{_bindir}/yelp-check
63%{_bindir}/yelp-new
64%{_datadir}/aclocal/yelp.m4
65%{_datadir}/yelp-tools/templates/task.page
66%{_datadir}/yelp-tools/xslt/comments.xsl
67%{_datadir}/yelp-tools/xslt/mal-epub.xsl
68%{_datadir}/yelp-tools/xslt/mal-files.xsl
69%{_datadir}/yelp-tools/xslt/mal-license.xsl
70%{_datadir}/yelp-tools/xslt/mal-ncx.xsl
71%{_datadir}/yelp-tools/xslt/mal-opf.xsl
72%{_datadir}/yelp-tools/xslt/mal-rng.xsl
73%{_datadir}/yelp-tools/xslt/mal-status.xsl
74%{_datadir}/yelp-tools/xslt/media.xsl
75
76
77%changelog
78* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
79- new upstream release
80
81* Wed Apr 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
82- new upstream release
83
84* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
85- new upstream release
86
87* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
88- new upstream release
89
90* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
91- new upstream release
92
93* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
94- rebuild with VineSeed environment
95
96* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
97- new upstream release
98
99* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
100- new upstream release
101
102* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
103- new upstream release
104
105* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
106- new upstream release
107
108* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
109- new upstream release
110
111* Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.7-1
112- initial build for Vine Linux
113
Note: See TracBrowser for help on using the repository browser.