Compare commits
3 Commits
f10
..
F-11-split
| Author | SHA1 | Date | |
|---|---|---|---|
| 56e38cc3da | |||
| a4a99af821 | |||
| 9001d0f950 |
@@ -0,0 +1,2 @@
|
||||
spectool-1.0.10.tar.bz2
|
||||
rpmdevtools-7.1.tar.lzma
|
||||
@@ -1,2 +0,0 @@
|
||||
spectool-1.0.10.tar.bz2
|
||||
rpmdevtools-7.3.tar.lzma
|
||||
@@ -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)
|
||||
+2
-34
@@ -3,7 +3,7 @@
|
||||
%global spectool_version 1.0.10
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 7.3
|
||||
Version: 7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
@@ -31,7 +31,7 @@ Requires: findutils
|
||||
Requires: gawk
|
||||
Requires: grep
|
||||
Requires: rpm-build >= 4.4.2.1
|
||||
Requires: rpm-python
|
||||
Requires: rpm-python >= 4.4.2.2
|
||||
Requires: sed
|
||||
Requires: wget
|
||||
# For _get_cword in bash completion snippet
|
||||
@@ -111,38 +111,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2009 Ville Skyttä <ville.skytta at iki.fi> - 7.3-1
|
||||
- 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.
|
||||
|
||||
* Wed May 20 2009 Ville Skyttä <ville.skytta at iki.fi> - 7.2-1
|
||||
- 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.
|
||||
|
||||
* Sat Apr 4 2009 Ville Skyttä <ville.skytta at iki.fi> - 7.1-1
|
||||
- 7.1.
|
||||
- Make rpmdev-md5 and friends work on non-srpm package files too.
|
||||
|
||||
Reference in New Issue
Block a user