]> git.pld-linux.org Git - packages/yelp-xsl.git/blob - yelp-xsl.spec
- updated to 3.38.0
[packages/yelp-xsl.git] / yelp-xsl.spec
1 Summary:        XSL stylesheets for the Yelp help browser
2 Summary(pl.UTF-8):      Arkusze styli XSL dla przeglądarki pomocy Yelp
3 Name:           yelp-xsl
4 Version:        3.38.0
5 Release:        1
6 # depending on part, see COPYING
7 License:        GPL v2+, LGPL v2+, MIT (see COPYING)
8 Group:          Libraries
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.38/%{name}-%{version}.tar.xz
10 # Source0-md5:  10cd7eda97c9606f5c575977ce8c26dc
11 URL:            https://wiki.gnome.org/Apps/Yelp
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake >= 1:1.11.2
14 BuildRequires:  gettext-tools >= 0.19.4
15 BuildRequires:  itstool >= 1.2.0
16 BuildRequires:  libxml2-progs >= 1:2.6.12
17 BuildRequires:  libxslt-progs >= 1.1.8
18 BuildRequires:  pkgconfig
19 BuildRequires:  python3-ducktype
20 BuildRequires:  tar >= 1:1.22
21 BuildRequires:  xz
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 yelp-xsl is a collection of programs and data files to help you build,
27 maintain, and distribute documentation. It provides XSLT stylesheets
28 that can be built upon for help viewers and publishing systems. These
29 stylesheets output JavaScript and CSS content, and reference images
30 provided by yelp-xsl. This package also redistributes copies of the
31 jQuery and jQuery.Syntax JavaScript libraries.
32
33 %description -l pl.UTF-8
34 yelp-xsl to zbiór plików programów i danych pomocnych przy budowaniu,
35 utrzymywaniu i dystrybucji dokumentacji. Zawiera arkusze styli XSLT,
36 w oparciu o które można zbudować przeglądarki pomocy i systemy
37 publikowania. Wyjściem arkuszy jest treść w JavaScripcie i CSS oraz
38 obrazki referencyjne zawarte w pakiecie. Pakiet zawiera także kopie
39 bibliotek 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
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -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.050943 seconds and 3 git commands to generate.