Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8343548bb2 | ||
|
|
1639cb7eba | ||
|
|
57d2e70ad5 | ||
|
|
55b523ae15 | ||
|
|
b4ea6a1831 |
4 changed files with 6 additions and 24 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: altermime
|
||||
# $Id$
|
||||
NAME := altermime
|
||||
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)
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Name: altermime
|
||||
Version: 0.3.7
|
||||
Release: 3%{?dist}
|
||||
Version: 0.3.8
|
||||
Release: 1%{?dist}.1
|
||||
Summary: Alter MIME-encoded mailpacks
|
||||
|
||||
Group: Applications/Internet
|
||||
|
|
@ -46,6 +46,9 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 19 2008 Tim Jackson <rpm@timj.co.uk> 0.3.8-1.fc9.1
|
||||
- Update to version 0.3.8
|
||||
|
||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.7-3
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
534a68f9fed6867511c50e1e7bdf7722 altermime-0.3.7.tar.gz
|
||||
e9717152d05318731ffbf67e2087af3b altermime-0.3.8.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue