BZ#383061

This commit is contained in:
Patrick Laughton 2007-11-14 19:42:57 +00:00
commit b65ffca384
3 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1 @@
alpine-0.99999.tar.bz2

View file

@ -2,14 +2,14 @@
Summary: UW Alpine mail user agent
Name: alpine
Version: 0.9999
Version: 0.99999
Release: 2%{?dist}
License: Apache Software License
Group: Applications/Internet
URL: http://www.washington.edu/alpine
#Source0: ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.bz2
# removed cc5.sol problem file, see BZ for details
# FTP: ftp://ftp.cac.washington.edu/alpine/
# SVN: https://svn.cac.washington.edu/public/alpine/snapshots/
Source0: %{name}-%{version}.tar.bz2
Requires: /usr/sbin/sendmail aspell mailcap
@ -50,7 +50,6 @@ GNU Build System's autotools.
%prep
%setup -q
chmod -x alpine/arg.c pico/main.c
%build
touch imap/ip6
@ -66,12 +65,19 @@ make %{?_smp_mflags} EXTRACFLAGS="$RPM_OPT_FLAGS"
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# create/touch %ghost'd files
mkdir -p $RPM_BUILD_ROOT/etc
touch $RPM_BUILD_ROOT/etc/pine.conf
touch $RPM_BUILD_ROOT/etc/pine.conf.fixed
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README LICENSE doc/tech-notes.txt
%ghost %config(noreplace) /etc/pine.conf
%ghost %config(noreplace) /etc/pine.conf.fixed
%{_bindir}/alpine
%{_bindir}/pico
%{_bindir}/pilot
@ -84,6 +90,15 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/rpdump.1*
%changelog
* Thu Nov 09 2007 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 0.99999-2
- update to latest
* Thu Oct 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org. 0.9999-4
- omit sample pine.conf, instead use %%ghost to preserve existing pine.conf's
* Wed Oct 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.9999-3
- include stock pine.conf, pine.conf.fixed
* Fri Sep 07 2007 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 0.9999-2
- update to latest

View file

@ -1 +1 @@
61ce134e24185727e6a0736738767630 alpine-0.9999.tar.bz2
5ffbfc0000998595755f1b08ad800c9d alpine-0.99999.tar.bz2