Compare commits
10 Commits
4a0111fb22
...
126303b899
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
126303b899 | ||
|
|
004cc1e963 | ||
|
|
3c6ebf5490 | ||
|
|
31e25b2f97 | ||
|
|
58df452112 | ||
|
|
6d9a4c5adf | ||
|
|
bf5662e6c2 | ||
|
|
cc2682fe19 | ||
|
|
0986d25b57 | ||
|
|
181677055f |
@ -1,7 +1,7 @@
|
||||
Name: texi2html
|
||||
Version: 5.0
|
||||
Release: 12
|
||||
License: GPLv2+ and OFSFDL and (CC-BY-SA or GPLv2)
|
||||
Release: 16
|
||||
License: GPL-2.0-or-later and OFSFDL and (CC-BY-SA-1.0 or GPL-2.0-only)
|
||||
Summary: Tools for converting Texinfo source files to HTML output
|
||||
URL: http://www.nongnu.org/texi2html/
|
||||
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||
@ -11,11 +11,11 @@ Patch0: texi2html-5.0-Do-not-install-Unicode-EastAsianWidth-if-external-is.patc
|
||||
# Do not install bundled libintl-perl, <https://savannah.nongnu.org/bugs/?43457>
|
||||
Patch1: texi2html-5.0-Do-not-install-libintl-perl-if-external-is-used.patch
|
||||
|
||||
Requires: latex2html perl-interpreter >= 5.004
|
||||
Requires: perl-interpreter >= 5.004
|
||||
Requires: perl(Locale::Messages)
|
||||
Requires: perl(Text::Unidecode)
|
||||
Requires: perl(Unicode::EastAsianWidth)
|
||||
BuildRequires: git
|
||||
BuildRequires: automake gcc
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -30,7 +30,7 @@ Summary: Help manual for %{name}
|
||||
The %{name}-help package conatins man manual etc
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1 -Sgit
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
# Remove bundled modules
|
||||
rm -r lib
|
||||
# Regenerate build script because of the patch
|
||||
@ -74,5 +74,17 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf
|
||||
%{_mandir}/man*/%{name}*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 06 2022 wangkai <wangkai385@h-partners.com> - 5.0-16
|
||||
- License compliance rectification
|
||||
|
||||
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 5.0-15
|
||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 5.0-14
|
||||
- Completing build dependencies to fix automake command and gcc missing error
|
||||
|
||||
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-13
|
||||
- remove useless Requires of package
|
||||
|
||||
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0-12
|
||||
- Package init
|
||||
|
||||
4
texi2html.yaml
Normal file
4
texi2html.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: NA
|
||||
src_repo: NA
|
||||
tag_prefix: NA
|
||||
seperator: NA
|
||||
Loading…
x
Reference in New Issue
Block a user