]> git.pld-linux.org Git - packages/yelp-tools.git/blob - yelp-tools.spec
Update to 3.12.0
[packages/yelp-tools.git] / yelp-tools.spec
1 Summary:        Tools to create, manage, and publish documentation for Yelp
2 Summary(pl.UTF-8):      Narzędzia do tworzenia, zarządzania i publikowania dokumentacji dla Yelpa
3 Name:           yelp-tools
4 Version:        3.12.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/3.12/%{name}-%{version}.tar.xz
9 # Source0-md5:  f65fc6f6b88387985f043d3f73a0e434
10 URL:            http://projects.gnome.org/yelp/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  itstool
14 BuildRequires:  libxml2-progs >= 1:2.6.12
15 BuildRequires:  libxslt-progs >= 1.1.8
16 BuildRequires:  pkgconfig
17 BuildRequires:  tar >= 1:1.22
18 BuildRequires:  xz
19 BuildRequires:  yelp-xsl
20 Requires:       itstool
21 Requires:       libxml2-progs >= 1:2.6.12
22 Requires:       libxslt-progs >= 1.1.8
23 Requires:       yelp-xsl
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 yelp-tools is a collection of scripts and build utilities to help
28 create, manage, and publish documentation for Yelp and the web. Most
29 of the heavy lifting is done by packages like yelp-xsl and itstool.
30 This package just wraps things up in a developer-friendly way.
31
32 %description -l pl.UTF-8
33 yelp-tools to zestaw skryptów i narzędzi do budowania, mających
34 pomagać przy tworzeniu, zarządzaniu i publikowaniu dokumentacji dla
35 Yelpa oraz na WWW. Większość pracy wykonywana jest przez pakiety
36 takie jak yelp-xsl i itstool. Ten pakiet po prostu obudowuje je w
37 sposób przyjazny dla programisty.
38
39 %prep
40 %setup -q
41
42 %build
43 %{__aclocal}
44 %{__autoconf}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog NEWS README
61 %attr(755,root,root) %{_bindir}/yelp-build
62 %attr(755,root,root) %{_bindir}/yelp-check
63 %attr(755,root,root) %{_bindir}/yelp-new
64 %{_aclocaldir}/yelp.m4
65 %{_datadir}/yelp-tools
This page took 0.06036 seconds and 3 git commands to generate.