Compare commits

...

5 Commits

Author SHA1 Message Date
Fedora Release Engineering e2c80fd39e dist-git conversion 2010-07-29 11:38:19 +00:00
Bill Nottingham ccc5b397da Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:29:17 +00:00
Jesse Keating ba3df849f2 Initialize branch F-8 for rpmdevtools 2007-10-20 10:54:24 +00:00
Lubomir Rintel 02ebcf8792 - Import the previous fix into CVS to resync, bump version 2007-10-12 18:54:20 +00:00
Lubomir Rintel 0f122f194a - Fix paths in qa-robot tools 2007-10-12 14:55:57 +00:00
5 changed files with 10 additions and 25 deletions
-2
View File
@@ -1,2 +0,0 @@
spectool-1.0.9.tar.bz2
rpmdevtools-6.2.tar.bz2
+2
View File
@@ -0,0 +1,2 @@
spectool-1.0.9.tar.bz2
rpmdevtools-6.4.tar.bz2
-21
View File
@@ -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
View File
@@ -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.
+1 -1
View File
@@ -1,2 +1,2 @@
b3563111a44656efd3a2d9b44b830562 spectool-1.0.9.tar.bz2
89bc0d3b1012c9fc3bd8602ff15d033d rpmdevtools-6.2.tar.bz2
52c257170fb8de032196f04859bdee2c rpmdevtools-6.4.tar.bz2