5229cf579d
Update to 3.9.90 OBS-URL: https://build.opensuse.org/request/show/195659 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-tools?expand=0&rev=30
68 lines
2.0 KiB
RPMSpec
68 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package yelp-tools
|
|
#
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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-tools
|
|
Version: 3.9.90
|
|
Release: 0
|
|
Summary: Collection of utilities to help create documentation
|
|
License: GPL-2.0+
|
|
Group: Development/Tools/Other
|
|
Url: http://projects.gnome.org/yelp/
|
|
Source: http://download.gnome.org/sources/yelp-tools/3.9/%{name}-%{version}.tar.xz
|
|
BuildRequires: itstool
|
|
BuildRequires: libxml2-tools
|
|
BuildRequires: libxslt
|
|
BuildRequires: pkg-config
|
|
BuildRequires: pkgconfig(yelp-xsl)
|
|
Requires: itstool
|
|
Requires: libxml2-tools
|
|
Requires: libxslt
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
yelp-tools is a collection of scripts and build utilities to help create,
|
|
manage, and publish documentation for Yelp and the web. Most of the heavy
|
|
lifting is done by packages like yelp-xsl and itstool. This package just
|
|
wraps things up in a developer-friendly way.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%clean
|
|
%{?buildroot:%__rm -rf %{buildroot}}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog COPYING COPYING.GPL NEWS README
|
|
%{_bindir}/yelp-build
|
|
%{_bindir}/yelp-check
|
|
%{_bindir}/yelp-new
|
|
%dir %{_datadir}/aclocal
|
|
%{_datadir}/aclocal/yelp.m4
|
|
%{_datadir}/yelp-tools/
|
|
|
|
%changelog
|