Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73aafeff6a | |||
| ac581323d8 | |||
| 265c4ccadc | |||
| b74333061d | |||
| d91bf461fe | |||
| b66f791260 | |||
| 301513e17f | |||
| 5c289783ef |
@@ -1,2 +0,0 @@
|
||||
rpmdevtools-5.0.tar.bz2
|
||||
spectool-1.0.7.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)
|
||||
+14
-3
@@ -1,10 +1,10 @@
|
||||
%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.0
|
||||
Release: 2%{?dist}
|
||||
Version: 5.3
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
Group: Development/Tools
|
||||
@@ -120,6 +120,17 @@ 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.
|
||||
|
||||
* Sat Sep 9 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.1-1
|
||||
- Re-add PHP PEAR spec template, more improvements to it (#198706,
|
||||
Christopher Stone, Remi Collet).
|
||||
|
||||
* Tue Aug 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.0-2
|
||||
- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user