packages: qjoypad/qjoypad.spec - mkdir the build root in %build to make the...

jajcus jajcus at pld-linux.org
Mon Dec 27 12:42:05 CET 2010


Author: jajcus                       Date: Mon Dec 27 11:42:05 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- mkdir the build root in %build to make the config script happy
- Release: 2

---- Files affected:
packages/qjoypad:
   qjoypad.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/qjoypad/qjoypad.spec
diff -u packages/qjoypad/qjoypad.spec:1.1 packages/qjoypad/qjoypad.spec:1.2
--- packages/qjoypad/qjoypad.spec:1.1	Mon Dec 27 12:04:37 2010
+++ packages/qjoypad/qjoypad.spec	Mon Dec 27 12:41:59 2010
@@ -2,7 +2,7 @@
 Summary:	Gamepad/joystick events to keypress converter
 Name:		qjoypad
 Version:	4.1.0
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://downloads.sourceforge.net/qjoypad/%{name}-%{version}.tar.gz
@@ -33,6 +33,10 @@
 
 %build
 cd src
+
+# ./config scripts checks this dir
+install -d $RPM_BUILD_ROOT
+
 ./config \
 	--prefix="%{_prefix}" \
 	--install-dir="$RPM_BUILD_ROOT"
@@ -60,6 +64,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/12/27 11:41:59  jajcus
+- mkdir the build root in %build to make the config script happy
+- Release: 2
+
 Revision 1.1  2010/12/27 11:04:37  jajcus
 - new spec
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qjoypad/qjoypad.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list