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

« back to all changes in this revision

Viewing changes to tests/specify_cases/test-pholder_pre/input.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
--- /dev/null   2010-03-01 09:42:51.548118450 +0800
 
2
+++ output.spec 2010-03-16 18:06:45.000000000 +0800
 
3
@@ -0,0 +1,78 @@
 
4
+# 
 
5
+# Do not Edit! Generated by:
 
6
+# spectacle version 0.13
 
7
+# 
 
8
+# >> macros
 
9
+# << macros
 
10
+
 
11
+Name:       testpkg
 
12
+Summary:    Sample package for spectacle testings
 
13
+Version:    1.0
 
14
+Release:    1
 
15
+Group:      System/Base
 
16
+License:    BSD
 
17
+URL:        http://www.testpkg.org/
 
18
+Source0:    http://www.testpkg.org/testpkg-%{version}.tar.gz
 
19
+Source100:  testpkg.yaml
 
20
+
 
21
+%description
 
22
+Sample package for spectacle testings, which will be used as
 
23
+the base of all testings. In this YAML file, only basic keywords
 
24
+specified, plus with one sub package "devel".
 
25
+
 
26
+
 
27
+
 
28
+%package devel
 
29
+Summary:    Development files for %{name}
 
30
+Group:      Development/Libraries
 
31
+Requires:   %{name} = %{version}-%{release}
 
32
+
 
33
+%description devel
 
34
+This package contains development files for %{name}.
 
35
+
 
36
+
 
37
+%prep
 
38
+%setup -q -n %{name}-%{version}
 
39
+
 
40
+# >> setup
 
41
+# << setup
 
42
+
 
43
+%build
 
44
+# >> build pre
 
45
+# << build pre
 
46
+
 
47
+
 
48
+
 
49
+# >> build post
 
50
+# << build post
 
51
+%install
 
52
+rm -rf %{buildroot}
 
53
+# >> install pre
 
54
+# << install pre
 
55
+
 
56
+# >> install post
 
57
+# << install post
 
58
+
 
59
+
 
60
+
 
61
+%pre
 
62
+# >> pre
 
63
+# extra pre scripts 
 
64
+# for testing
 
65
+# << pre
 
66
+
 
67
+
 
68
+
 
69
+
 
70
+
 
71
+%files
 
72
+%defattr(-,root,root,-)
 
73
+# >> files
 
74
+# << files
 
75
+
 
76
+
 
77
+%files devel
 
78
+%defattr(-,root,root,-)
 
79
+# >> files devel
 
80
+# << files devel
 
81
+