]> git.pld-linux.org Git - packages/yelp-tools.git/blame - yelp-tools.spec
- updated to 3.4.1
[packages/yelp-tools.git] / yelp-tools.spec
CommitLineData
141911d4
MB
1Summary: Create, manage, and publish documentation for Yelp
2Name: yelp-tools
0edb261f 3Version: 3.4.1
141911d4
MB
4Release: 1
5License: GPL v2+
6Group: Libraries
87ea7cfc 7Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/3.4/%{name}-%{version}.tar.xz
0edb261f 8# Source0-md5: 8435aac25edbc530f878e93440c3d262
141911d4
MB
9URL: http://projects.gnome.org/yelp/
10BuildRequires: autoconf
11BuildRequires: automake >= 1:1.9
12BuildRequires: itstool
13BuildRequires: libxml2-progs
14BuildRequires: tar >= 1:1.22
15BuildRequires: xz
16BuildRequires: yelp-xsl
87ea7cfc
MB
17Requires: libxml2-progs
18Requires: libxslt-progs
141911d4
MB
19Requires: yelp-xsl
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23yelp-tools is a collection of scripts and build utilities to help
24create, manage, and publish documentation for Yelp and the web. Most
25of the heavy lifting is done by packages like yelp-xsl and itstool.
26This 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
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -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
87ea7cfc 53%{_aclocaldir}/yelp.m4
141911d4 54%{_datadir}/yelp-tools
This page took 0.321918 seconds and 4 git commands to generate.