summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gdb
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-16 04:51:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-16 04:51:16 +0000
commit1ac7a009899c44caec172039d293488cf9f528fd (patch)
tree2644bced3cfd1467b00ce06c023b75382740a7d9 /contrib/crossrpms/gdb
parent2006-07-13 Jerry Needell <jerry.needell@unh.edu> (diff)
downloadrtems-1ac7a009899c44caec172039d293488cf9f528fd.tar.bz2
Eliminate @osversion. Hard-code 4.7.
Diffstat (limited to 'contrib/crossrpms/gdb')
-rw-r--r--contrib/crossrpms/gdb/base-gdb.add10
-rw-r--r--contrib/crossrpms/gdb/target-gdb.add2
2 files changed, 6 insertions, 6 deletions
diff --git a/contrib/crossrpms/gdb/base-gdb.add b/contrib/crossrpms/gdb/base-gdb.add
index 80b38b4660..daf09ce994 100644
--- a/contrib/crossrpms/gdb/base-gdb.add
+++ b/contrib/crossrpms/gdb/base-gdb.add
@@ -2,19 +2,19 @@
# ==============================================================
# rtems-base-gdb
# ==============================================================
-%package -n @rpmprefix@rtems@osversion@-base-gdb
+%package -n @rpmprefix@rtems4.7-base-gdb
Summary: base package for rtems gdb
Group: Development/Tools
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
-%description -n @rpmprefix@rtems@osversion@-base-gdb
+%description -n @rpmprefix@rtems4.7-base-gdb
RTEMS is an open source operating system for embedded systems.
This is the base for gdb regardless of target CPU.
-%post -n @rpmprefix@rtems@osversion@-base-gdb
+%post -n @rpmprefix@rtems4.7-base-gdb
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gdb.info.gz
%if "%{gdb_version}" < "6.3"
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/mmalloc.info.gz
@@ -27,7 +27,7 @@ This is the base for gdb regardless of target CPU.
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/annotate.info.gz
%endif
-%preun -n @rpmprefix@rtems@osversion@-base-gdb
+%preun -n @rpmprefix@rtems4.7-base-gdb
if [ $1 -eq 0 ]; then
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gdb.info.gz
%if "%{gdb_version}" < "6.3"
@@ -42,7 +42,7 @@ if [ $1 -eq 0 ]; then
%endif
fi
-%files -n @rpmprefix@rtems@osversion@-base-gdb
+%files -n @rpmprefix@rtems4.7-base-gdb
%defattr(-,root,root)
%sysdir %{_infodir}
%ghost %{_infodir}/dir
diff --git a/contrib/crossrpms/gdb/target-gdb.add b/contrib/crossrpms/gdb/target-gdb.add
index 8db11997b5..c5b2f1bfca 100644
--- a/contrib/crossrpms/gdb/target-gdb.add
+++ b/contrib/crossrpms/gdb/target-gdb.add
@@ -4,7 +4,7 @@
# %package -n @rpmprefix@@tool_target@-gdb
# Summary: rtems gdb for @tool_target@
# Group: Development/Tools
-# Requires: @rpmprefix@rtems@osversion@-base-gdb
+# Requires: @rpmprefix@rtems4.7-base-gdb
%description -n @rpmprefix@@tool_target@-gdb