- Remove dist defines, fedora-release does that now
- Enable post-build buildroot checking by default
This commit is contained in:
parent
ee4ba18f75
commit
c46920bba7
@ -1 +1 @@
|
||||
redhat-rpm-config-9.0.0.tar.bz2
|
||||
redhat-rpm-config-9.0.1.tar.bz2
|
||||
|
@ -1,12 +1,15 @@
|
||||
Summary: Red Hat specific rpm configuration files.
|
||||
Name: redhat-rpm-config
|
||||
Version: 9.0.0
|
||||
Release: 1.fc8
|
||||
Version: 9.0.1
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Development/System
|
||||
Source: redhat-rpm-config-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
Requires: mktemp
|
||||
# if rpm-build is present (thus building rpms), we need newer for
|
||||
# check buildroot
|
||||
Conflicts: rpm-build < 4.4.2.1-0.4.rc2
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
# rpmrc passes -mtune which first appeared in gcc 3.4
|
||||
%ifarch i386 i686 sparc
|
||||
@ -22,15 +25,6 @@ Red Hat specific rpm configuration files.
|
||||
%install
|
||||
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||
|
||||
cat >> ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/macros << EOF
|
||||
|
||||
#
|
||||
# dist macros
|
||||
%%fedora 8
|
||||
%%dist .fc8
|
||||
%%fc8 1
|
||||
EOF
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
@ -39,6 +33,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_prefix}/lib/rpm/redhat
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 9.0.1-1
|
||||
- Remove dist defines, fedora-release does that now
|
||||
- Enable post-build buildroot checking by default
|
||||
|
||||
* Tue Jun 19 2007 Jeremy Katz <katzj@redhat.com> - 9.0.0-1
|
||||
- use stock find-lang.sh (#213041)
|
||||
- arm fixes (Lennert Buytenhek, #243523)
|
||||
|
Loading…
Reference in New Issue
Block a user