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