]> git.pld-linux.org Git - packages/yelp-tools.git/blame - yelp-tools.spec
Update to 3.18.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
0c699a5b 4Version: 3.18.0
7423d199 5Release: 1
141911d4
MB
6License: GPL v2+
7Group: Libraries
0c699a5b 8Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/3.18/%{name}-%{version}.tar.xz
7423d199 9# Source0-md5: 2430db2d69241d217fe0af5c1458aa30
94b9e8cc 10Patch0: %{name}-sh.patch
141911d4 11URL: http://projects.gnome.org/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
0c699a5b 24Requires: yelp-xsl >= 3.18.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)
62%doc AUTHORS ChangeLog NEWS README
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.0841499999999999 seconds and 4 git commands to generate.