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