summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gcc/base-g77.add
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/gcc/base-g77.add
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/gcc/base-g77.add')
-rw-r--r--contrib/crossrpms/gcc/base-g77.add10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/crossrpms/gcc/base-g77.add b/contrib/crossrpms/gcc/base-g77.add
index 9b610dd17c..ad52718dfb 100644
--- a/contrib/crossrpms/gcc/base-g77.add
+++ b/contrib/crossrpms/gcc/base-g77.add
@@ -3,7 +3,7 @@
# ==============================================================
# rtems-base-g77
# ==============================================================
-%package -n @rpmprefix@rtems@osversion@-base-g77
+%package -n @rpmprefix@rtems4.7-base-g77
Summary: Base package for RTEMS gcc/g77 compiler
Group: Development/Tools
Version: %{gcc_rpmvers}
@@ -12,21 +12,21 @@ License: GPL
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
-%description -n @rpmprefix@rtems@osversion@-base-g77
+%description -n @rpmprefix@rtems4.7-base-g77
RTEMS is an open source operating system for embedded systems.
This is the files for gcc/g77 that are shared by all targets.
-%files -n @rpmprefix@rtems@osversion@-base-g77
+%files -n @rpmprefix@rtems4.7-base-g77
%defattr(-,root,root)
%sysdir %{_infodir}
%ghost %{_infodir}/dir
%{_infodir}/g77.info*.gz
-%post -n @rpmprefix@rtems@osversion@-base-g77
+%post -n @rpmprefix@rtems4.7-base-g77
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/g77.info.gz
-%preun -n @rpmprefix@rtems@osversion@-base-g77
+%preun -n @rpmprefix@rtems4.7-base-g77
if [ $1 -eq 0 ]; then
/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/g77.info.gz
fi