cvsdist 266fbcc
Summary: Red Hat specific rpm configuration files.
cvsdist 266fbcc
Name: redhat-rpm-config
cvsdist 70d2d1f
Version: 8.0.28
cvsdist 6935aa1
Release: 1.1.1
cvsdist 266fbcc
License: GPL
cvsdist 266fbcc
Group: Development/System
cvsdist 266fbcc
Source: redhat-rpm-config-%{version}.tar.gz
cvsdist 266fbcc
BuildArch: noarch
cvsdist 1d5dc7b
#Requires: rpmbuild(VendorConfig) <= 4.1
cvsdist 1d5dc7b
#Requires: mktemp
cvsdist 266fbcc
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 266fbcc
cvsdist 266fbcc
%description
cvsdist 266fbcc
Red Hat specific rpm configuration files.
cvsdist 266fbcc
cvsdist 266fbcc
%prep
cvsdist 266fbcc
cvsdist 266fbcc
%install
cvsdist 266fbcc
rm -rf ${RPM_BUILD_ROOT}
cvsdist 266fbcc
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm
cvsdist 266fbcc
( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0}; mv %{name}-%{version} redhat; rm -f redhat/*.spec )
cvsdist 266fbcc
cvsdist 70d2d1f
# fix perms of config.{guess,sub}
cvsdist 70d2d1f
chmod a+x ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/config.{guess,sub}
cvsdist 70d2d1f
cvsdist 266fbcc
%clean
cvsdist 266fbcc
rm -rf ${RPM_BUILD_ROOT}
cvsdist 266fbcc
cvsdist 266fbcc
%files
cvsdist 266fbcc
%defattr(-,root,root)
cvsdist 266fbcc
%{_prefix}/lib/rpm/redhat
cvsdist 266fbcc
cvsdist 266fbcc
%changelog
cvsdist 6935aa1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6935aa1
- rebuilt
cvsdist 6935aa1
cvsdist 70d2d1f
* Wed Sep 17 2003 Elliot Lee <sopwith@redhat.com> 8.0.28-1
cvsdist 70d2d1f
- Change brp-compress to pass -n flag to gzip (per msw's request)
cvsdist 70d2d1f
cvsdist 70d2d1f
* Tue Jul 15 2003 Elliot Lee <sopwith@redhat.com> 8.0.27-1
cvsdist 70d2d1f
- Fix broken configure macro find for config.guess/config.sub
cvsdist 70d2d1f
- Put host/target/build back for now
cvsdist 70d2d1f
cvsdist 70d2d1f
* Mon Jul  7 2003 Jens Petersen <petersen@redhat.com> - 8.0.26-1
cvsdist 70d2d1f
- preserve the vendor field when VENDOR not set
cvsdist 70d2d1f
- put VENDOR in the final i386-libc line, not the tentative one
cvsdist 70d2d1f
cvsdist 70d2d1f
* Mon Jul  7 2003 Jens Petersen <petersen@redhat.com> - 8.0.25-1
cvsdist 70d2d1f
- update config.{guess,sub} to 2003-06-17
cvsdist 70d2d1f
- define VENDOR to be redhat only when /etc/redhat-release present
cvsdist 70d2d1f
  [suggested by jbj]
cvsdist 70d2d1f
- put VENDOR in vendor field in our config.guess file for
cvsdist 70d2d1f
  ia64, ppc, ppc64, s390, s390x, x86_64 and elf32-i386 Linux
cvsdist 70d2d1f
- drop the --host, --build, --target and --program-prefix configure options
cvsdist 70d2d1f
  from %%configure, since this causes far too many problems
cvsdist 70d2d1f
cvsdist 70d2d1f
* Fri May  2 2003 Jens Petersen <petersen@redhat.com> - 8.0.24-3
cvsdist 70d2d1f
- make config.{guess,sub} executable
cvsdist 70d2d1f
cvsdist 70d2d1f
* Thu May  1 2003 Jens Petersen <petersen@redhat.com> - 8.0.22-2
cvsdist 70d2d1f
- add config.guess and config.sub (2003-02-22) with s390 patch on config.sub
cvsdist 70d2d1f
- make %%configure use them
cvsdist 70d2d1f
cvsdist 70d2d1f
* Mon Mar 03 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 70d2d1f
- Unset $DISPLAY in macros
cvsdist 70d2d1f
cvsdist 1d5dc7b
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 8.0.21-1
cvsdist 1d5dc7b
- Just turn on -g unconditionally for now
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 8.0.20-1
cvsdist 1d5dc7b
- Reorganize rpmrc/macros to set cflags in a nicer manner.
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Wed Jan 22 2003 Elliot Lee <sopwith@redhat.com> 8.0.19-1
cvsdist 1d5dc7b
- Disable brp-implant-ident-static until it works everywhere
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Jan 16 2003 Nalin Dahyabhai <nalin@redhat.com> 8.0.18-1
cvsdist 1d5dc7b
- add brp-implant-ident-static, which requires mktemp
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Jan  9 2003 Bill Nottingham <notting@redhat.com> 8.0.17-1
cvsdist 1d5dc7b
- add brp-strip-static-archive from rpm-4.2-0.54
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 8.0.16-1
cvsdist 1d5dc7b
- make -g in rpmrc conditional on debug_package
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 8.0.15-1
cvsdist 1d5dc7b
- Rename -debug subpackages to -debuginfo
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.14-1
cvsdist 1d5dc7b
- tweak debug package stuff so that we are overloading %%install
cvsdist 1d5dc7b
  instead of %%post
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.13-1
cvsdist 1d5dc7b
- turn on internal rpm dep generation by default
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 8.0.12-1
cvsdist 1d5dc7b
- New release with debug packages on
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Tue Dec  3 2002 Bill Nottingham <notting@redhat.com> 8.0.8-1
cvsdist 1d5dc7b
- turn debug packages off
cvsdist 1d5dc7b
- override optflags with no -g
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Fri Nov 22 2002 Elliot Lee <sopwith@redhat.com> 8.0.7-1
cvsdist 1d5dc7b
- turn on debug packages
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 8.0.6-1
cvsdist 1d5dc7b
- Pass __strip and __objdump macros
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 8.0.5-1
cvsdist 1d5dc7b
- Update macros to specify find-provides/find-requires
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Oct 31 2002 Elliot Lee <sopwith@redhat.com> 8.0.4-1
cvsdist 1d5dc7b
- Remove tracking dependency
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Wed Oct 16 2002 Phil Knirsch <pknirsch@redhat.com> 8.0.3-2
cvsdist 1d5dc7b
- Added fix for outdated config.[sub|guess] files in %configure section
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Wed Oct 16 2002 Elliot Lee <sopwith@redhat.com> 8.0.3-1
cvsdist 1d5dc7b
- New release that blows up on unpackaged files and missing doc files.
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Thu Oct  3 2002 Jeremy Katz <katzj@redhat.com> 8.0.2
cvsdist 1d5dc7b
- don't redefine everything in macros, just what we need to
cvsdist 1d5dc7b
cvsdist 1d5dc7b
* Mon Sep 16 2002 Alexander Larsson <alexl@redhat.com> 8.0.1
cvsdist 1d5dc7b
- Add debug package support to %__spec_install_post
cvsdist 1d5dc7b
cvsdist a18b34f
* Tue Sep  3 2002 Bill Nottingham <notting@redhat.com> 8.0-1
cvsdist a18b34f
- bump version
cvsdist a18b34f
cvsdist 82f8f0d
* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 7.3.94-1
cvsdist 82f8f0d
- Update macrofiles
cvsdist 82f8f0d
cvsdist 1e8002d
* Wed Jul 31 2002 Elliot Lee <sopwith@redhat.com> 7.3.93-1
cvsdist 1e8002d
- Add _unpackaged_files_terminate_build and 
cvsdist 1e8002d
_missing_doc_files_terminate_build to macros
cvsdist 1e8002d
cvsdist 1e8002d
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-6
cvsdist 1e8002d
- find-lang.sh fix from 67368
cvsdist 1e8002d
- find-requires fix from 67325
cvsdist 266fbcc
cvsdist 266fbcc
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-5
cvsdist 266fbcc
- Add /etc/rpm/macros back to make #67951 go away
cvsdist 266fbcc
cvsdist 266fbcc
* Wed Jun 26 2002 Jens Petersen <petersen@redhat.com> 7.3.92-4
cvsdist 266fbcc
- fix %%configure targeting for autoconf-2.5x (#58468)
cvsdist 266fbcc
- include ~/.rpmmacros in macrofiles file path again
cvsdist 266fbcc
cvsdist 266fbcc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 7.3.92-3
cvsdist 266fbcc
- automated rebuild
cvsdist 266fbcc
cvsdist 266fbcc
* Fri Jun 21 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-2
cvsdist 266fbcc
- Don't define _arch
cvsdist 266fbcc
cvsdist 266fbcc
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1
cvsdist 266fbcc
- find-lang error detection from Havoc
cvsdist 266fbcc
cvsdist 266fbcc
* Wed Jun 12 2002 Elliot Lee <sopwith@redhat.com> 7.3.91-1
cvsdist 266fbcc
- Update
cvsdist 266fbcc
cvsdist 266fbcc
* Sun Jun  9 2002 Jeff Johnson <jbj@redhat.com>
cvsdist 266fbcc
- create.