Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4badb5996 | ||
|
|
9bf74954ce | ||
|
|
9f44c40c2f | ||
|
|
3f5cdae6f1 | ||
|
|
540aef0f1c | ||
|
|
d0042ab94c | ||
|
|
614b281005 | ||
|
|
c6786f2453 | ||
|
|
8da96b550f | ||
|
|
4b5cba18d3 | ||
|
|
119a82759d | ||
|
|
3f4df0fc4c | ||
|
|
c9aaf6f371 | ||
|
|
0f2c6e2209 |
3 changed files with 10 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ alpine-2.00.tar.bz2
|
||||||
/alpine-2.10.clean.tar.lzma
|
/alpine-2.10.clean.tar.lzma
|
||||||
/alpine-2.11.tar.xz
|
/alpine-2.11.tar.xz
|
||||||
/alpine-2.20.tar.xz
|
/alpine-2.20.tar.xz
|
||||||
|
/alpine-2.21.tar.xz
|
||||||
|
|
|
||||||
20
alpine.spec
20
alpine.spec
|
|
@ -2,16 +2,17 @@
|
||||||
|
|
||||||
Summary: powerful, easy to use console email client
|
Summary: powerful, easy to use console email client
|
||||||
Name: alpine
|
Name: alpine
|
||||||
Version: 2.20
|
Version: 2.21
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
# Upstream change - see https://groups.google.com/forum/#!msg/comp.mail.pine/4w_f1ro6GRA/faiu1Egw_ywJ
|
# Upstream change - see https://groups.google.com/forum/#!msg/comp.mail.pine/4w_f1ro6GRA/faiu1Egw_ywJ
|
||||||
#URL: http://re-alpine.sourceforge.net/
|
#URL: http://re-alpine.sourceforge.net/
|
||||||
#Source0: http://downloads.sourceforge.net/sourceforge/re-alpine/re-alpine-%{version}%{?pre}.tar.bz2
|
#Source0: http://downloads.sourceforge.net/sourceforge/re-alpine/re-alpine-%{version}%{?pre}.tar.bz2
|
||||||
URL: http://patches.freeiz.com/alpine/info/alpine.html
|
URL: http://alpine.freeiz.com/
|
||||||
Source0: http://patches.freeiz.com/alpine/patches/alpine-%{version}/alpine-%{version}.tar.xz
|
Source0: http://alpine.freeiz.com/alpine/release/src/alpine-%{version}.tar.xz
|
||||||
|
|
||||||
Source1: README.fedora
|
Source1: README.fedora
|
||||||
|
|
||||||
# Using "Conflicts" instead of Obsoletes because while alpine is substantially
|
# Using "Conflicts" instead of Obsoletes because while alpine is substantially
|
||||||
|
|
@ -72,8 +73,6 @@ GNU Build System's autotools.
|
||||||
|
|
||||||
install -m644 -p %{SOURCE1} .
|
install -m644 -p %{SOURCE1} .
|
||||||
|
|
||||||
#autoreconf -f -i
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch imap/ip6
|
touch imap/ip6
|
||||||
|
|
@ -94,7 +93,6 @@ make %{?_smp_mflags} EXTRACFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# create/touch %ghost'd files
|
# create/touch %ghost'd files
|
||||||
|
|
@ -103,12 +101,7 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/pine.conf
|
||||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/pine.conf.fixed
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/pine.conf.fixed
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README LICENSE
|
%doc README LICENSE
|
||||||
%doc README.fedora
|
%doc README.fedora
|
||||||
%ghost %config(noreplace) %{_sysconfdir}/pine.conf
|
%ghost %config(noreplace) %{_sysconfdir}/pine.conf
|
||||||
|
|
@ -126,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2017 Paul Wouters <pwouters@redhat.com> - 2.21-1
|
||||||
|
- alpine 2.21, update URL, .spec cosmetics
|
||||||
|
|
||||||
* Fri Oct 09 2015 Rex Dieter <rdieter@fedoraproject.org> 2.20-2
|
* Fri Oct 09 2015 Rex Dieter <rdieter@fedoraproject.org> 2.20-2
|
||||||
- use patched alpine sources (#1270331,#1270183)
|
- use patched alpine sources (#1270331,#1270183)
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
2d63c923f7995890c0eecfc0c3d1c936 alpine-2.20.tar.xz
|
SHA512 (alpine-2.21.tar.xz) = a2a36a033c8af79810816a7da7185c269808ba6d84d013691fd8b3764c63f5fb2284e6844ec5a5e99d168514ae636debf59fae962533a2916679e4e9109c6264
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue