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

« back to all changes in this revision

Viewing changes to tests/specify_cases/test-filesparsing_staticlib/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-06-21 16:41:15.000000000 +0800
 
2
+++ output.spec 2010-06-21 16:41:15.000000000 +0800
 
3
@@ -4,6 +4,7 @@
 
4
 # 
 
5
 # >> macros
 
6
 # << macros
 
7
+%define keepstatic 1
 
8
 
 
9
 Name:       testpkg
 
10
 Summary:    Sample package for spectacle testings
 
11
@@ -42,7 +43,8 @@ This package contains development files 
 
12
 # >> build pre
 
13
 # << build pre
 
14
 
 
15
-
 
16
+%configure 
 
17
+make %{?jobs:-j%jobs}
 
18
 
 
19
 # >> build post
 
20
 # << build post
 
21
@@ -50,6 +52,7 @@ This package contains development files 
 
22
 rm -rf %{buildroot}
 
23
 # >> install pre
 
24
 # << install pre
 
25
+%make_install 
 
26
 
 
27
 # >> install post
 
28
 # << install post
 
29
@@ -64,6 +67,7 @@ rm -rf %{buildroot}
 
30
 
 
31
 %files
 
32
 %defattr(-,root,root,-)
 
33
+%{_libdir}/*.a
 
34
 # >> files
 
35
 # << files
 
36