commit b6a55c5535c06a4be9d267955db5c1fd262c6ac8 Author: zhuchunyi Date: Wed Nov 6 19:57:53 2019 +0800 update code diff --git a/yelp-xsl-3.34.0.tar.xz b/yelp-xsl-3.34.0.tar.xz new file mode 100644 index 0000000..cd5b923 Binary files /dev/null and b/yelp-xsl-3.34.0.tar.xz differ diff --git a/yelp-xsl.spec b/yelp-xsl.spec new file mode 100644 index 0000000..eb93335 --- /dev/null +++ b/yelp-xsl.spec @@ -0,0 +1,51 @@ +Name: yelp-xsl +Version: 3.34.0 +Release: 1 +Summary: XSL stylesheets for the yelp help browser +License: LGPLv2+ and GPLv2+ and MIT +URL: https://wiki.gnome.org/Apps/Yelp +Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz +BuildArch: noarch + +BuildRequires: python2-libxml2 /usr/bin/xmllint /usr/bin/xsltproc intltool +BuildRequires: itstool /usr/bin/ducktype libxml2 libxslt + +%description +This package contains XSL stylesheets that are used by the yelp help browser. + +%package devel +Summary: Header files, libraries and developer documentatio for %{name} +Requires: %{name} = %{version}-%{release} + +%description devel +The package contains developer documentation for the XSL stylesheets in %{name}. + +%package_help + +%prep +%autosetup -n %{name}-%{version} + +%build +%configure --enable-doc +%make_build + +%install +%make_install + +%files +%defattr(-,root,root) +%license COPYING COPYING.GPL COPYING.LGPL +%doc README AUTHORS +%{_datadir}/yelp-xsl + +%files devel +%defattr(-,root,root) +%{_datadir}/pkgconfig/yelp-xsl.pc + +%files help +%defattr(-,root,root) +%doc NEWS + +%changelog +* Fri Oct 11 2019 openEuler Buildteam - 3.34.0-1 +- Package init