]> git.pld-linux.org Git - packages/yelp-xsl.git/blobdiff - yelp-xsl.spec
- updated to 3.38.2
[packages/yelp-xsl.git] / yelp-xsl.spec
index 3d29e92a34c42cb94724c71cc5cee27ff117aa3f..d2eca502497f4da0175b35d4012df4fc3f874b83 100644 (file)
@@ -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.1
+Version:       3.38.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.2/%{name}-%{version}.tar.xz
-# Source0-md5: 060e53dc346d5f3f879cef12d81aaf93
-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:       https://download.gnome.org/sources/yelp-xsl/3.38/%{name}-%{version}.tar.xz
+# Source0-md5: 6c434d5232eba465c77f194dbc64def4
+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
This page took 0.061498 seconds and 4 git commands to generate.