Compare commits

..

6 Commits

Author SHA1 Message Date
Ville Skyttä ad236b74cf - Release 7.3.
Sat May 23 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add rpmdev-packager - script for getting rpm packager info.
- Use rpmdev-packager in rpmdev-bumpspec and rpmdev-init.el.
- Fix rpmdev-extract MIME type comparisons with file(1) output containing
    parameters.
2009-05-24 21:29:50 +00:00
Ville Skyttä fe9555b86f - Release 7.2.
Sun May 3 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add dummy spec template for ad-hoc testing.
Sat May 2 2009 Ville Skyttä <ville.skytta at iki.fi>
- Improve newspec/newinit when only "-o foo" argument is given (#498588,
    thanks to Edwin ten Brink).
- Try to get packager mail address for *Emacs rpm-spec-mode from
    ~/.fedora.cert if rpm-spec-user-mail-address is not set.
- Add xz support to rpmdev-extract.
Sat Apr 18 2009 Ville Skyttä <ville.skytta at iki.fi>
- Make bumpspec's use of "head" POSIX compliant.
Thu Apr 16 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add rpmdev-newinit for easier access to the init script template, move
    the template to %{_sysconfdir}/rpmdevtools, improve reload action
    example.
Tue Apr 7 2009 Ville Skyttä <ville.skytta at iki.fi>
- Speed up rpmls bash completion.
2009-05-21 14:48:30 +00:00
Jesse Keating 223f09dee1 Initialize branch F-11 for rpmdevtools 2009-04-15 07:41:29 +00:00
Ville Skyttä 56e38cc3da - 7.1.
- Make rpmdev-md5 and friends work on non-srpm package files too.
Sun Mar 15 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add bash completion.
Mon Mar 9 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add query format option to rmdevelrpms, sort output by NEVRA.
Sun Feb 22 2009 Ville Skyttä <ville.skytta at iki.fi>
- Use %%global instead of %%define in spec templates.
- Handle %%global in addition to %%define in rpmdev-bumpspec.
Mon Jan 26 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add result dependent exit statuses to rpmdev-vercmp.
Fri Dec 26 2008 Ville Skyttä <ville.skytta at iki.fi>
- Add minimum version to rpm-python dependency (for rpmdev-bumpspec).
2009-04-04 11:48:20 +00:00
Jesse Keating a4a99af821 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 20:29:35 +00:00
Ville Skyttä 9001d0f950 - 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).
2008-12-26 10:57:15 +00:00
4 changed files with 23 additions and 1 deletions
View File
+21
View File
@@ -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 $$/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)
+1
View File
@@ -0,0 +1 @@
F-11
+1 -1
View File
@@ -4,7 +4,7 @@
Name: rpmdevtools
Version: 7.3
Release: 1%{?dist}
Release: 1
Summary: RPM Development Tools
Group: Development/Tools