From 4c40577c5ea0726e5193f00991452e1997b88ddd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 16 Feb 2006 07:59:47 +0000 Subject: New. --- contrib/crossrpms/common/common.add | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contrib/crossrpms/common/common.add (limited to 'contrib/crossrpms/common') diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add new file mode 100644 index 0000000000..7388f18483 --- /dev/null +++ b/contrib/crossrpms/common/common.add @@ -0,0 +1,19 @@ +# +# Please send bugfixes or comments to +# http://www.rtems.com/cgi-bin/gnatweb.pl +# or mailto:rtems-bugs@rtems.com +# + +%define _prefix /usr +%if "%{_prefix}" != "/usr" +%define _infodir %{_prefix}/info +%define _mandir %{_prefix}/man +%endif + +%define rpmgroup RTEMS/4.7 + +%ifos cygwin cygwin32 mingw mingw32 +%define _exeext .exe +%else +%define _exeext %{nil} +%endif -- cgit v1.2.3