diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 23c640b..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -alpine-1.10.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71a0b76 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +alpine-2.00.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index 19cd451..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: alpine -# $Id$ -NAME := alpine -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/alpine.spec b/alpine.spec index 206798c..4ed3110 100644 --- a/alpine.spec +++ b/alpine.spec @@ -2,8 +2,8 @@ Summary: UW Alpine mail user agent Name: alpine -Version: 1.10 -Release: 4%{?dist} +Version: 2.00 +Release: 1%{?dist} License: ASL 2.0 Group: Applications/Internet @@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 27 2008 Rex Dieter 2.00-1 +- alpine-2.00 (#460332) + * Mon Mar 24 2008 Joshua Daniel Franklin 1.10-4 - No changes; Bump for tag system diff --git a/sources b/sources index c895ed8..b4072d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c507684620766ed091186785a0dccbca alpine-1.10.tar.bz2 +84e44cbf71ed674800a5d57eed9c1c52 alpine-2.00.tar.bz2