]> git.pld-linux.org Git - packages/yelp-xsl.git/blame - yelp-xsl.spec
- updated to 3.38.0
[packages/yelp-xsl.git] / yelp-xsl.spec
CommitLineData
3507b7a6
MB
1Summary: XSL stylesheets for the Yelp help browser
2Summary(pl.UTF-8): Arkusze styli XSL dla przeglądarki pomocy Yelp
3Name: yelp-xsl
7fe9e1d0 4Version: 3.38.0
3507b7a6 5Release: 1
49fa1a86
JB
6# depending on part, see COPYING
7License: GPL v2+, LGPL v2+, MIT (see COPYING)
3507b7a6 8Group: Libraries
7fe9e1d0
JB
9Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.38/%{name}-%{version}.tar.xz
10# Source0-md5: 10cd7eda97c9606f5c575977ce8c26dc
d9fa89f1 11URL: https://wiki.gnome.org/Apps/Yelp
b7185bd2 12BuildRequires: autoconf >= 2.50
d9fa89f1 13BuildRequires: automake >= 1:1.11.2
27041ea3 14BuildRequires: gettext-tools >= 0.19.4
d412d194 15BuildRequires: itstool >= 1.2.0
53d8ee02
JB
16BuildRequires: libxml2-progs >= 1:2.6.12
17BuildRequires: libxslt-progs >= 1.1.8
3507b7a6 18BuildRequires: pkgconfig
49fa1a86 19BuildRequires: python3-ducktype
c9c7b502
MB
20BuildRequires: tar >= 1:1.22
21BuildRequires: xz
97ffa2d3 22BuildArch: noarch
3507b7a6
MB
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
49fa1a86
JB
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.
3507b7a6
MB
32
33%description -l pl.UTF-8
49fa1a86
JB
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.
3507b7a6
MB
40
41%prep
42%setup -q
43
44%build
3507b7a6
MB
45%{__aclocal} -I m4
46%{__autoconf}
47%{__automake}
48%configure \
27041ea3
JB
49%if "%{_host_cpu}" != "x32"
50 --host=%{_host} \
51 --build=%{_host} \
52%endif
3507b7a6 53 --enable-doc
0863ec8d 54%{__make} -j1
3507b7a6
MB
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
3507b7a6
MB
62%clean
63rm -rf $RPM_BUILD_ROOT
64
c9c7b502 65%files
3507b7a6 66%defattr(644,root,root,755)
49fa1a86 67%doc AUTHORS COPYING ChangeLog NEWS README
3507b7a6
MB
68%{_datadir}/yelp-xsl
69%{_npkgconfigdir}/yelp-xsl.pc
This page took 0.103939 seconds and 4 git commands to generate.