yelp-tools/yelp-tools.spec

69 lines
1.8 KiB
RPMSpec
Raw Normal View History

2011-06-16 17:15:28 +00:00
Name: yelp-tools
2012-02-07 01:10:30 +00:00
Version: 3.3.2
Release: 1%{?dist}
2011-06-16 17:15:28 +00:00
Summary: Create, manage, and publish documentation for Yelp
Group: Applications/Publishing
License: GPLv2+
URL: http://projects.gnome.org/yelp/
2011-11-21 23:31:27 +00:00
Source0: http://download.gnome.org/sources/yelp-tools/3.3/yelp-tools-%{version}.tar.xz
2011-06-16 17:15:28 +00:00
BuildArch: noarch
BuildRequires: yelp-xsl-devel
2011-08-18 14:26:16 +00:00
BuildRequires: itstool
2011-06-16 17:15:28 +00:00
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
2012-02-07 01:10:30 +00:00
* Mon Feb 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
- Update to 3.3.2
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-11-21 23:31:27 +00:00
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
- Update to 3.3.1
2011-10-19 04:18:59 +00:00
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
- Update to 3.2.1
2011-09-27 15:18:18 +00:00
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
- Update to 3.2.0
2011-09-20 16:01:07 +00:00
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.7-1
- Update to 3.1.7
2011-09-07 00:00:38 +00:00
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> 3.1.6-1
- Update to 3.1.6
2011-08-18 14:12:50 +00:00
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-1
- Update to 3.1.5
2011-06-16 17:15:28 +00:00
* Mon Jun 16 2011 Zeeshan Ali <zeenix@redhat.com> 3.1.4-1
- Initial release.