Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c2f32de080
!12 Upgrade to v42.1
From: @hkgy 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-01-18 01:56:53 +00:00
QwQ
141138e603 v42.1 2022-11-09 08:21:35 +00:00
openeuler-ci-bot
e1c6da5e97
!10 upgrade to 42.0
From: @dillon_chen 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-20 09:42:52 +00:00
dillon_chen
460275f501 upgrade to 42.0 2022-04-20 14:50:51 +08:00
openeuler-ci-bot
2fa19a61db !9 Upgrade to 3.38.3
From: @weijin-deng
Reviewed-by: @weidongkl,@dwl301
Signed-off-by: @weidongkl,@dwl301
2021-05-19 16:22:36 +08:00
weijin-deng
26e1df3d92 Upgrade to 3.38.3
Update License and BuildRequires
2021-05-19 15:59:28 +08:00
openeuler-ci-bot
6f919bcfdb !7 upgrade to 3.38.2
From: @jinzhimin369
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2021-01-30 17:38:01 +08:00
jzm369
9f274bb668 Upgrade to 3.38.2 2021-01-30 16:27:08 +08:00
openeuler-ci-bot
7699e57dc7 !4 update souce0
From: @zzm_567
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2020-09-29 10:07:10 +08:00
x30007275
2c27f1a71e update source0 2020-09-07 14:32:15 +08:00
3 changed files with 41 additions and 25 deletions

Binary file not shown.

BIN
yelp-xsl-42.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,29 +1,35 @@
Name: yelp-xsl
Version: 3.36.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
%global tarball_version %%(echo %{version} | tr '~' '.')
BuildRequires: gcc python3-libxml2 itstool
BuildRequires: /usr/bin/xmllint /usr/bin/xsltproc /usr/bin/ducktype
Name: yelp-xsl
Version: 42.1
Release: 1
Summary: XSL stylesheets for the yelp help browser
License: LGPLv2+ and GPLv2+
URL: https://wiki.gnome.org/Apps/Yelp
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
BuildArch: noarch
BuildRequires: gcc
BuildRequires: itstool
BuildRequires: make
BuildRequires: python3-libxml2
BuildRequires: /usr/bin/ducktype
BuildRequires: /usr/bin/xmllint
BuildRequires: /usr/bin/xsltproc
%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}
%package devel
Summary: Developer documentation for yelp-xsl
Requires: %{name} = %{version}-%{release}
%description devel
The package contains developer documentation for the XSL stylesheets in %{name}.
%package_help
%description devel
The yelp-xsl-devel package contains developer documentation for the
XSL stylesheets in yelp-xsl.
%prep
%autosetup -n %{name}-%{version}
%autosetup -p1 -n %{name}-%{tarball_version}
%build
%configure --enable-doc
@ -33,20 +39,30 @@ The package contains developer documentation for the XSL stylesheets in %{name}.
%make_install
%files
%defattr(-,root,root)
%doc AUTHORS README.md
%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
* Wed Nov 9 2022 hkgy <kaguyahatu@outlook.com> - 42.1-1
- Upgrade to v42.1
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
- Update to 42.0
* Wed May 19 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.3-1
- Upgrade to 3.38.3
- Update License and BuildRequires
* Fri Jan 29 2021 jinzhimin <jinzhimin2@huawei.com> - 3.38.2-1
- Upgrade to 3.38.2
* Mon Sep 7 2020 zhanzhimin <zhanzhimin@huawei.com> - 3.36.0-2
- Update Source0
* Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 3.36.0-1
- Upgrade to 3.36.0-1