summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/base-gcc.add
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gcc3newlib/base-gcc.add')
-rw-r--r--scripts/gcc3newlib/base-gcc.add12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/gcc3newlib/base-gcc.add b/scripts/gcc3newlib/base-gcc.add
index f628b8d50c..27d0288929 100644
--- a/scripts/gcc3newlib/base-gcc.add
+++ b/scripts/gcc3newlib/base-gcc.add
@@ -1,17 +1,17 @@
# ==============================================================
-# %{rpmprefix}rtems-base-gcc
+# %{rpmprefix}rtems@osversion@-base-gcc
# ==============================================================
-%package -n %{rpmprefix}rtems-base-gcc
+%package -n %{rpmprefix}rtems@osversion@-base-gcc
Summary: base package for rtems gcc and newlib C Library
Group: %{rpmgroup}
-%description -n %{rpmprefix}rtems-base-gcc
+%description -n %{rpmprefix}rtems@osversion@-base-gcc
RTEMS is an open source operating system for embedded systems.
This is the files for gcc and newlib that are shared by all targets.
-%files -n %{rpmprefix}rtems-base-gcc
+%files -n %{rpmprefix}rtems@osversion@-base-gcc
%defattr(-,root,root)
%dir %{_prefix}/info
%doc %{_prefix}/info/cpp.info*.gz
@@ -32,7 +32,7 @@ This is the files for gcc and newlib that are shared by all targets.
%dir %{_prefix}/include
-%post -n %{rpmprefix}rtems-base-gcc
+%post -n %{rpmprefix}rtems@osversion@-base-gcc
if test -d $RPM_INSTALL_PREFIX%{_prefix}/info;
then
rm -f $RPM_INSTALL_PREFIX%{_prefix}/info/dir
@@ -42,7 +42,7 @@ This is the files for gcc and newlib that are shared by all targets.
done
fi
-%postun -n %{rpmprefix}rtems-base-gcc
+%postun -n %{rpmprefix}rtems@osversion@-base-gcc
if test -d $RPM_INSTALL_PREFIX%{_prefix}/info;
then
rm -f $RPM_INSTALL_PREFIX%{_prefix}/info/dir