summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2010-01-03 14:36:26 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2010-01-03 14:36:26 +0100
commit55de198d0597a370ab302f442ce45b2573c9d832 (patch)
tree828711d19e5c1e27b31e122cda6ca898dbaaebeb /GNUmakefile
parent90571a27f3de6e608e26cc63c7d7ffd356056404 (diff)
downloadmingw32-libexif-package-55de198d0597a370ab302f442ce45b2573c9d832.tar.gz
mingw32-libexif-package-55de198d0597a370ab302f442ce45b2573c9d832.tar.xz
mingw32-libexif-package-55de198d0597a370ab302f442ce45b2573c9d832.zip
* Sat Jan 02 2010 Hans Ulrich Niedermann <hun@n-dimensional.de> - 0.6.19-1HEADmingw32-libexif-0.6.19-1.fc11master
- Initial mingw32-libexif package
Diffstat (limited to 'GNUmakefile')
-rw-r--r--[l---------]GNUmakefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9acf7e6..10b2a19 120000..100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1 +1,7 @@
-git-rpm/GNUmakefile \ No newline at end of file
+# Change the following to an explicit package name if you want
+# the spec file name to be different from the directory name
+# for some reason.
+NAME = $(notdir $(realpath .))
+dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init)
+MOCK_ARCH := i386
+include git-rpm/git-rpm.mk