Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 0f66e4b261b22bd43bba4529f1267323 > files > 2

neomutt-20180716-0.4.mga7.src.rpm

Name:           neomutt
Version:        20180716
Release:        %mkrel 0.4
Summary:        A command line mail reader based on Mutt
Group:          Networking/Mail
License:        GPLv2
URL:            https://www.neomutt.org/
Source0:        https://github.com/neomutt/neomutt/archive/%{name}-%{version}.tar.gz

BuildRequires:  pkgconfig(ncursesw)
BuildRequires:  pkgconfig(lua)
BuildRequires:  pkgconfig(openssl)
BuildRequires:  pkgconfig(gnutls)
BuildRequires:  pkgconfig(libidn2)
BuildRequires:  pkgconfig(libsasl2)
BuildRequires:  pkgconfig(krb5)
BuildRequires:  pkgconfig(kyotocabinet)
BuildRequires:  gpgme-devel
BuildRequires:  doxygen
BuildRequires:  xsltproc
BuildRequires:  docbook-dtds
BuildRequires:  docbook-style-xsl
BuildRequires:  docbook-utils
BuildRequires:  linuxdoc-tools
BuildRequires:  db-devel >= 5.3
Requires:       urlview
Requires:       sasl-plug-login
Requires:	sasl-plug-gssapi
Recommends:     mailcap
Recommends:     neomutt-doc = %{version}-%{release}

%description
What is NeoMutt?

    NeoMutt is a project of projects.
    A place to gather all the patches against Mutt.
    A place for all the developers to gather.

Hopefully this will build the community and reduce duplicated effort.

NeoMutt was created when Richard Russon (FlatCap) took all the old Mutt
patches, sorted through them, fixed them up and documented them.

%package doc
Summary:        Documentation and examples for NeoMutt
BuildArch:      noarch

%description doc
This package contains the documentation and examples for NeoMutt.

%prep
%autosetup -n %{name}-%{name}-%{version}

%build
%configure2_5x \
    --lua \
    --gpgme \
    --full-doc \
    --gnutls \
    --gss \
    --ssl \
    --docdir=%{_docdir}/%{name}-doc \
    --bdb \
    --pgp \
    --smime \
    --locales-fix \
    --sasl \
    --idn2 \
    --disable-idn \
    --libdir=%{_libdir} \
    --disable-maintainer-mode \
    --disable-dependency-tracking \
    --kyotocabinet \
    --with-ui \
    --with-lock

# neomutt automatically adds /lib and /usr/lib regardless of arch, so this fixes it
%__sed -i "s|L/lib|L/%{_lib}|g" Makefile
%__sed -i "s|L/usr/lib|L/usr/%{_lib}|g" Makefile

%make_build

%install
%make_install

%find_lang %{name}
%files -f %{name}.lang
%doc README.* ChangeLog.md CONTRIBUTING.md
%config(noreplace) %{_sysconfdir}/neomuttrc
%{_bindir}/neomutt
%{_libexecdir}/%{name}/*
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*

%files doc
%{_docdir}/%{name}-doc/


%changelog
* Wed Feb 13 2019 luigiwalser <luigiwalser> 20180716-0.4.mga7
+ Revision: 1366531
- rebuild for libidn2

* Wed Jan 09 2019 wally <wally> 20180716-0.3.mga7
+ Revision: 1353603
- rebuild for new libidn2

* Sun Sep 23 2018 umeabot <umeabot> 20180716-0.2.mga7
+ Revision: 1299696
- Mageia 7 Mass Rebuild

* Tue Aug 07 2018 kekepower <kekepower> 20180716-0.1.mga7
+ Revision: 1248797
- Update to release 20180716

* Fri Jun 22 2018 kekepower <kekepower> 20180622-0.2.mga7
+ Revision: 1239075
- Fix Requires for sasl-plugins

* Fri Jun 22 2018 kekepower <kekepower> 20180622-0.1.mga7
+ Revision: 1238867
- Update to release 20180622

* Sat Jun 09 2018 kekepower <kekepower> 20180512-0.3.mga7
+ Revision: 1235643
- BR krb53-devel
- Enable gss

* Thu May 24 2018 kekepower <kekepower> 20180512-0.2.mga7
+ Revision: 1232067
- Build with idn2 and disable idn

* Sat May 12 2018 kekepower <kekepower> 20180512-0.1.mga7
+ Revision: 1228456
- Update to release 20180512

* Fri May 11 2018 kekepower <kekepower> 20180323-0.2.mga7
+ Revision: 1228383
- Rebuild for libidn 1.35

* Fri Apr 27 2018 kekepower <kekepower> 20180323-0.1.mga7
+ Revision: 1222911
- Update to version 20180323
- Update BRs
- Fix file lists
+ diogoleal <diogoleal>
- added neomutt spec file
- Created package structure for neomutt.