Regenerate.

This commit is contained in:
Ralf Corsepius
2009-09-02 06:46:41 +00:00
parent b0699f5136
commit cae117d97e
14 changed files with 100 additions and 114 deletions

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-arm-rtems4.10-gdb
Summary: Gdb for target arm-rtems4.10 Summary: Gdb for target arm-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting arm-rtems4.10.
%files -n rtems-4.10-arm-rtems4.10-gdb %files -n rtems-4.10-arm-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/arm-rtems4.10-*.1* %{_mandir}/man1/arm-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-avr-rtems4.10-gdb
Summary: Gdb for target avr-rtems4.10 Summary: Gdb for target avr-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 2%{?dist} Release: 3%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -106,13 +106,8 @@ BuildRequires: %{_host_rpmprefix}termcap-devel
BuildRequires: %{_host_rpmprefix}readline-devel BuildRequires: %{_host_rpmprefix}readline-devel
BuildRequires: %{_host_rpmprefix}ncurses-devel BuildRequires: %{_host_rpmprefix}ncurses-devel
# Required for building the infos
BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
# A copy of a gdb development snapshot having been retrieved from # A copy of a gdb development snapshot having been retrieved from
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2 # ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2 Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
@@ -167,7 +162,6 @@ rm -f gdb-%{gdb_version}/readline/configure
--mandir=%{_mandir} --infodir=%{_infodir} --mandir=%{_mandir} --infodir=%{_infodir}
make %{?_smp_mflags} all make %{?_smp_mflags} all
make info
cd .. cd ..
%install %install
@@ -177,13 +171,8 @@ rm -f gdb-%{gdb_version}/readline/configure
cd build cd build
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_infodir}/dir # Conflict with a native gdb's infos
touch $RPM_BUILD_ROOT%{_infodir}/dir rm -rf $RPM_BUILD_ROOT%{_infodir}
# These come from other packages
rm -rf $RPM_BUILD_ROOT%{_infodir}/bfd*
rm -rf $RPM_BUILD_ROOT%{_infodir}/configure*
rm -rf $RPM_BUILD_ROOT%{_infodir}/standards*
# We don't ship host files # We don't ship host files
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty* rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty*
@@ -239,6 +228,9 @@ GNU gdb targetting avr-rtems4.10.
%files -n rtems-4.10-avr-rtems4.10-gdb %files -n rtems-4.10-avr-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/avr-rtems4.10-*.1* %{_mandir}/man1/avr-rtems4.10-*.1*
@@ -246,40 +238,3 @@ GNU gdb targetting avr-rtems4.10.
%dir %{_bindir} %dir %{_bindir}
%{_bindir}/avr-rtems4.10-* %{_bindir}/avr-rtems4.10-*
# ==============================================================
# rtems-4.10-gdb-common
# ==============================================================
%package -n rtems-4.10-gdb-common
Summary: Base package for RTEMS gdbs
Group: Development/Tools
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
%description -n rtems-4.10-gdb-common
GDB files shared by all targets.
%post -n rtems-4.10-gdb-common
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gdb.info.gz || :
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gdbint.info.gz || :
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/stabs.info.gz || :
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/annotate.info.gz || :
%preun -n rtems-4.10-gdb-common
if [ $1 -eq 0 ]; then
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gdb.info.gz || :
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gdbint.info.gz || :
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/stabs.info.gz || :
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/annotate.info.gz || :
fi
%files -n rtems-4.10-gdb-common
%defattr(-,root,root)
%dir %{_infodir}
%ghost %{_infodir}/dir
%{_infodir}/gdb.info*
%{_infodir}/gdbint.info*
%{_infodir}/stabs.info*
%{_infodir}/annotate.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-bfin-rtems4.10-gdb
Summary: Gdb for target bfin-rtems4.10 Summary: Gdb for target bfin-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 7%{?dist} Release: 8%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -106,13 +106,8 @@ BuildRequires: %{_host_rpmprefix}termcap-devel
BuildRequires: %{_host_rpmprefix}readline-devel BuildRequires: %{_host_rpmprefix}readline-devel
BuildRequires: %{_host_rpmprefix}ncurses-devel BuildRequires: %{_host_rpmprefix}ncurses-devel
# Required for building the infos
BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
Requires: rtems-4.10-gdb-common
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2 Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0} %{?_without_sources:NoSource: 0}
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.5-bfinrtems-20090122.diff Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.5-bfinrtems-20090122.diff
@@ -161,7 +156,6 @@ rm -f gdb-%{gdb_version}/readline/configure
--mandir=%{_mandir} --infodir=%{_infodir} --mandir=%{_mandir} --infodir=%{_infodir}
make %{?_smp_mflags} all make %{?_smp_mflags} all
make info
cd .. cd ..
%install %install
@@ -171,13 +165,8 @@ rm -f gdb-%{gdb_version}/readline/configure
cd build cd build
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_infodir}/dir # Conflict with a native gdb's infos
touch $RPM_BUILD_ROOT%{_infodir}/dir rm -rf $RPM_BUILD_ROOT%{_infodir}
# These come from other packages
rm -rf $RPM_BUILD_ROOT%{_infodir}/bfd*
rm -rf $RPM_BUILD_ROOT%{_infodir}/configure*
rm -rf $RPM_BUILD_ROOT%{_infodir}/standards*
# We don't ship host files # We don't ship host files
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty* rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty*
@@ -233,6 +222,9 @@ GNU gdb targetting bfin-rtems4.10.
%files -n rtems-4.10-bfin-rtems4.10-gdb %files -n rtems-4.10-bfin-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/bfin-rtems4.10-*.1* %{_mandir}/man1/bfin-rtems4.10-*.1*
@@ -240,40 +232,3 @@ GNU gdb targetting bfin-rtems4.10.
%dir %{_bindir} %dir %{_bindir}
%{_bindir}/bfin-rtems4.10-* %{_bindir}/bfin-rtems4.10-*
# ==============================================================
# rtems-4.10-gdb-common
# ==============================================================
%package -n rtems-4.10-gdb-common
Summary: Base package for RTEMS gdbs
Group: Development/Tools
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
%description -n rtems-4.10-gdb-common
GDB files shared by all targets.
%post -n rtems-4.10-gdb-common
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gdb.info.gz || :
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gdbint.info.gz || :
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/stabs.info.gz || :
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/annotate.info.gz || :
%preun -n rtems-4.10-gdb-common
if [ $1 -eq 0 ]; then
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gdb.info.gz || :
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gdbint.info.gz || :
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/stabs.info.gz || :
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/annotate.info.gz || :
fi
%files -n rtems-4.10-gdb-common
%defattr(-,root,root)
%dir %{_infodir}
%ghost %{_infodir}/dir
%{_infodir}/gdb.info*
%{_infodir}/gdbint.info*
%{_infodir}/stabs.info*
%{_infodir}/annotate.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-h8300-rtems4.10-gdb
Summary: Gdb for target h8300-rtems4.10 Summary: Gdb for target h8300-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting h8300-rtems4.10.
%files -n rtems-4.10-h8300-rtems4.10-gdb %files -n rtems-4.10-h8300-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/h8300-rtems4.10-*.1* %{_mandir}/man1/h8300-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-i386-rtems4.10-gdb
Summary: Gdb for target i386-rtems4.10 Summary: Gdb for target i386-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting i386-rtems4.10.
%files -n rtems-4.10-i386-rtems4.10-gdb %files -n rtems-4.10-i386-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/i386-rtems4.10-*.1* %{_mandir}/man1/i386-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-lm32-rtems4.10-gdb
Summary: Gdb for target lm32-rtems4.10 Summary: Gdb for target lm32-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 2%{?dist} Release: 3%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -228,6 +228,9 @@ GNU gdb targetting lm32-rtems4.10.
%files -n rtems-4.10-lm32-rtems4.10-gdb %files -n rtems-4.10-lm32-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/lm32-rtems4.10-*.1* %{_mandir}/man1/lm32-rtems4.10-*.1*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-m32c-rtems4.10-gdb
Summary: Gdb for target m32c-rtems4.10 Summary: Gdb for target m32c-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 2%{?dist} Release: 3%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -228,6 +228,9 @@ GNU gdb targetting m32c-rtems4.10.
%files -n rtems-4.10-m32c-rtems4.10-gdb %files -n rtems-4.10-m32c-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/m32c-rtems4.10-*.1* %{_mandir}/man1/m32c-rtems4.10-*.1*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-m32r-rtems4.10-gdb
Summary: Gdb for target m32r-rtems4.10 Summary: Gdb for target m32r-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting m32r-rtems4.10.
%files -n rtems-4.10-m32r-rtems4.10-gdb %files -n rtems-4.10-m32r-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/m32r-rtems4.10-*.1* %{_mandir}/man1/m32r-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-m68k-rtems4.10-gdb
Summary: Gdb for target m68k-rtems4.10 Summary: Gdb for target m68k-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting m68k-rtems4.10.
%files -n rtems-4.10-m68k-rtems4.10-gdb %files -n rtems-4.10-m68k-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/m68k-rtems4.10-*.1* %{_mandir}/man1/m68k-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-mips-rtems4.10-gdb
Summary: Gdb for target mips-rtems4.10 Summary: Gdb for target mips-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting mips-rtems4.10.
%files -n rtems-4.10-mips-rtems4.10-gdb %files -n rtems-4.10-mips-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/mips-rtems4.10-*.1* %{_mandir}/man1/mips-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-mipstx39-rtems4.10-gdb
Summary: Gdb for target mipstx39-rtems4.10 Summary: Gdb for target mipstx39-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -235,6 +235,9 @@ GNU gdb targetting mipstx39-rtems4.10.
%files -n rtems-4.10-mipstx39-rtems4.10-gdb %files -n rtems-4.10-mipstx39-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/mipstx39-rtems4.10-*.1* %{_mandir}/man1/mipstx39-rtems4.10-*.1*
@@ -250,6 +253,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -271,6 +275,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-powerpc-rtems4.10-gdb
Summary: Gdb for target powerpc-rtems4.10 Summary: Gdb for target powerpc-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting powerpc-rtems4.10.
%files -n rtems-4.10-powerpc-rtems4.10-gdb %files -n rtems-4.10-powerpc-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/powerpc-rtems4.10-*.1* %{_mandir}/man1/powerpc-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-sh-rtems4.10-gdb
Summary: Gdb for target sh-rtems4.10 Summary: Gdb for target sh-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting sh-rtems4.10.
%files -n rtems-4.10-sh-rtems4.10-gdb %files -n rtems-4.10-sh-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/sh-rtems4.10-*.1* %{_mandir}/man1/sh-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*

View File

@@ -52,7 +52,7 @@ Name: rtems-4.10-sparc-rtems4.10-gdb
Summary: Gdb for target sparc-rtems4.10 Summary: Gdb for target sparc-rtems4.10
Group: Development/Tools Group: Development/Tools
Version: %{gdb_rpmvers} Version: %{gdb_rpmvers}
Release: 11%{?dist} Release: 12%{?dist}
License: GPL/LGPL License: GPL/LGPL
URL: http://sources.redhat.com/gdb URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -232,6 +232,9 @@ GNU gdb targetting sparc-rtems4.10.
%files -n rtems-4.10-sparc-rtems4.10-gdb %files -n rtems-4.10-sparc-rtems4.10-gdb
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_mandir} %dir %{_mandir}
%dir %{_mandir}/man1 %dir %{_mandir}/man1
%{_mandir}/man1/sparc-rtems4.10-*.1* %{_mandir}/man1/sparc-rtems4.10-*.1*
@@ -247,6 +250,7 @@ Summary: Base package for RTEMS gdbs
Group: Development/Tools Group: Development/Tools
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%{?_with_noarch_subpackages:BuildArch: noarch}
%description -n rtems-4.10-gdb-common %description -n rtems-4.10-gdb-common
@@ -268,6 +272,9 @@ fi
%files -n rtems-4.10-gdb-common %files -n rtems-4.10-gdb-common
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_prefix}
%dir %{_prefix}/share
%dir %{_infodir} %dir %{_infodir}
%ghost %{_infodir}/dir %ghost %{_infodir}/dir
%{_infodir}/gdb.info* %{_infodir}/gdb.info*