Compare commits
4 Commits
f9
..
F-11-split
| Author | SHA1 | Date | |
|---|---|---|---|
| 56e38cc3da | |||
| a4a99af821 | |||
| 9001d0f950 | |||
| 608037954d |
@@ -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.0.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)
|
||||
+29
-6
@@ -1,9 +1,9 @@
|
||||
%define emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d
|
||||
%define xemacs_sitestart_d %{_datadir}/xemacs/site-packages/lisp/site-start.d
|
||||
%define spectool_version 1.0.10
|
||||
%global emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d
|
||||
%global xemacs_sitestart_d %{_datadir}/xemacs/site-packages/lisp/site-start.d
|
||||
%global spectool_version 1.0.10
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 7.0
|
||||
Version: 7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
@@ -11,7 +11,7 @@ Group: Development/Tools
|
||||
# rpmdev-setuptree is GPLv2, everything else GPLv2+
|
||||
License: GPLv2+ and GPLv2
|
||||
URL: https://fedorahosted.org/rpmdevtools/
|
||||
Source0: https://fedorahosted.org/releases/r/p/rpmdevtools/%{name}-%{version}.tar.lzma
|
||||
Source0: https://fedorahosted.org/released/rpmdevtools/%{name}-%{version}.tar.lzma
|
||||
Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@@ -31,9 +31,11 @@ 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
|
||||
Conflicts: bash-completion < 20080705
|
||||
|
||||
%description
|
||||
This package contains scripts and (X)Emacs support files to aid in
|
||||
@@ -100,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README*
|
||||
%config(noreplace) %{_sysconfdir}/rpmdevtools/
|
||||
%{_sysconfdir}/bash_completion.d/
|
||||
%{_datadir}/rpmdevtools/
|
||||
%{_bindir}/rpm*
|
||||
%{_bindir}/spectool
|
||||
@@ -108,6 +111,26 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
* 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).
|
||||
|
||||
* 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).
|
||||
|
||||
Reference in New Issue
Block a user