File: output.p

package info (click to toggle)
spectacle 0.22-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,068 kB
  • sloc: python: 2,574; sh: 84; makefile: 66
file content (27 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- output.orig.spec	2010-06-21 16:41:36.000000000 +0800
+++ output.spec	2010-06-21 16:41:36.000000000 +0800
@@ -42,7 +42,16 @@ This package contains development files 
 # >> build pre
 # << build pre
 
+%configure --disable-static \
+    --common-opt \
+%ifarch %{arm}
+    --arm-opt \
+%endif
+%ifarch %{ix86}
+    --x86-opt
+%endif
 
+make %{?jobs:-j%jobs}
 
 # >> build post
 # << build post
@@ -50,6 +59,7 @@ This package contains development files 
 rm -rf %{buildroot}
 # >> install pre
 # << install pre
+%make_install
 
 # >> install post
 # << install post