Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
6403629120 dist-git conversion 2010-07-29 11:38:34 +00:00
Bill Nottingham
e25fdc2fed Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:29:17 +00:00
Ville Skyttä
2976961e0e - Update to 6.4:
- Fix paths in qa-robot tools (#361831, Lubomir Kundrak).
- Sync deps with Fedora's new "assumed present in buildroots" packages
    list.
- Init script template cleanups.
- Update rpminfo to version 2004-07-07-02.
2007-11-01 18:49:53 +00:00
Ville Skyttä
f4b24c88d7 Update for compatibility with rpm-build >= 4.4.2.1 (ouch, a surprise FC-6
update)
2007-08-27 20:37:49 +00:00
Ville Skyttä
1e0afe107b - Update spectool to 1.0.8, fixes #212108. 2006-10-25 12:26:06 +00:00
Jeremy Katz
11ad65c1fa Initialize branch FC-6 for rpmdevtools 2006-10-23 18:46:22 +00:00
5 changed files with 97 additions and 41 deletions

View file

@ -1,2 +0,0 @@
spectool-1.0.7.tar.bz2
rpmdevtools-5.2.tar.bz2

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
spectool-1.0.9.tar.bz2
rpmdevtools-6.4.tar.bz2

View file

@ -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)

View file

@ -1,15 +1,19 @@
%define emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d %define emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d
%define xemacs_sitestart_d %{_datadir}/xemacs/site-packages/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.9
Name: rpmdevtools Name: rpmdevtools
Version: 5.2 Version: 6.4
Release: 1%{?dist} # 0.x series is vanilla rpmdevtools 6.x except that it includes the
# fedora-rpmdevtools backwards compatibility features dropped in vanilla
# 6.x versions. 0.x series is intended to be shipped for Fedora <= 7 only.
Release: 0.1%{?dist}
Summary: RPM Development Tools Summary: RPM Development Tools
Group: Development/Tools Group: Development/Tools
License: GPL # rpmdev-setuptree is GPLv2, everything else GPLv2+
URL: http://fedora.redhat.com/ License: GPLv2+ and GPLv2
URL: http://fedoraproject.org/
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2 Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -18,11 +22,38 @@ BuildArch: noarch
Provides: spectool = %{spectool_version} Provides: spectool = %{spectool_version}
Provides: fedora-rpmdevtools = %{version} Provides: fedora-rpmdevtools = %{version}
Obsoletes: fedora-rpmdevtools < 5.0 Obsoletes: fedora-rpmdevtools < 5.0
# Required for tool operations
Requires: rpm-python, python, cpio, sed, perl, wget, file
# Minimal RPM build requirements # Minimal RPM build requirements
Requires: rpm-build, gcc, gcc-c++, redhat-rpm-config, make, tar, patch Requires: bash
Requires: diffutils, gzip, bzip2, unzip Requires: bzip2
Requires: coreutils
Requires: cpio
Requires: diffutils
Requires: findutils
Requires: gawk
Requires: gcc
Requires: gcc-c++
Requires: grep
Requires: gzip
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 %description
This package contains scripts and (X)Emacs support files to aid in This package contains scripts and (X)Emacs support files to aid in
@ -38,6 +69,7 @@ rpmdev-vercmp RPM version comparison checker
spectool Expand and download sources and patches in specfiles spectool Expand and download sources and patches in specfiles
rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree
rpmdev-extract Extract various archives, "tar xvf" style rpmdev-extract Extract various archives, "tar xvf" style
...and many more.
%prep %prep
@ -76,10 +108,6 @@ ln -s rpmdev-wipetree $RPM_BUILD_ROOT%{_bindir}/fedora-wipebuildtree
ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo
%check
make check
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -113,13 +141,62 @@ fi
%doc COPYING README* %doc COPYING README*
%config(noreplace) %{_sysconfdir}/rpmdevtools/ %config(noreplace) %{_sysconfdir}/rpmdevtools/
%{_datadir}/rpmdevtools/ %{_datadir}/rpmdevtools/
%{_bindir}/* %{_bindir}/fedora-*
%{_prefix}/lib/rpm/check-* %{_bindir}/rpm*
%{_bindir}/spectool
%ghost %{_datadir}/*emacs %ghost %{_datadir}/*emacs
%{_mandir}/man?/*.* %{_mandir}/man[18]/rpm*.[18]*
%changelog %changelog
* Thu Nov 1 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.4-0.1
- Update to 6.4:
- Fix paths in qa-robot tools (#361831, Lubomir Kundrak).
- Sync deps with Fedora's new "assumed present in buildroots" packages list.
- Init script template cleanups.
- Update rpminfo to version 2004-07-07-02.
* Mon Aug 13 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.1-0.1
- Remove check-{buildroot,rpaths*}, now included in rpm-build >= 4.4.2.1.
- Include rpmsodiff and dependencies (rpmargs, rpmelfsym, rpmfile, rpmpeek,
rpmsoname) from ALT Linux's qa-robot package.
- Drop explicit dependency on patch, pulled in by recent rpm-build.
- Sync COPYING with http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
- Work around #250990 in rpmls and rpmdev-extract.
- Clarify copyright info of rpmdev-* and rpmls.
* Sat Jul 7 2007 Ville Skyttä <ville.skytta at iki.fi> - 5.4-1
- Fix Epoch handling in the 2-arg form of rpmdev-vercmp with yum < 3.1.2.
- The long form of the list option in rmdevelrpms is --list-only, not --list.
* Thu Jul 5 2007 Ville Skyttä <ville.skytta at iki.fi>
- Add cmake and scons to default devel package list in rpmdev-rmdevelrpms.
- Add LSB comment block to init script template.
* Wed Jun 27 2007 Ville Skyttä <ville.skytta at iki.fi>
- Add 2-argument form for comparing EVR strings to rpmdev-vercmp
(available only if rpmUtils.miscutils is available).
* Sat Jun 16 2007 Ville Skyttä <ville.skytta at iki.fi>
- Include rpmls (#213778).
* Fri Jun 15 2007 Ville Skyttä <ville.skytta at iki.fi>
- Update spectool to 1.0.9 (#243731).
* Wed Apr 11 2007 Ville Skyttä <ville.skytta at iki.fi>
- Add --list-only option to rmdevelrpms (Thorsten Leemhuis).
* Tue Mar 13 2007 Ville Skyttä <ville.skytta at iki.fi>
- BR perl(ExtUtils::MakeMaker) by default in perl spec template.
- Update URL.
* Wed Nov 8 2006 Ville Skyttä <ville.skytta at iki.fi>
- Arch-qualify output of matched packages in rmdevelrpms and allow
arch-qualified packages in the config file.
* 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 * Mon Oct 2 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.2-1
- Skip *.jar.so.debug in check-buildroot (#208903). - Skip *.jar.so.debug in check-buildroot (#208903).
- Treat yasm and *-static as devel packages in rmdevelrpms. - Treat yasm and *-static as devel packages in rmdevelrpms.

View file

@ -1,2 +1,2 @@
e2b1668f39c085807cae5a770c252dd5 spectool-1.0.7.tar.bz2 b3563111a44656efd3a2d9b44b830562 spectool-1.0.9.tar.bz2
41f59ef5512abd5f9bf266067166eea8 rpmdevtools-5.2.tar.bz2 52c257170fb8de032196f04859bdee2c rpmdevtools-6.4.tar.bz2