Dominique Leuenberger
1927e93d34
Thanks OBS-URL: https://build.opensuse.org/request/show/56353 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-xsl?expand=0&rev=5
59 lines
1.6 KiB
RPMSpec
59 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package yelp-xsl (version 2.91.8)
|
|
#
|
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: yelp-xsl
|
|
Version: 2.91.8
|
|
Release: 1
|
|
License: GPLv2+, LGPLv2.1+
|
|
Summary: XSL stylesheets for the yelp help browser
|
|
Group: System/Libraries
|
|
Source: %{name}-%{version}.tar.bz2
|
|
BuildRequires: intltool
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(libxslt)
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
This package contains XSL stylesheets that are used by the yelp help browser.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%__make %{?_smp_mflags}
|
|
|
|
%install
|
|
%makeinstall
|
|
%find_lang %{name}
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc AUTHORS COPYING COPYING.GPL COPYING.LGPL
|
|
%{_datadir}/yelp-xsl/
|
|
# This needs to be observed. As long as it does not Require: anything
|
|
# we can probably leave it here without splitting a dummy -devel
|
|
# package for it.
|
|
%{_datadir}/pkgconfig/yelp-xsl.pc
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|