Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9aab569214 | ||
|
|
d6f9debdcd | ||
|
|
e408b451ec | ||
|
|
eb40e4a843 | ||
|
|
d0e7d54795 | ||
|
|
2390eafcee | ||
|
|
29b358a23f |
5 changed files with 17 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
|||
abcMIDI-2006-10-15.zip
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
abcMIDI-2007-01-06.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)
|
||||
22
abcMIDI.spec
22
abcMIDI.spec
|
|
@ -1,14 +1,12 @@
|
|||
Name: abcMIDI
|
||||
Version: 20061015
|
||||
Release: 2%{?dist}
|
||||
Version: 20070106
|
||||
Release: 1%{?dist}
|
||||
Summary: ABC to/from MIDI conversion utilities
|
||||
|
||||
Group: Applications/Multimedia
|
||||
License: GPL
|
||||
URL: http://abc.sourceforge.net/abcMIDI
|
||||
Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-10-15.zip
|
||||
Patch0: abcmidi-snprintf.patch
|
||||
Patch1: abcmidi-sprintf.patch
|
||||
Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2007-01-06.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
|
|
@ -23,8 +21,6 @@ which is a part of the abcm2ps.
|
|||
|
||||
%prep
|
||||
%setup -q -n abcmidi
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
# correct end-of-line encoding
|
||||
sed -i 's/\r//' doc/*.txt demo.abc doc/AUTHORS VERSION
|
||||
|
||||
|
|
@ -65,6 +61,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 9 2007 Gerard Milmeister <gemi@bluewin.ch> - 20070106-1
|
||||
- new version 20070106
|
||||
|
||||
* Wed Dec 13 2006 Gerard Milmeister <gemi@bluewin.ch> - 20061211-1
|
||||
- new version 20061211
|
||||
|
||||
* Mon Nov 6 2006 Gerard Milmeister <gemi@bluewin.ch> - 20061103-1
|
||||
- new version 20061103
|
||||
|
||||
* Tue Oct 31 2006 Gerard Milmeister <gemi@bluewin.ch> - 20061027-1
|
||||
- new version 20061027
|
||||
|
||||
* Mon Oct 16 2006 Gerard Milmeister <gemi@bluewin.ch> - 20061015-1
|
||||
- new version 20061015
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
747a19f8b7320d90683142eea1b8f6a3 abcMIDI-2006-10-15.zip
|
||||
be1d03c642ae5a6d99728e4108aa6ae6 abcMIDI-2007-01-06.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue