Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73aafeff6a | |||
| ac581323d8 | |||
| 265c4ccadc | |||
| b74333061d |
@@ -1,2 +0,0 @@
|
||||
spectool-1.0.7.tar.bz2
|
||||
rpmdevtools-5.2.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
rpmdevtools-5.3.tar.bz2
|
||||
spectool-1.0.8.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)
|
||||
+5
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user