]> git.pld-linux.org Git - packages/yelp-xsl.git/blob - yelp-xsl.spec
d771d42ae20e4d6c3b503e0a7703a5f4322f9cd4
[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.2.0
5 Release:        1
6 License:        LGPL v2+
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.2/%{name}-%{version}.tar.xz
9 # Source0-md5:  4117f432055453221efa0a4e66ff2c9c
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This package contains XSL stylesheets that are used by the Yelp help
25 browser.
26
27 %description -l pl.UTF-8
28 Ten pakiet zawiera arkusze styli, które są używane przez przeglądarkę
29 pomocy Yelp.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__intltoolize}
36 %{__aclocal} -I m4
37 %{__autoconf}
38 %{__automake}
39 %configure \
40         --enable-doc
41 %{__make} -j1
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README
55 %{_datadir}/yelp-xsl
56 %{_npkgconfigdir}/yelp-xsl.pc
This page took 0.048469 seconds and 2 git commands to generate.