Summary: XSL stylesheets for the Yelp help browser Summary(pl.UTF-8): Arkusze styli XSL dla przeglądarki pomocy Yelp Name: yelp-xsl Version: 42.1 Release: 1 # depending on part, see COPYING License: GPL v2+, LGPL v2+, MIT (see COPYING) Group: Libraries Source0: https://download.gnome.org/sources/yelp-xsl/42/%{name}-%{version}.tar.xz # Source0-md5: c41858c78e34bb8b68a535657a3e15d9 URL: https://wiki.gnome.org/Apps/Yelp BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.11.2 BuildRequires: gettext-tools >= 0.19.4 BuildRequires: itstool >= 1.2.0 BuildRequires: libxml2-progs >= 1:2.6.12 BuildRequires: libxslt-progs >= 1.1.8 BuildRequires: pkgconfig BuildRequires: python3-ducktype BuildRequires: tar >= 1:1.22 BuildRequires: xz BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description yelp-xsl is a collection of programs and data files to help you build, maintain, and distribute documentation. It provides XSLT stylesheets that can be built upon for help viewers and publishing systems. These stylesheets output JavaScript and CSS content, and reference images provided by yelp-xsl. This package also redistributes copies of the jQuery and jQuery.Syntax JavaScript libraries. %description -l pl.UTF-8 yelp-xsl to zbiór plików programów i danych pomocnych przy budowaniu, utrzymywaniu i dystrybucji dokumentacji. Zawiera arkusze styli XSLT, w oparciu o które można zbudować przeglądarki pomocy i systemy publikowania. Wyjściem arkuszy jest treść w JavaScripcie i CSS oraz obrazki referencyjne zawarte w pakiecie. Pakiet zawiera także kopie bibliotek JavaScriptu jQuery i jQuery.Syntax. %prep %setup -q %build %{__aclocal} -I m4 %{__autoconf} %{__automake} %configure \ %if "%{_host_cpu}" != "x32" --host=%{_host} \ --build=%{_host} \ %endif --enable-doc %{__make} -j1 %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README.md %{_datadir}/yelp-xsl %{_npkgconfigdir}/yelp-xsl.pc