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