Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc03caf683 | ||
|
|
854f221020 | ||
|
|
d8da7911ec | ||
|
|
c124574a5b | ||
|
|
157ec0d71c | ||
|
|
fd26f71937 |
4 changed files with 13 additions and 25 deletions
2
.cvsignore → .gitignore
vendored
2
.cvsignore → .gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
|||
abcm2ps-5.8.0.tar.gz
|
||||
abcm2ps-5.9.3.tar.gz
|
||||
abcplus_en-1.1.0.zip
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: abcm2ps
|
||||
# $Id$
|
||||
NAME := abcm2ps
|
||||
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)
|
||||
13
abcm2ps.spec
13
abcm2ps.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: abcm2ps
|
||||
Version: 5.8.0
|
||||
Version: 5.9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A program to typeset ABC tunes into Postscript
|
||||
|
||||
|
|
@ -46,12 +46,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc abcplus_en*/*
|
||||
%doc *.abc License README features.txt format.txt options.txt Changes
|
||||
%doc *.abc *.eps License README features.txt format.txt options.txt Changes
|
||||
%{_bindir}/abcm2ps
|
||||
%{_datadir}/abcm2ps
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 2 2009 Gerard Milmeister <gemi@bluewin.ch> - 5.9.3-1
|
||||
- new release 5.9.3
|
||||
|
||||
* Sun Oct 5 2008 Gerard Milmeister <gemi@bluewin.ch> - 5.9.1-1
|
||||
- new release 5.9.1
|
||||
|
||||
* Sun Sep 28 2008 Gerard Milmeister <gemi@bluewin.ch> - 5.9.0-1
|
||||
- new release 5.9.0
|
||||
|
||||
* Wed Feb 13 2008 Gerard Milmeister <gemi@bluewin.ch> - 5.8.0-1
|
||||
- new release 5.8.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
0612f9b6e95be3cc3525645bcd5c5016 abcm2ps-5.8.0.tar.gz
|
||||
9521d8c7746a2bfe6f39f152e1633e13 abcm2ps-5.9.3.tar.gz
|
||||
bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue