yelp-xsl/yelp-xsl.spec

75 lines
1.6 KiB
RPMSpec
Raw Normal View History

2010-05-28 03:04:03 +00:00
Name: yelp-xsl
2010-07-12 19:11:18 +00:00
Version: 2.31.5
2010-05-28 03:09:54 +00:00
Release: 1%{?dist}
2010-05-28 03:04:03 +00:00
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.31/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
2010-07-12 19:11:18 +00:00
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
- Update to 2.31.5
2010-06-30 02:01:08 +00:00
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
- Update to 2.31.4
2010-06-08 16:16:31 +00:00
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
- Update to 2.31.3
2010-05-28 03:09:54 +00:00
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
- Update to 2.31.2
2010-05-28 03:04:03 +00:00
* 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