Compare commits

..

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 73aafeff6a dist-git conversion 2010-07-29 11:38:24 +00:00
Bill Nottingham ac581323d8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:29:15 +00:00
Dennis Gilmore 265c4ccadc Initialize branch EL-4 for rpmdevtools 2006-11-06 04:34:46 +00:00
Ville Skyttä b74333061d - Update spectool to 1.0.8, fixes #212108. 2006-10-25 12:26:07 +00:00
5 changed files with 9 additions and 27 deletions
-2
View File
@@ -1,2 +0,0 @@
spectool-1.0.7.tar.bz2
rpmdevtools-5.2.tar.bz2
+2
View File
@@ -0,0 +1,2 @@
rpmdevtools-5.3.tar.bz2
spectool-1.0.8.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)
+5 -2
View File
@@ -1,9 +1,9 @@
%define emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d
%define xemacs_sitestart_d %{_datadir}/xemacs/site-packages/lisp/site-start.d
%define spectool_version 1.0.7
%define spectool_version 1.0.8
Name: rpmdevtools
Version: 5.2
Version: 5.3
Release: 1%{?dist}
Summary: RPM Development Tools
@@ -120,6 +120,9 @@ fi
%changelog
* Wed Oct 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.3-1
- Update spectool to 1.0.8, fixes #212108.
* Mon Oct 2 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.2-1
- Skip *.jar.so.debug in check-buildroot (#208903).
- Treat yasm and *-static as devel packages in rmdevelrpms.
+2 -2
View File
@@ -1,2 +1,2 @@
e2b1668f39c085807cae5a770c252dd5 spectool-1.0.7.tar.bz2
41f59ef5512abd5f9bf266067166eea8 rpmdevtools-5.2.tar.bz2
4d2cd5398dfe75f2bfd96e9ecd9b46c1 rpmdevtools-5.3.tar.bz2
42534ac977cd85df810a4450152543ec spectool-1.0.8.tar.bz2