Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1478937 Details for
Bug 1611258
Missing man page for enchant-lsmod
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
ench.patch (text/plain), 3.57 KB, created by
Milan Crha
on 2018-08-27 11:58:00 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Milan Crha
Created:
2018-08-27 11:58:00 UTC
Size:
3.57 KB
patch
obsolete
>diff --git a/enchant-1.6.0-manpages.patch b/enchant-1.6.0-manpages.patch >new file mode 100644 >index 0000000..2961b3c >--- /dev/null >+++ b/enchant-1.6.0-manpages.patch >@@ -0,0 +1,58 @@ >+diff -up enchant-1.6.0/doc/enchant-lsmod.1.manpages enchant-1.6.0/doc/enchant-lsmod.1 >+--- enchant-1.6.0/doc/enchant-lsmod.1.manpages 2018-08-27 12:48:41.277955309 +0200 >++++ enchant-1.6.0/doc/enchant-lsmod.1 2018-08-27 13:42:43.933910469 +0200 >+@@ -0,0 +1,34 @@ >++.PU >++.TH ENCHANT-LSMOD 1 "July 2006" enchant "Enchant Mini Help File" >++.SH NAME >++enchant-lsmod \- list provider and dictionary information >++.SH SYNOPSIS >++.ll +8 >++.B enchant-lsmod >++[\fB\-lang [\fBlanguage_tag\fR]\fR] [\fB\-list-dicts\fR] [\fB\-h\fR] [\fB\-v\fR] >++.ll -8 >++.br >++.SH DESCRIPTION >++.B enchant-lsmod >++gives information about Enchant's spell-checker providers and the dictionaries each offers. >++.SS OPTIONS >++.TP >++.B "\-lang [language_tag]" >++Lists information about user's language if no \fIlanguage_tag\fR is given, or about that \fIlanguage_tag\fR. >++.TP >++.B "\-list-dicts" >++Lists installed dictionaries. >++.TP >++.B "\-h" >++Prints a brief usage information. >++.TP >++.B "\-v" >++Prints the program's version. >++.SH MORE INFORMATION >++http://www.abisource.com/enchant/ >++.SH "SEE ALSO" >++.BR enchant(1) >++.SH "AUTHOR" >++ Dom Lachowicz >++ WEB: http://www.abisource.com/enchant/ >++ MAIL: domlachowicz@gmail.com >+diff -up enchant-1.6.0/doc/Makefile.am.manpages enchant-1.6.0/doc/Makefile.am >+--- enchant-1.6.0/doc/Makefile.am.manpages 2010-04-01 22:53:37.000000000 +0200 >++++ enchant-1.6.0/doc/Makefile.am 2018-08-27 12:48:41.277955309 +0200 >+@@ -1,3 +1,3 @@ >+-man_MANS = enchant.1 >++man_MANS = enchant.1 enchant-lsmod.1 >+ >+ EXTRA_DIST = $(man_MANS) >+diff -up enchant-1.6.0/doc/Makefile.in.manpages enchant-1.6.0/doc/Makefile.in >+--- enchant-1.6.0/doc/Makefile.in.manpages 2010-04-01 22:56:37.000000000 +0200 >++++ enchant-1.6.0/doc/Makefile.in 2018-08-27 12:48:41.278955309 +0200 >+@@ -215,7 +215,7 @@ target_alias = @target_alias@ >+ top_build_prefix = @top_build_prefix@ >+ top_builddir = @top_builddir@ >+ top_srcdir = @top_srcdir@ >+-man_MANS = enchant.1 >++man_MANS = enchant.1 enchant-lsmod.1 >+ EXTRA_DIST = $(man_MANS) >+ all: all-am >+ >diff --git a/enchant.spec b/enchant.spec >index f81f1d5..f842313 100644 >--- a/enchant.spec >+++ b/enchant.spec >@@ -1,7 +1,7 @@ > Summary: An Enchanting Spell Checking Library > Name: enchant > Version: 1.6.0 >-Release: 21%{?dist} >+Release: 22%{?dist} > Epoch: 1 > Group: System Environment/Libraries > License: LGPLv2+ >@@ -14,6 +14,8 @@ BuildRequires: hunspell-devel > BuildRequires: libvoikko-devel > BuildRequires: automake, libtool > >+Patch01: enchant-1.6.0-manpages.patch >+ > %description > A library that wraps other spell checking backends. > >@@ -45,6 +47,7 @@ Libraries, headers, and support files necessary to compile applications using li > > %prep > %setup -q >+%patch01 -p1 -b .manpages > > %build > %configure --enable-myspell --with-myspell-dir=/usr/share/myspell --disable-static --disable-ispell --disable-hspell --disable-zemberek >@@ -63,6 +66,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la > %dir %{_libdir}/enchant > %{_libdir}/enchant/lib*myspell.so* > %{_mandir}/man1/enchant.1.gz >+%{_mandir}/man1/enchant-lsmod.1.gz > %{_datadir}/enchant > > %files aspell >@@ -79,6 +83,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/enchant/*.la > %ldconfig_scriptlets > > %changelog >+* Mon Aug 27 2018 Milan Crha <mcrha@redhat.com> - 1:1.6.0-22 >+- Add patch for RH bug #1611258 (Missing man page for enchant-lsmod) >+ > * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.6.0-21 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1611258
:
1472402
| 1478937