yelp-xsl/yelp-xsl.spec
Matthias Clasen 60fdde0c51 2.91.6
2011-01-10 13:06:54 -05:00

81 lines
1.8 KiB
RPMSpec

Name: yelp-xsl
Version: 2.91.9
Release: 1%{?dist}
Summary: XSL stylesheets for the yelp help browser
License: LGPLv2+
Group: Applications/System
URL: http://download.gnome.org/sources/yelp-xsl
Source0: http://download.gnome.org/sources/yelp-xsl/2.91/yelp-xsl-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: intltool
%description
This package contains XSL stylesheets that are used by the yelp help browser.
%package devel
Summary: Developer documentation for yelp-xsl
Requires: pkgconfig
Requires: %{name} = %{version}-%{release}
%description devel
The yelp-xsl-devel package contains developer documentation for the
XSL stylesheets in yelp-xsl.
%prep
%setup -q
%build
%configure --enable-doc
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%find_lang %{name}
%files -f %{name}.lang
%defattr(-, root, root, -)
%doc README COPYING AUTHORS
%{_datadir}/yelp-xsl
%files devel
%defattr(-, root, root, -)
%{_datadir}/pkgconfig/yelp-xsl.pc
%changelog
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-1
- Update to 2.92.6
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
- Update to 2.31.6
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
- Update to 2.31.5
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
- Update to 2.31.4
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
- Update to 2.31.3
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
- Update to 2.31.2
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-2
- Some corrections
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
- Initial packaging