Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d983deaa69 | ||
|
|
8ba17b07e0 | ||
|
|
b3408790ad | ||
|
|
6080e1381c | ||
|
|
a435d7b2d4 | ||
|
|
e7bedcff4e | ||
|
|
d3f2e953ce | ||
|
|
a33d3a18f2 | ||
|
|
1f405acaf3 | ||
|
|
f1a55044c0 | ||
|
|
61dbb79aed | ||
|
|
9a552d4934 |
@@ -1,2 +1,2 @@
|
||||
spectool-1.0.10.tar.bz2
|
||||
rpmdevtools-7.8.tar.xz
|
||||
rpmdevtools-7.9.tar.xz
|
||||
@@ -0,0 +1,21 @@
|
||||
# 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 $$d/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)
|
||||
+8
-2
@@ -3,7 +3,7 @@
|
||||
%global spectool_version 1.0.10
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 7.8
|
||||
Version: 7.9
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
@@ -29,7 +29,7 @@ Requires: file
|
||||
Requires: findutils
|
||||
Requires: gawk
|
||||
Requires: grep
|
||||
Requires: man
|
||||
Requires: %{_bindir}/man
|
||||
Requires: python >= 2.4
|
||||
Requires: rpm-build >= 4.4.2.3
|
||||
Requires: rpm-python
|
||||
@@ -114,6 +114,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 20 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.9-1
|
||||
- Update to 7.9, fixes #588313 and #589705.
|
||||
|
||||
* Fri Apr 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.8-2
|
||||
- Require %%{_bindir}/man instead of man (#582932).
|
||||
|
||||
* Tue Feb 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.8-1
|
||||
- Update to 7.8, fixes #562316.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user