]> git.pld-linux.org Git - packages/yelp-xsl.git/blame_incremental - yelp-xsl.spec
- updated to 3.38.3
[packages/yelp-xsl.git] / yelp-xsl.spec
... / ...
CommitLineData
1Summary: XSL stylesheets for the Yelp help browser
2Summary(pl.UTF-8): Arkusze styli XSL dla przeglądarki pomocy Yelp
3Name: yelp-xsl
4Version: 3.38.3
5Release: 1
6# depending on part, see COPYING
7License: GPL v2+, LGPL v2+, MIT (see COPYING)
8Group: Libraries
9Source0: https://download.gnome.org/sources/yelp-xsl/3.38/%{name}-%{version}.tar.xz
10# Source0-md5: f55f9d738ac4ae75bedac02745236a5a
11URL: https://wiki.gnome.org/Apps/Yelp
12BuildRequires: autoconf >= 2.50
13BuildRequires: automake >= 1:1.11.2
14BuildRequires: gettext-tools >= 0.19.4
15BuildRequires: itstool >= 1.2.0
16BuildRequires: libxml2-progs >= 1:2.6.12
17BuildRequires: libxslt-progs >= 1.1.8
18BuildRequires: pkgconfig
19BuildRequires: python3-ducktype
20BuildRequires: tar >= 1:1.22
21BuildRequires: xz
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26yelp-xsl is a collection of programs and data files to help you build,
27maintain, and distribute documentation. It provides XSLT stylesheets
28that can be built upon for help viewers and publishing systems. These
29stylesheets output JavaScript and CSS content, and reference images
30provided by yelp-xsl. This package also redistributes copies of the
31jQuery and jQuery.Syntax JavaScript libraries.
32
33%description -l pl.UTF-8
34yelp-xsl to zbiór plików programów i danych pomocnych przy budowaniu,
35utrzymywaniu i dystrybucji dokumentacji. Zawiera arkusze styli XSLT,
36w oparciu o które można zbudować przeglądarki pomocy i systemy
37publikowania. Wyjściem arkuszy jest treść w JavaScripcie i CSS oraz
38obrazki referencyjne zawarte w pakiecie. Pakiet zawiera także kopie
39bibliotek JavaScriptu jQuery i jQuery.Syntax.
40
41%prep
42%setup -q
43
44%build
45%{__aclocal} -I m4
46%{__autoconf}
47%{__automake}
48%configure \
49%if "%{_host_cpu}" != "x32"
50 --host=%{_host} \
51 --build=%{_host} \
52%endif
53 --enable-doc
54%{__make} -j1
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(644,root,root,755)
67%doc AUTHORS COPYING ChangeLog NEWS README
68%{_datadir}/yelp-xsl
69%{_npkgconfigdir}/yelp-xsl.pc
This page took 0.178885 seconds and 4 git commands to generate.