URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [scripts/] [gccnewlib/] [base-chill.add] - Rev 1782
Compare with Previous | Blame | View Log
# ==============================================================# rtems-base-chill# ==============================================================%package -n rtems-base-chillProvides: rtems-base-chillSummary: base package for rtems gcc/chill compiler.Group: rtemsRequires: rtems-base-gcc%description -n rtems-base-chillRTEMS is an open source operating system for embedded systems.This is the files for gcc/chill that are shared by all targets.%files -n rtems-base-chill%dir %{_prefix}/info%doc %{_prefix}/info/chill.info*.gz%post -n rtems-base-chillif test -d $RPM_INSTALL_PREFIX%{_prefix}/info;thenrm -f $RPM_INSTALL_PREFIX%{_prefix}/info/dirf=`find $RPM_INSTALL_PREFIX%{_prefix}/info -name '*.info.gz'`test -n "$f" && for i in $f; doinstall-info $i $RPM_INSTALL_PREFIX%{_prefix}/info/dirdonefi%postun -n rtems-base-chillif test -d $RPM_INSTALL_PREFIX%{_prefix}/info;thenrm -f $RPM_INSTALL_PREFIX%{_prefix}/info/dirf=`find $RPM_INSTALL_PREFIX%{_prefix}/info -name '*.info.gz'`test -n "$f" && for i in $f; doinstall-info $i $RPM_INSTALL_PREFIX%{_prefix}/info/dirdonefi
