~ubuntu-branches/ubuntu/quantal/spectacle/quantal

« back to all changes in this revision

Viewing changes to tests/specify_cases/test-builder_cmake/output.p

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-08-08 20:01:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100808200142-q09anvq02isk4o6n
Tags: upstream-0.18+git19+4768025
ImportĀ upstreamĀ versionĀ 0.18+git19+4768025

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- output.orig.spec    2010-07-23 11:15:58.432688797 +0800
 
2
+++ output.spec 2010-07-23 11:16:29.632109944 +0800
 
3
@@ -42,7 +42,10 @@ This package contains development files 
 
4
 # >> build pre
 
5
 # << build pre
 
6
 
 
7
-
 
8
+mkdir meego-build
 
9
+cd meego-build
 
10
+cmake .. 
 
11
+make %{?jobs:-j%jobs}
 
12
 
 
13
 # >> build post
 
14
 # << build post
 
15
@@ -50,6 +53,8 @@ This package contains development files 
 
16
 rm -rf %{buildroot}
 
17
 # >> install pre
 
18
 # << install pre
 
19
+cd meego-build
 
20
+%make_install 
 
21
 
 
22
 # >> install post
 
23
 # << install post