Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e2c80fd39e | |||
| ccc5b397da | |||
| ba3df849f2 | |||
| 02ebcf8792 | |||
| 0f122f194a |
@@ -1,2 +0,0 @@
|
||||
spectool-1.0.9.tar.bz2
|
||||
rpmdevtools-6.2.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
spectool-1.0.9.tar.bz2
|
||||
rpmdevtools-6.4.tar.bz2
|
||||
@@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: rpmdevtools
|
||||
# $Id$
|
||||
NAME := rpmdevtools
|
||||
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)
|
||||
+7
-1
@@ -3,7 +3,7 @@
|
||||
%define spectool_version 1.0.9
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 6.2
|
||||
Version: 6.4
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
@@ -123,6 +123,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.4-1
|
||||
- Import the previous fix into CVS to resync, bump version
|
||||
|
||||
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.3-1
|
||||
- Fix paths in qa-robot tools
|
||||
|
||||
* Sat Sep 8 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.2-1
|
||||
- Sync deps with Fedora's new "assumed present in buildroots" packages list.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user