summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2010-01-03 14:43:31 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2010-01-03 14:44:18 +0100
commitd99ae9b66d92e73b15454f3f0e0b8d7f722f4a59 (patch)
tree8889d85117bf7ebed22c9f057ba9ea0c247fc572
parentdacb03b007dad204a6ea8d8893f211b5712467fd (diff)
downloadmingw32-libusb-win32-package-d99ae9b66d92e73b15454f3f0e0b8d7f722f4a59.tar.gz
mingw32-libusb-win32-package-d99ae9b66d92e73b15454f3f0e0b8d7f722f4a59.tar.xz
mingw32-libusb-win32-package-d99ae9b66d92e73b15454f3f0e0b8d7f722f4a59.zip
Make package building work on F11
-rw-r--r--.gitignore3
-rw-r--r--GNUmakefile1
m---------git-rpm0
-rw-r--r--mingw32-libusb-win32.spec5
4 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cb8fc61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/libusb-win32-src-0.1.12.1.tar.gz
+/libusb-win32-src-0.1.12.1-stuff/
+/libusb-win32-src-0.1.12.1/
diff --git a/GNUmakefile b/GNUmakefile
index cdaf8fb..b5431b1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,6 @@
NAME = mingw32-libusb-win32
dummy := $(shell test -f git-rpm/git-rpm.mk || git submodule update --init)
+MOCK_ARCH := $(shell rpm --eval "%{_arch}")
include git-rpm/git-rpm.mk
.PHONY: libusb-win32-stuff.patch
diff --git a/git-rpm b/git-rpm
-Subproject 25cf33225df2457efc471b1f628c496a707b505
+Subproject 90dbc1b65548a1693c091df6c23ca0f06d2b38c
diff --git a/mingw32-libusb-win32.spec b/mingw32-libusb-win32.spec
index 43cdedf..16e2467 100644
--- a/mingw32-libusb-win32.spec
+++ b/mingw32-libusb-win32.spec
@@ -8,7 +8,7 @@
Name: mingw32-libusb-win32
Version: 0.1.12.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Win32 port of libusb
Group: Development/Libraries
@@ -74,6 +74,9 @@ rm -rf "%buildroot"
%changelog
+* Thu Feb 19 2009 Hans Ulrich Niedermann <hun@n-dimensional.de> - 0.1.12.1-3
+- ship libusb0.def alongside libusb0.dll
+
* Thu Feb 19 2009 Hans Ulrich Niedermann <hun@n-dimensional.de> - 0.1.12.1-2
- require mingw32-filesystem providing cfgmgr32.dll and setupapi.dll
- use mktemp version of BuildRoot