8 lines
213 B
Makefile
8 lines
213 B
Makefile
# Makefile for source rpm: subversion
|
|
# $Id: Makefile,v 1.2 2004/09/23 08:27:44 jorton Exp $
|
|
NAME := subversion
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
UPSTREAM_CHECKS := asc
|
|
|
|
include ../common/Makefile.common
|