rpms/alpine/F-7 .cvsignore, 1.1, 1.2 alpine.spec, 1.1, 1.2 sources, 1.2, 1.3

Patrick Laughton (jima) fedora-extras-commits at redhat.com
Wed Nov 14 19:43:31 UTC 2007


Author: jima

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

Modified Files:
	.cvsignore alpine.spec sources 
Log Message:
BZ#383061


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/alpine/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Sep 2007 18:23:34 -0000	1.1
+++ .cvsignore	14 Nov 2007 19:42:57 -0000	1.2
@@ -0,0 +1 @@
+alpine-0.99999.tar.bz2


Index: alpine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alpine/F-7/alpine.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alpine.spec	24 Oct 2007 17:24:14 -0000	1.1
+++ alpine.spec	14 Nov 2007 19:42:57 -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 
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/alpine/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Oct 2007 17:32:01 -0000	1.2
+++ sources	14 Nov 2007 19:42:57 -0000	1.3
@@ -1 +1 @@
-61ce134e24185727e6a0736738767630  alpine-0.9999.tar.bz2
+5ffbfc0000998595755f1b08ad800c9d  alpine-0.99999.tar.bz2




More information about the fedora-extras-commits mailing list