Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
5efdbb8d12 dist-git conversion 2010-07-28 09:44:23 +00:00
Bill Nottingham
5234091283 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:39 +00:00
Rex Dieter
08d637d87c - alpine-2.00 (#460332) 2008-08-27 16:51:30 +00:00
Jesse Keating
429f61e998 Initialize branch F-9 for alpine 2008-04-20 12:06:52 +00:00
5 changed files with 7 additions and 25 deletions

View file

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

1
.gitignore vendored Normal file
View file

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

View file

@ -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)

View file

@ -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 <rdieter@fedoraproject.org> 2.00-1
- alpine-2.00 (#460332)
* Mon Mar 24 2008 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 1.10-4
- No changes; Bump for tag system

View file

@ -1 +1 @@
c507684620766ed091186785a0dccbca alpine-1.10.tar.bz2
84e44cbf71ed674800a5d57eed9c1c52 alpine-2.00.tar.bz2