summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/crossrpms/common/common.add19
1 files changed, 19 insertions, 0 deletions
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