Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5efdbb8d12 | ||
|
|
5234091283 | ||
|
|
08d637d87c | ||
|
|
429f61e998 |
5 changed files with 7 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
alpine-1.10.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
alpine-2.00.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c507684620766ed091186785a0dccbca alpine-1.10.tar.bz2
|
||||
84e44cbf71ed674800a5d57eed9c1c52 alpine-2.00.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue