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