Dr. Werner Fink 2017-04-28 16:38:30 +00:00 committed by Git OBS Bridge
parent 5f1e94b174
commit aa2758f4d7
3 changed files with 25 additions and 5169 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 28 16:27:15 UTC 2017 - werner@suse.de
- Move some extend documentation about mutt in a seperate package
- Remove mutt-1.5.21.de.po as mutt now have a de.po as well
-------------------------------------------------------------------
Fri Apr 28 14:37:01 UTC 2017 - werner@suse.de

View File

@ -61,6 +61,7 @@ BuildRequires: gpgme-devel
Url: http://www.mutt.org
Provides: muttssl
Obsoletes: muttssl
Recommends: mutt-doc
Recommends: smtp_daemon
Recommends: urlscan
Recommends: urlview
@ -91,7 +92,6 @@ Source3: mutt.png
Source4: mutt.desktop
Source5: skel.muttrc
Source6: krb5-config
Source7: mutt-1.5.21.de.po
Source9: mutt.mailcap
Patch: %name-%version.dif
# http://www.spinnaker.de/mutt/compressed/
@ -119,6 +119,16 @@ A very powerful mail user agent. It supports (among other nice things)
highlighting, threading, and PGP. It takes some time to get used to,
however.
%package doc
Summary: Additional Documentation about Mutt
Group: Documentation/Other
Requires: %{name} = %{version}
BuildArch: noarch
%description doc
Some extend documentation about mutt together with muttrc examples
for different environments and requirements
%prep
ln -sf neomutt-neomutt-%neo mutt-%version
%setup -q -D -n mutt-%version
@ -213,7 +223,6 @@ chmod 755 $KRB5CFGPATH
--enable-nntp \
--with-idn
make -C doc clean
#make -C po update-po
#cp %{S:7} po/de.po
make
make -C doc
@ -260,7 +269,7 @@ rm -vf %{buildroot}%{_docdir}/%name/manual.txt
%files -f %name.lang
%defattr(-,root,root)
%doc doc/manual.txt.gz COPYRIGHT README* NEWS TODO
%doc doc/manual.txt.gz
%config(noreplace) %{_sysconfdir}/skel/.muttrc
%config(noreplace) %{_sysconfdir}/Muttrc
%{_bindir}/mutt
@ -278,6 +287,13 @@ rm -vf %{buildroot}%{_docdir}/%name/manual.txt
%{_mandir}/man5/mbox_mutt.5.gz
%dir %{_datadir}/mutt/
%{_datadir}/mutt/mailcap
%files doc
%defattr(-,root,root)
%doc %{_docdir}/%name/COPYRIGHT
%doc %{_docdir}/%name/README*
%doc %{_docdir}/%name/NEWS
%doc %{_docdir}/%name/TODO
%doc %{_docdir}/%name/ChangeLog
%doc %{_docdir}/%name/ChangeLog.neomutt
%doc %{_docdir}/%name/LICENSE.md