]> git.pld-linux.org Git - packages/yelp-xsl.git/blob - yelp-xsl.spec
3fef69610cbc3332409804e2591b2a0cd72a71a2
[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.4.2
5 Release:        1
6 License:        LGPL v2+
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.4/%{name}-%{version}.tar.xz
9 # Source0-md5:  86e1b6fa8171baebf37e9e2492ccbf66
10 URL:            http://projects.gnome.org/yelp/
11 BuildRequires:  autoconf
12 BuildRequires:  automake >= 1:1.10
13 BuildRequires:  gettext-devel
14 BuildRequires:  intltool >= 0.40.0
15 BuildRequires:  itstool
16 BuildRequires:  libxml2-devel >= 1:2.6.12
17 BuildRequires:  libxslt-devel >= 1.1.8
18 BuildRequires:  pkgconfig
19 BuildRequires:  tar >= 1:1.22
20 BuildRequires:  xz
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This package contains XSL stylesheets that are used by the Yelp help
26 browser.
27
28 %description -l pl.UTF-8
29 Ten pakiet zawiera arkusze styli, które są używane przez przeglądarkę
30 pomocy Yelp.
31
32 %prep
33 %setup -q
34
35 %build
36 %{__intltoolize}
37 %{__aclocal} -I m4
38 %{__autoconf}
39 %{__automake}
40 %configure \
41         --enable-doc
42 %{__make} -j1
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README
56 %{_datadir}/yelp-xsl
57 %{_npkgconfigdir}/yelp-xsl.pc
This page took 0.053064 seconds and 2 git commands to generate.