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