Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c4dc267c5 | ||
|
|
2e6fd4d0dc | ||
|
|
2e5e8730da |
4 changed files with 7 additions and 24 deletions
1
.cvsignore → .gitignore
vendored
1
.cvsignore → .gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
abcm2ps-5.9.5.tar.gz
|
abcm2ps-5.9.5.tar.gz
|
||||||
abcplus_en-1.1.0.zip
|
abcplus_en-1.1.0.zip
|
||||||
|
/abcm2ps-5.9.21.tar.gz
|
||||||
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 $$d/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: abcm2ps
|
Name: abcm2ps
|
||||||
Version: 5.9.5
|
Version: 5.9.21
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A program to typeset ABC tunes into Postscript
|
Summary: A program to typeset ABC tunes into Postscript
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
|
|
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 5 2011 Gérard Milmeister <gemi@bluewin.ch> - 5.9.21-1
|
||||||
|
- new release 5.9.21
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9.5-2
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
||||||
08282cc997a7cd74a95e39a5fa1c57e2 abcm2ps-5.9.5.tar.gz
|
68d75b7641adce38e90dbc72d706be16 abcm2ps-5.9.21.tar.gz
|
||||||
bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip
|
bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue