X-Git-Url: https://git.pld-linux.org/?p=packages%2Fyelp-xsl.git;a=blobdiff_plain;f=yelp-xsl.spec;h=6797528f04be09a3d27a7510f0e566b19705807c;hp=441a73af10b1ce2cdff66fc2a0598d963555817d;hb=2ec9d8c;hpb=0863ec8d7dbfdcd5e791eebb6168203ec05c01f5 diff --git a/yelp-xsl.spec b/yelp-xsl.spec index 441a73a..6797528 100644 --- a/yelp-xsl.spec +++ b/yelp-xsl.spec @@ -1,39 +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.0.2 +Version: 3.34.2 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.0/%{name}-%{version}.tar.bz2 -# Source0-md5: 91df0dc1d29b62e1004cdde32e384a5a -URL: http://projects.gnome.org/yelp/ -BuildRequires: autoconf -BuildRequires: automake >= 1:1.10 -BuildRequires: gettext-devel -BuildRequires: intltool >= 0.40.0 -BuildRequires: libxml2-devel >= 1:2.6.12 -BuildRequires: libxslt-devel >= 1.1.8 +Source0: http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.34/%{name}-%{version}.tar.xz +# Source0-md5: b9c1c53a9114b42054789f212ab37f59 +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 @@ -43,13 +59,11 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%find_lang yelp-xsl - %clean rm -rf $RPM_BUILD_ROOT -%files -f yelp-xsl.lang +%files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_datadir}/yelp-xsl %{_npkgconfigdir}/yelp-xsl.pc