Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d7a7c1a75 | ||
|
|
ba8f9b73f2 | ||
|
|
852e2a5e92 | ||
|
|
7a4f915cf8 | ||
|
|
eddc9a8cc9 |
4 changed files with 13 additions and 25 deletions
2
.cvsignore → .gitignore
vendored
2
.cvsignore → .gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
spectool-1.0.10.tar.bz2
|
spectool-1.0.10.tar.bz2
|
||||||
rpmdevtools-7.5.tar.xz
|
rpmdevtools-7.8.tar.xz
|
||||||
21
Makefile
21
Makefile
|
|
@ -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)
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
%global spectool_version 1.0.10
|
%global spectool_version 1.0.10
|
||||||
|
|
||||||
Name: rpmdevtools
|
Name: rpmdevtools
|
||||||
Version: 7.5
|
Version: 7.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM Development Tools
|
Summary: RPM Development Tools
|
||||||
|
|
||||||
|
|
@ -31,7 +31,7 @@ Requires: gawk
|
||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: man
|
Requires: man
|
||||||
Requires: python >= 2.4
|
Requires: python >= 2.4
|
||||||
Requires: rpm-build >= 4.4.2.1
|
Requires: rpm-build >= 4.4.2.3
|
||||||
Requires: rpm-python
|
Requires: rpm-python
|
||||||
Requires: sed
|
Requires: sed
|
||||||
Requires: wget
|
Requires: wget
|
||||||
|
|
@ -114,6 +114,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.8-1
|
||||||
|
- Update to 7.8, fixes #562316.
|
||||||
|
|
||||||
|
* Tue Feb 2 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.7-1
|
||||||
|
- Update to 7.7, fixes #558263.
|
||||||
|
|
||||||
|
* Mon Dec 7 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.6-1
|
||||||
|
- Update to 7.6, fixes #528907.
|
||||||
|
|
||||||
* Thu Sep 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.5-1
|
* Thu Sep 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.5-1
|
||||||
- Update to 7.5, fixes #502403.
|
- Update to 7.5, fixes #502403.
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
||||||
d193612122f297ee4b37f1b04f605768 spectool-1.0.10.tar.bz2
|
d193612122f297ee4b37f1b04f605768 spectool-1.0.10.tar.bz2
|
||||||
ec396743a9d350ac4a6d5a104807ccca rpmdevtools-7.5.tar.xz
|
a495921f4c05cc92018f61cccf6fdfbf rpmdevtools-7.8.tar.xz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue