2002-06-12 13:18:39 +00:00
|
|
|
Summary: Red Hat specific rpm configuration files.
|
|
|
|
Name: redhat-rpm-config
|
2005-03-23 19:52:10 +00:00
|
|
|
Version: 8.0.34
|
2004-06-25 16:02:37 +00:00
|
|
|
Release: 1
|
2002-06-12 13:18:39 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Development/System
|
|
|
|
Source: redhat-rpm-config-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
2002-10-31 16:23:46 +00:00
|
|
|
#Requires: rpmbuild(VendorConfig) <= 4.1
|
2003-02-13 16:33:31 +00:00
|
|
|
#Requires: mktemp
|
2002-06-12 13:18:39 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2004-12-03 18:52:37 +00:00
|
|
|
# rpmrc passes -mtune which first appeared in gcc 3.4
|
|
|
|
%ifarch i386 i686 sparc
|
|
|
|
Conflicts: gcc < 3.4
|
|
|
|
%endif
|
|
|
|
|
2002-06-12 13:18:39 +00:00
|
|
|
%description
|
|
|
|
Red Hat specific rpm configuration files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm
|
2002-06-12 13:26:24 +00:00
|
|
|
( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0}; mv %{name}-%{version} redhat; rm -f redhat/*.spec )
|
2002-06-12 13:18:39 +00:00
|
|
|
|
2003-05-02 10:00:46 +00:00
|
|
|
# fix perms of config.{guess,sub}
|
|
|
|
chmod a+x ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/config.{guess,sub}
|
|
|
|
|
2002-06-12 13:18:39 +00:00
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_prefix}/lib/rpm/redhat
|
|
|
|
|
|
|
|
%changelog
|
2005-03-23 19:52:10 +00:00
|
|
|
* Wed Mar 23 2005 Elliot Lee <sopwith@redhat.com> 8.0.34-1
|
|
|
|
- Bug fixes
|
|
|
|
- Cflags change by drepper
|
|
|
|
|
2005-02-09 15:09:11 +00:00
|
|
|
* Wed Feb 9 2005 Elliot Lee <sopwith@redhat.com> 8.0.33-1
|
|
|
|
- Change -D to -Wp,-D to make java happy
|
2004-11-15 15:23:30 +00:00
|
|
|
- Add -D_FORTIFY_SOURCE=2 to global cflags (as per Jakub & Arjan's request)
|
|
|
|
|
2004-10-01 18:54:27 +00:00
|
|
|
* Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 8.0.32-1
|
|
|
|
- allow all symbol versioning in find_requires - matches RPM internal
|
|
|
|
behavior
|
|
|
|
|
2004-06-28 19:48:43 +00:00
|
|
|
* Mon Jun 28 2004 Elliot Lee <sopwith@redhat.com> 8.0.31-1
|
|
|
|
- Add ppc8[25]60 to rpmrc optflags
|
|
|
|
|
2004-06-25 16:02:37 +00:00
|
|
|
* Fri Jun 25 2004 Elliot Lee <sopwith@redhat.com> 8.0.29-1
|
|
|
|
- rpmrc patch from jakub to change optflags.
|
|
|
|
|
2003-09-17 12:36:32 +00:00
|
|
|
* Wed Sep 17 2003 Elliot Lee <sopwith@redhat.com> 8.0.28-1
|
|
|
|
- Change brp-compress to pass -n flag to gzip (per msw's request)
|
|
|
|
|
2003-07-15 13:38:58 +00:00
|
|
|
* Tue Jul 15 2003 Elliot Lee <sopwith@redhat.com> 8.0.27-1
|
|
|
|
- Fix broken configure macro find for config.guess/config.sub
|
|
|
|
- Put host/target/build back for now
|
|
|
|
|
2003-07-07 02:32:13 +00:00
|
|
|
* Mon Jul 7 2003 Jens Petersen <petersen@redhat.com> - 8.0.26-1
|
|
|
|
- preserve the vendor field when VENDOR not set
|
|
|
|
- put VENDOR in the final i386-libc line, not the tentative one
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Jens Petersen <petersen@redhat.com> - 8.0.25-1
|
2003-07-07 01:18:33 +00:00
|
|
|
- update config.{guess,sub} to 2003-06-17
|
|
|
|
- define VENDOR to be redhat only when /etc/redhat-release present
|
|
|
|
[suggested by jbj]
|
|
|
|
- put VENDOR in vendor field in our config.guess file for
|
|
|
|
ia64, ppc, ppc64, s390, s390x, x86_64 and elf32-i386 Linux
|
|
|
|
- drop the --host, --build, --target and --program-prefix configure options
|
|
|
|
from %%configure, since this causes far too many problems
|
|
|
|
|
2003-05-02 10:05:02 +00:00
|
|
|
* Fri May 2 2003 Jens Petersen <petersen@redhat.com> - 8.0.24-3
|
2003-05-02 09:27:06 +00:00
|
|
|
- make config.{guess,sub} executable
|
|
|
|
|
2003-05-01 12:27:40 +00:00
|
|
|
* Thu May 1 2003 Jens Petersen <petersen@redhat.com> - 8.0.22-2
|
2003-05-01 08:13:14 +00:00
|
|
|
- add config.guess and config.sub (2003-02-22) with s390 patch on config.sub
|
|
|
|
- make %%configure use them
|
|
|
|
|
2003-03-03 16:16:20 +00:00
|
|
|
* Mon Mar 03 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Unset $DISPLAY in macros
|
|
|
|
|
2003-02-24 18:39:29 +00:00
|
|
|
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 8.0.21-1
|
|
|
|
- Just turn on -g unconditionally for now
|
|
|
|
|
2003-02-13 16:33:31 +00:00
|
|
|
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 8.0.20-1
|
|
|
|
- Reorganize rpmrc/macros to set cflags in a nicer manner.
|
|
|
|
|
2003-01-22 18:30:56 +00:00
|
|
|
* Wed Jan 22 2003 Elliot Lee <sopwith@redhat.com> 8.0.19-1
|
|
|
|
- Disable brp-implant-ident-static until it works everywhere
|
|
|
|
|
2003-01-20 20:06:50 +00:00
|
|
|
* Thu Jan 16 2003 Nalin Dahyabhai <nalin@redhat.com> 8.0.18-1
|
|
|
|
- add brp-implant-ident-static, which requires mktemp
|
|
|
|
|
2003-01-09 19:52:24 +00:00
|
|
|
* Thu Jan 9 2003 Bill Nottingham <notting@redhat.com> 8.0.17-1
|
2003-01-09 19:52:00 +00:00
|
|
|
- add brp-strip-static-archive from rpm-4.2-0.54
|
|
|
|
|
2002-12-17 07:12:32 +00:00
|
|
|
* Tue Dec 17 2002 Bill Nottingham <notting@redhat.com> 8.0.16-1
|
|
|
|
- make -g in rpmrc conditional on debug_package
|
|
|
|
|
2002-12-16 18:53:55 +00:00
|
|
|
* Mon Dec 16 2002 Elliot Lee <sopwith@redhat.com> 8.0.15-1
|
|
|
|
- Rename -debug subpackages to -debuginfo
|
|
|
|
|
2002-12-14 20:37:32 +00:00
|
|
|
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.14-1
|
|
|
|
- tweak debug package stuff so that we are overloading %%install
|
|
|
|
instead of %%post
|
|
|
|
|
2002-12-14 18:01:21 +00:00
|
|
|
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 8.0.13-1
|
|
|
|
- turn on internal rpm dep generation by default
|
|
|
|
|
2002-12-13 17:20:16 +00:00
|
|
|
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com> 8.0.12-1
|
|
|
|
- New release with debug packages on
|
|
|
|
|
2002-12-04 04:55:22 +00:00
|
|
|
* Tue Dec 3 2002 Bill Nottingham <notting@redhat.com> 8.0.8-1
|
|
|
|
- turn debug packages off
|
|
|
|
- override optflags with no -g
|
|
|
|
|
2002-11-22 18:57:51 +00:00
|
|
|
* Fri Nov 22 2002 Elliot Lee <sopwith@redhat.com> 8.0.7-1
|
|
|
|
- turn on debug packages
|
|
|
|
|
2002-11-21 16:54:33 +00:00
|
|
|
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 8.0.6-1
|
|
|
|
- Pass __strip and __objdump macros
|
|
|
|
|
2002-11-21 15:16:38 +00:00
|
|
|
* Thu Nov 21 2002 Elliot Lee <sopwith@redhat.com> 8.0.5-1
|
|
|
|
- Update macros to specify find-provides/find-requires
|
|
|
|
|
2002-11-06 16:32:52 +00:00
|
|
|
* Thu Oct 31 2002 Elliot Lee <sopwith@redhat.com> 8.0.4-1
|
2002-10-31 16:23:46 +00:00
|
|
|
- Remove tracking dependency
|
|
|
|
|
2002-10-16 18:07:49 +00:00
|
|
|
* Wed Oct 16 2002 Phil Knirsch <pknirsch@redhat.com> 8.0.3-2
|
|
|
|
- Added fix for outdated config.[sub|guess] files in %configure section
|
|
|
|
|
2002-10-16 17:19:55 +00:00
|
|
|
* Wed Oct 16 2002 Elliot Lee <sopwith@redhat.com> 8.0.3-1
|
|
|
|
- New release that blows up on unpackaged files and missing doc files.
|
|
|
|
|
2002-10-03 16:32:45 +00:00
|
|
|
* Thu Oct 3 2002 Jeremy Katz <katzj@redhat.com> 8.0.2
|
|
|
|
- don't redefine everything in macros, just what we need to
|
|
|
|
|
|
|
|
* Mon Sep 16 2002 Alexander Larsson <alexl@redhat.com> 8.0.1
|
2002-09-16 16:22:01 +00:00
|
|
|
- Add debug package support to %__spec_install_post
|
|
|
|
|
2002-09-04 03:12:16 +00:00
|
|
|
* Tue Sep 3 2002 Bill Nottingham <notting@redhat.com> 8.0-1
|
|
|
|
- bump version
|
|
|
|
|
2002-08-28 18:45:29 +00:00
|
|
|
* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 7.3.94-1
|
|
|
|
- Update macrofiles
|
|
|
|
|
2002-07-31 18:57:20 +00:00
|
|
|
* Wed Jul 31 2002 Elliot Lee <sopwith@redhat.com> 7.3.93-1
|
|
|
|
- Add _unpackaged_files_terminate_build and
|
|
|
|
_missing_doc_files_terminate_build to macros
|
|
|
|
|
2002-07-11 18:46:14 +00:00
|
|
|
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-6
|
|
|
|
- find-lang.sh fix from 67368
|
2002-07-11 18:48:52 +00:00
|
|
|
- find-requires fix from 67325
|
2002-07-11 18:46:14 +00:00
|
|
|
|
2002-07-11 17:07:42 +00:00
|
|
|
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-5
|
|
|
|
- Add /etc/rpm/macros back to make #67951 go away
|
|
|
|
|
2002-06-28 05:25:23 +00:00
|
|
|
* Wed Jun 26 2002 Jens Petersen <petersen@redhat.com> 7.3.92-4
|
2002-06-28 06:19:26 +00:00
|
|
|
- fix %%configure targeting for autoconf-2.5x (#58468)
|
2002-06-28 05:25:23 +00:00
|
|
|
- include ~/.rpmmacros in macrofiles file path again
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 7.3.92-3
|
|
|
|
- automated rebuild
|
|
|
|
|
2002-06-21 18:13:56 +00:00
|
|
|
* Fri Jun 21 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-2
|
|
|
|
- Don't define _arch
|
|
|
|
|
2002-06-20 20:56:07 +00:00
|
|
|
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1
|
2002-06-20 20:56:07 +00:00
|
|
|
- find-lang error detection from Havoc
|
|
|
|
|
2002-06-12 13:26:24 +00:00
|
|
|
* Wed Jun 12 2002 Elliot Lee <sopwith@redhat.com> 7.3.91-1
|
|
|
|
- Update
|
|
|
|
|
2002-06-12 13:18:39 +00:00
|
|
|
* Sun Jun 9 2002 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- create.
|