rpms/alpine/F-8 alpine.spec,1.1,1.2

Joshua Daniel Franklin (joshuadf) fedora-extras-commits at redhat.com
Sat Nov 10 00:24:49 UTC 2007


Author: joshuadf

Update of /cvs/pkgs/rpms/alpine/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5047

Modified Files:
	alpine.spec 
Log Message:
update to latest


Index: alpine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alpine/F-8/alpine.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alpine.spec	7 Sep 2007 20:00:54 -0000	1.1
+++ alpine.spec	10 Nov 2007 00:24:15 -0000	1.2
@@ -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 @@
 
 %prep
 %setup -q
-chmod -x alpine/arg.c pico/main.c
 
 %build
 touch imap/ip6
@@ -66,12 +65,19 @@
 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 @@
 %{_mandir}/man1/rpdump.1*
 
 %changelog
+* Thu Nov 09 2007 Joshua Daniel Franklin <joshuadfranklin at 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 at yahoo.com> 0.9999-2
 - update to latest 
 




More information about the fedora-extras-commits mailing list