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