]> git.pld-linux.org Git - packages/yelp-tools.git/blob - yelp-tools.spec
- new
[packages/yelp-tools.git] / yelp-tools.spec
1 Summary:        Create, manage, and publish documentation for Yelp
2 Name:           yelp-tools
3 Version:        3.2.0
4 Release:        1
5 License:        GPL v2+
6 Group:          Libraries
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/3.2/%{name}-%{version}.tar.xz
8 # Source0-md5:  417fcb9a8752baf3ccd25a82b35d7049
9 URL:            http://projects.gnome.org/yelp/
10 BuildRequires:  autoconf
11 BuildRequires:  automake >= 1:1.9
12 BuildRequires:  itstool
13 BuildRequires:  libxml2-progs
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xz
16 BuildRequires:  yelp-xsl
17 Requires:       yelp-xsl
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 yelp-tools is a collection of scripts and build utilities to help
22 create, manage, and publish documentation for Yelp and the web. Most
23 of the heavy lifting is done by packages like yelp-xsl and itstool.
24 This package just wraps things up in a developer-friendly way.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README
48 %attr(755,root,root) %{_bindir}/yelp-build
49 %attr(755,root,root) %{_bindir}/yelp-check
50 %attr(755,root,root) %{_bindir}/yelp-new
51 %{_datadir}/aclocal/yelp.m4
52 %{_datadir}/yelp-tools
This page took 0.030561 seconds and 3 git commands to generate.