Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a700fc3c2e | ||
|
|
4f46771124 | ||
|
|
12b366ed3f | ||
|
|
2e2ef762c3 | ||
|
|
b04778d8e9 |
5 changed files with 65 additions and 56 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
spectool-1.0.10.tar.bz2
|
|
||||||
rpmdevtools-6.6.tar.bz2
|
|
||||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
spectool-1.0.10.tar.bz2
|
||||||
|
rpmdevtools-7.0.tar.lzma
|
||||||
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 @@
|
||||||
%define spectool_version 1.0.10
|
%define spectool_version 1.0.10
|
||||||
|
|
||||||
Name: rpmdevtools
|
Name: rpmdevtools
|
||||||
Version: 6.6
|
Version: 7.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM Development Tools
|
Summary: RPM Development Tools
|
||||||
|
|
||||||
|
|
@ -11,49 +11,28 @@ Group: Development/Tools
|
||||||
# rpmdev-setuptree is GPLv2, everything else GPLv2+
|
# rpmdev-setuptree is GPLv2, everything else GPLv2+
|
||||||
License: GPLv2+ and GPLv2
|
License: GPLv2+ and GPLv2
|
||||||
URL: https://fedorahosted.org/rpmdevtools/
|
URL: https://fedorahosted.org/rpmdevtools/
|
||||||
Source0: http://scop.fedorapeople.org/rpmdevtools/%{name}-%{version}.tar.bz2
|
Source0: https://fedorahosted.org/releases/r/p/rpmdevtools/%{name}-%{version}.tar.lzma
|
||||||
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)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# All build deps for man page generation
|
# lzma for unpacking the tarball
|
||||||
|
BuildRequires: lzma
|
||||||
|
# help2man, pod2man, *python for creating man pages
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: %{_bindir}/pod2man
|
BuildRequires: %{_bindir}/pod2man
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: rpm-python
|
BuildRequires: rpm-python
|
||||||
Provides: spectool = %{spectool_version}
|
Provides: spectool = %{spectool_version}
|
||||||
Obsoletes: fedora-rpmdevtools < 5.0
|
|
||||||
# Minimal RPM build requirements
|
|
||||||
Requires: bash
|
|
||||||
Requires: bzip2
|
|
||||||
Requires: coreutils
|
|
||||||
Requires: cpio
|
|
||||||
Requires: diffutils
|
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: fakeroot
|
||||||
Requires: file
|
Requires: file
|
||||||
Requires: perl
|
Requires: findutils
|
||||||
Requires: python
|
Requires: gawk
|
||||||
|
Requires: grep
|
||||||
|
Requires: rpm-build >= 4.4.2.1
|
||||||
Requires: rpm-python
|
Requires: rpm-python
|
||||||
#Requires: sed
|
Requires: sed
|
||||||
Requires: wget
|
Requires: wget
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
@ -65,7 +44,7 @@ rpmdev-newspec Creates new .spec from template
|
||||||
rpmdev-rmdevelrpms Find (and optionally remove) "development" RPMs
|
rpmdev-rmdevelrpms Find (and optionally remove) "development" RPMs
|
||||||
rpmdev-checksig Check package signatures using alternate RPM keyring
|
rpmdev-checksig Check package signatures using alternate RPM keyring
|
||||||
rpminfo Print information about executables and libraries
|
rpminfo Print information about executables and libraries
|
||||||
rpmdev-md5 Display the md5sum of all files in an RPM
|
rpmdev-md5/sha* Display checksums of all files in an RPM package file
|
||||||
rpmdev-vercmp RPM version comparison checker
|
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
|
||||||
|
|
@ -129,6 +108,57 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 7.0-1
|
||||||
|
- 7.0.
|
||||||
|
- Drop fonts spec template, adapt to new ones from Fedora fonts SIG (#477055).
|
||||||
|
- Add man page for rpmdev-newspec.
|
||||||
|
|
||||||
|
* Tue Dec 16 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Add imake and intltool to internal list of devel packages in rmdevelrpms.
|
||||||
|
|
||||||
|
* Sat Dec 13 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Add rpmdev-sha*/*sum companions to rpmdev-md5 (ticket #7).
|
||||||
|
|
||||||
|
* Wed Nov 26 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Add vamp-plugin-sdk to internal list of non-devel packages in rmdevelrpms
|
||||||
|
(#472641, Michael Schwendt).
|
||||||
|
|
||||||
|
* Thu Nov 20 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Drop "minimal buildroot" dependencies.
|
||||||
|
- Drop fedora-rpmdevtools Obsoletes.
|
||||||
|
|
||||||
|
* Mon Oct 13 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Show available types in rpmdev-newspec --help (ticket #6, Todd Zullinger).
|
||||||
|
|
||||||
|
* Fri Sep 26 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Add -r/--rightmost option to rpmdev-bumpspec (ticket #1, Thorsten Leemhuis).
|
||||||
|
- Add %%packager from rpm config to the set of defaults for rpmdev-bumpspec's
|
||||||
|
user string.
|
||||||
|
|
||||||
|
* Thu Sep 25 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Bring rpmdev-bumpspec copyright holder closer to truth (Michael Schwendt).
|
||||||
|
|
||||||
|
* Mon Sep 22 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Switch to lzma compressed tarball.
|
||||||
|
|
||||||
|
* Sun Sep 7 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Improve arch specific %%files in perl spec template (#461177, Chris Weyl).
|
||||||
|
|
||||||
|
* Sun Aug 3 2008 Ville Skyttä <ville.skytta at iki.fi> - 6.7-1
|
||||||
|
- 6.7.
|
||||||
|
- Make rpmdev-diff, rpmdev-md5 and rpminfo honor TMPDIR.
|
||||||
|
|
||||||
|
* Sat Apr 26 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Make rpmls work with URLs.
|
||||||
|
|
||||||
|
* Sun Apr 20 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Include rpm arch in dir names created by rpmdev-extract (#443266).
|
||||||
|
|
||||||
|
* Fri Apr 18 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||||
|
- Remove duplicate "reload" from case block in init script template.
|
||||||
|
- Fix exit status of "reload" in case service is not running in init
|
||||||
|
script template (#442993).
|
||||||
|
|
||||||
* Thu Mar 27 2008 Ville Skyttä <ville.skytta at iki.fi> - 6.6-1
|
* Thu Mar 27 2008 Ville Skyttä <ville.skytta at iki.fi> - 6.6-1
|
||||||
- Fix man page generation.
|
- Fix man page generation.
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
||||||
d193612122f297ee4b37f1b04f605768 spectool-1.0.10.tar.bz2
|
d193612122f297ee4b37f1b04f605768 spectool-1.0.10.tar.bz2
|
||||||
7bcf7bdb6071b4f19c86435e667ca3e4 rpmdevtools-6.6.tar.bz2
|
ccdff99d03845ab8ea294a702b5f6681 rpmdevtools-7.0.tar.lzma
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue