]> git.pld-linux.org Git - packages/yelp-xsl.git/blame - yelp-xsl.spec
- updated to 3.4.1
[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
bfbfa5c7 4Version: 3.4.1
3507b7a6
MB
5Release: 1
6License: LGPL v2+
7Group: Libraries
97ffa2d3 8Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.4/%{name}-%{version}.tar.xz
bfbfa5c7 9# Source0-md5: 19c9acb2f645329bbdd7950cc2b099b8
3507b7a6
MB
10URL: http://projects.gnome.org/yelp/
11BuildRequires: autoconf
12BuildRequires: automake >= 1:1.10
13BuildRequires: gettext-devel
14BuildRequires: intltool >= 0.40.0
c9c7b502 15BuildRequires: itstool
3507b7a6
MB
16BuildRequires: libxml2-devel >= 1:2.6.12
17BuildRequires: libxslt-devel >= 1.1.8
18BuildRequires: pkgconfig
c9c7b502
MB
19BuildRequires: tar >= 1:1.22
20BuildRequires: xz
97ffa2d3 21BuildArch: noarch
3507b7a6
MB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25This package contains XSL stylesheets that are used by the Yelp help
26browser.
27
28%description -l pl.UTF-8
29Ten pakiet zawiera arkusze styli, które są używane przez przeglądarkę
30pomocy 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
0863ec8d 42%{__make} -j1
3507b7a6
MB
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
3507b7a6
MB
50%clean
51rm -rf $RPM_BUILD_ROOT
52
c9c7b502 53%files
3507b7a6
MB
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.074612 seconds and 4 git commands to generate.