2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* gcc3newlib/header.add: New.
	* gccnewlib/header.add: New.
	* binutils/header.add: New.
	* gdb/header.add: New.
	* rtemsdoc/header.add: New.
	* rtemsdoc/rtemsdoc.add: New.
	* common/clean.add.in: New.
	* common/common.add.in: New.
This commit is contained in:
Ralf Corsepius
2003-01-31 04:46:44 +00:00
parent d413a66b3e
commit b5b0433eaa
9 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
%clean
# let rpm --clean remove BuildRoot iif using the default BuildRoot
test $RPM_BUILD_ROOT = "%{_defaultbuildroot}" && \
rm -rf $RPM_BUILD_ROOT

View File

@@ -0,0 +1,14 @@
#
# Please send bugfixes or comments to
# http://www.oarcorp.com/cgi-bin/gnatweb.pl
# or mailto:@PACKAGE_BUGREPORT@
#
%define _prefix @prefix@
%define _defaultbuildroot %{_tmppath}/%{name}-%{version}-root
%ifos cygwin cygwin32
%define _exeext .exe
%else
%define _exeext %{nil}
%endif