]> git.pld-linux.org Git - packages/yelp-xsl.git/blame_incremental - yelp-xsl.spec
Update to 3.28.0
[packages/yelp-xsl.git] / yelp-xsl.spec
... / ...
CommitLineData
1Summary: XSL stylesheets for the Yelp help browser
2Summary(pl.UTF-8): Arkusze styli XSL dla przeglądarki pomocy Yelp
3Name: yelp-xsl
4Version: 3.28.0
5Release: 1
6License: LGPL v2+
7Group: Libraries
8Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.28/%{name}-%{version}.tar.xz
9# Source0-md5: d034d773a9c5b2e25e2a8f79ff09ad8d
10URL: http://projects.gnome.org/yelp/
11BuildRequires: autoconf >= 2.50
12BuildRequires: automake >= 1:1.10
13BuildRequires: gettext-tools
14BuildRequires: intltool >= 0.40.0
15BuildRequires: itstool >= 1.2.0
16BuildRequires: libxml2-progs >= 1:2.6.12
17BuildRequires: libxslt-progs >= 1.1.8
18BuildRequires: pkgconfig
19BuildRequires: tar >= 1:1.22
20BuildRequires: xz
21BuildArch: noarch
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
42%{__make} -j1
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -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.070958 seconds and 4 git commands to generate.