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