Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f5dfa511f | ||
|
|
0a4cba16bb | ||
|
|
8bbb2a3188 | ||
|
|
2850c8c181 |
5 changed files with 7 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
abcMIDI-2008-09-24.zip
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
abcMIDI-2009-03-17.zip
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: abcMIDI
|
||||
# $Id$
|
||||
NAME := abcMIDI
|
||||
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,12 +1,12 @@
|
|||
Name: abcMIDI
|
||||
Version: 20080924
|
||||
Version: 20090317
|
||||
Release: 1%{?dist}
|
||||
Summary: ABC to/from MIDI conversion utilities
|
||||
|
||||
Group: Applications/Multimedia
|
||||
License: GPLv2+
|
||||
URL: http://abc.sourceforge.net/abcMIDI
|
||||
Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2008-09-24.zip
|
||||
Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2009-03-17.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
|
|
@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 13 2009 Gerard Milmeister <gemi@bluewin.ch> - 20090317-1
|
||||
- new release 2009-03-17
|
||||
|
||||
* Wed Sep 24 2008 Gerard Milmeister <gemi@bluewin.ch> - 20080924-1
|
||||
- new release 2008-09-24
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3aa16f97bfc3bf187dc6ce5ea6a60750 abcMIDI-2008-09-24.zip
|
||||
e58ee677884bfc85fd3cd150179966c1 abcMIDI-2009-03-17.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue