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