From b65ffca3845bb57ea6da0fd3aeadb380789b000c Mon Sep 17 00:00:00 2001 From: Patrick Laughton Date: Wed, 14 Nov 2007 19:42:57 +0000 Subject: [PATCH] BZ#383061 --- .cvsignore | 1 + alpine.spec | 23 +++++++++++++++++++---- sources | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index e69de29..419e120 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +alpine-0.99999.tar.bz2 diff --git a/alpine.spec b/alpine.spec index 75a3094..0f50d90 100644 --- a/alpine.spec +++ b/alpine.spec @@ -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 0.99999-2 +- update to latest + +* Thu Oct 25 2007 Rex Dieter 0.9999-3 +- include stock pine.conf, pine.conf.fixed + * Fri Sep 07 2007 Joshua Daniel Franklin 0.9999-2 - update to latest diff --git a/sources b/sources index 8e3c35b..bcedde7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61ce134e24185727e6a0736738767630 alpine-0.9999.tar.bz2 +5ffbfc0000998595755f1b08ad800c9d alpine-0.99999.tar.bz2