1.5.21-1
update to 1.5.21 link with gpg-error when building with gpgme support (#621626)
This commit is contained in:
parent
d897ddc6b1
commit
945efb120a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
mutt-1.5.20-20100718hg1a35f0.tar.bz2
|
mutt-1.5.20-20100718hg1a35f0.tar.bz2
|
||||||
|
mutt-1.5.21.tar.gz
|
||||||
|
20
mutt.spec
20
mutt.spec
@ -15,20 +15,19 @@
|
|||||||
|
|
||||||
Summary: A text mode mail user agent
|
Summary: A text mode mail user agent
|
||||||
Name: mutt
|
Name: mutt
|
||||||
Version: 1.5.20
|
Version: 1.5.21
|
||||||
Release: 3.20100718hg1a35f0%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 5
|
Epoch: 5
|
||||||
# The entire source code is GPLv2+ except
|
# The entire source code is GPLv2+ except
|
||||||
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
|
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
|
||||||
License: GPLv2+ and Public Domain
|
License: GPLv2+ and Public Domain
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
# hg snapshot created from http://dev.mutt.org/hg/mutt
|
Source: ftp://ftp.mutt.org/pub/mutt/devel/mutt-%{version}.tar.gz
|
||||||
Source: mutt-1.5.20-20100718hg1a35f0.tar.bz2
|
|
||||||
#Source: ftp://ftp.mutt.org/pub/mutt/devel/mutt-%{version}.tar.gz
|
|
||||||
Source1: mutt_ldap_query
|
Source1: mutt_ldap_query
|
||||||
Patch2: mutt-1.5.13-nodotlock.patch
|
Patch2: mutt-1.5.13-nodotlock.patch
|
||||||
Patch3: mutt-1.5.18-muttrc.patch
|
Patch3: mutt-1.5.18-muttrc.patch
|
||||||
Patch4: mutt-1.5.18-manual.patch
|
Patch4: mutt-1.5.18-manual.patch
|
||||||
|
Patch5: mutt-1.5.21-updating.patch
|
||||||
Url: http://www.mutt.org/
|
Url: http://www.mutt.org/
|
||||||
Requires: mailcap urlview
|
Requires: mailcap urlview
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -62,12 +61,15 @@ regular expression searches and a powerful pattern matching language
|
|||||||
for selecting groups of messages.
|
for selecting groups of messages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mutt
|
%setup -q
|
||||||
./prepare -V
|
#./prepare -V
|
||||||
# Thou shalt use fcntl, and only fcntl
|
# Thou shalt use fcntl, and only fcntl
|
||||||
%patch2 -p1 -b .nodl
|
%patch2 -p1 -b .nodl
|
||||||
%patch3 -p1 -b .muttrc
|
%patch3 -p1 -b .muttrc
|
||||||
%patch4 -p1 -b .manual
|
%patch4 -p1 -b .manual
|
||||||
|
%patch5 -p1 -b .updating
|
||||||
|
|
||||||
|
sed -i.gpgerror 's/`$GPGME_CONFIG --libs`/"\0 -lgpg-error"/' configure
|
||||||
|
|
||||||
install -p -m644 %{SOURCE1} mutt_ldap_query
|
install -p -m644 %{SOURCE1} mutt_ldap_query
|
||||||
|
|
||||||
@ -148,6 +150,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/muttrc.*
|
%{_mandir}/man5/muttrc.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 21 2010 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.21-1
|
||||||
|
- update to 1.5.21
|
||||||
|
- link with gpg-error when building with gpgme support (#621626)
|
||||||
|
|
||||||
* Fri Jul 30 2010 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.20-3.20100718hg1a35f0
|
* Fri Jul 30 2010 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.20-3.20100718hg1a35f0
|
||||||
- update to hg snapshot 20100718hg1a35f0
|
- update to hg snapshot 20100718hg1a35f0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user