X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=yelp-xsl.spec;h=f9ac20d5f35eaaad5b0a149a6bb6620821ea5576;hb=7fe9e1d;hp=d771d42ae20e4d6c3b503e0a7703a5f4322f9cd4;hpb=c9c7b502be1c2beb9a81c384349d3209d6fcd37a;p=packages%2Fyelp-xsl.git diff --git a/yelp-xsl.spec b/yelp-xsl.spec index d771d42..f9ac20d 100644 --- a/yelp-xsl.spec +++ b/yelp-xsl.spec @@ -1,42 +1,55 @@ Summary: XSL stylesheets for the Yelp help browser Summary(pl.UTF-8): Arkusze styli XSL dla przeglądarki pomocy Yelp Name: yelp-xsl -Version: 3.2.0 +Version: 3.38.0 Release: 1 -License: LGPL v2+ +# depending on part, see COPYING +License: GPL v2+, LGPL v2+, MIT (see COPYING) Group: Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.2/%{name}-%{version}.tar.xz -# Source0-md5: 4117f432055453221efa0a4e66ff2c9c -URL: http://projects.gnome.org/yelp/ -BuildRequires: autoconf -BuildRequires: automake >= 1:1.10 -BuildRequires: gettext-devel -BuildRequires: intltool >= 0.40.0 -BuildRequires: itstool -BuildRequires: libxml2-devel >= 1:2.6.12 -BuildRequires: libxslt-devel >= 1.1.8 +Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.38/%{name}-%{version}.tar.xz +# Source0-md5: 10cd7eda97c9606f5c575977ce8c26dc +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 -This package contains XSL stylesheets that are used by the Yelp help -browser. +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 -Ten pakiet zawiera arkusze styli, które są używane przez przeglądarkę -pomocy Yelp. +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 -%{__intltoolize} %{__aclocal} -I m4 %{__autoconf} %{__automake} %configure \ +%if "%{_host_cpu}" != "x32" + --host=%{_host} \ + --build=%{_host} \ +%endif --enable-doc %{__make} -j1 @@ -51,6 +64,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_datadir}/yelp-xsl %{_npkgconfigdir}/yelp-xsl.pc