54 lines
1.3 KiB
RPMSpec
54 lines
1.3 KiB
RPMSpec
Name: yelp-tools
|
|
Version: 3.1.7
|
|
Release: 1%{?dist}
|
|
Summary: Create, manage, and publish documentation for Yelp
|
|
|
|
Group: Applications/Publishing
|
|
License: GPLv2+
|
|
URL: http://projects.gnome.org/yelp/
|
|
Source0: http://download.gnome.org/sources/yelp-tools/3.1/yelp-tools-%{version}.tar.xz
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: yelp-xsl-devel
|
|
BuildRequires: itstool
|
|
BuildRequires: libxslt
|
|
|
|
Requires: yelp-xsl
|
|
|
|
%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 DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%doc AUTHORS COPYING COPYING.GPL README
|
|
%{_bindir}/yelp-build
|
|
%{_bindir}/yelp-check
|
|
%{_bindir}/yelp-new
|
|
%{_datadir}/yelp-tools
|
|
%{_datadir}/aclocal/yelp.m4
|
|
|
|
%changelog
|
|
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.7-1
|
|
- Update to 3.1.7
|
|
|
|
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> 3.1.6-1
|
|
- Update to 3.1.6
|
|
|
|
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-1
|
|
- Update to 3.1.5
|
|
|
|
* Mon Jun 16 2011 Zeeshan Ali <zeenix@redhat.com> 3.1.4-1
|
|
- Initial release.
|