Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2c80fd39e | ||
|
|
ccc5b397da | ||
|
|
ba3df849f2 | ||
|
|
02ebcf8792 | ||
|
|
0f122f194a | ||
|
|
5b303311c6 |
@@ -1,2 +0,0 @@
|
||||
spectool-1.0.9.tar.bz2
|
||||
rpmdevtools-6.1.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
spectool-1.0.9.tar.bz2
|
||||
rpmdevtools-6.4.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)
|
||||
+43
-16
@@ -3,7 +3,7 @@
|
||||
%define spectool_version 1.0.9
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 6.1
|
||||
Version: 6.4
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
@@ -18,26 +18,38 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
Provides: spectool = %{spectool_version}
|
||||
Obsoletes: fedora-rpmdevtools < 5.0
|
||||
# Required for tool operations
|
||||
Requires: rpm-python
|
||||
Requires: python
|
||||
Requires: cpio
|
||||
Requires: sed
|
||||
Requires: perl
|
||||
Requires: wget
|
||||
Requires: file
|
||||
Requires: fakeroot
|
||||
# Minimal RPM build requirements
|
||||
Requires: rpm-build >= 4.4.2.1
|
||||
Requires: bash
|
||||
Requires: bzip2
|
||||
Requires: coreutils
|
||||
Requires: cpio
|
||||
Requires: diffutils
|
||||
Requires: findutils
|
||||
Requires: gawk
|
||||
Requires: gcc
|
||||
Requires: gcc-c++
|
||||
Requires: redhat-rpm-config
|
||||
Requires: make
|
||||
Requires: tar
|
||||
Requires: diffutils
|
||||
Requires: grep
|
||||
Requires: gzip
|
||||
Requires: bzip2
|
||||
Requires: info
|
||||
Requires: make
|
||||
Requires: patch
|
||||
Requires: redhat-release
|
||||
Requires: redhat-rpm-config
|
||||
Requires: rpm-build >= 4.4.2.1
|
||||
Requires: sed
|
||||
Requires: tar
|
||||
Requires: unzip
|
||||
Requires: util-linux
|
||||
Requires: which
|
||||
# Additionally required for tool operations
|
||||
#Requires: cpio
|
||||
Requires: fakeroot
|
||||
Requires: file
|
||||
Requires: perl
|
||||
Requires: python
|
||||
Requires: rpm-python
|
||||
#Requires: sed
|
||||
Requires: wget
|
||||
|
||||
%description
|
||||
This package contains scripts and (X)Emacs support files to aid in
|
||||
@@ -111,6 +123,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.4-1
|
||||
- Import the previous fix into CVS to resync, bump version
|
||||
|
||||
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.3-1
|
||||
- Fix paths in qa-robot tools
|
||||
|
||||
* Sat Sep 8 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.2-1
|
||||
- Sync deps with Fedora's new "assumed present in buildroots" packages list.
|
||||
|
||||
* Thu Sep 6 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Init script template cleanups.
|
||||
|
||||
* Tue Aug 28 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Update rpminfo to version 2004-07-07-02.
|
||||
|
||||
* Fri Aug 10 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.1-1
|
||||
- Sync COPYING with http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user