Parent Directory
|
Revision Log
rebuild
1 | |
2 | Epoch: 1 |
3 | Name: null |
4 | Version: 9 |
5 | Release: %mkrel 7 |
6 | Summary: A dummy package for bs testing purpose |
7 | Group: Development/Other |
8 | License: GPL |
9 | ExclusiveArch: %{ix86} x86_64 |
10 | |
11 | %description |
12 | Dummy package. |
13 | |
14 | %package dummy6 |
15 | #BuildArch: noarch |
16 | Group: Development/Other |
17 | Summary: Test package |
18 | |
19 | %description dummy6 |
20 | A dummy subpackage in section %distro_section |
21 | |
22 | %prep |
23 | %setup -D -T -n . |
24 | |
25 | %clean |
26 | |
27 | %build |
28 | ## to allow watching packages during their build time |
29 | ##sleep 10m |
30 | ## TODO just testing |
31 | |
32 | %install |
33 | mkdir -p %{buildroot} |
34 | |
35 | %post -p /bin/csh |
36 | echo "csh sux" |
37 | |
38 | %files |
39 | %files dummy6 |
40 | |
41 | |
42 |
ViewVC Help | |
Powered by ViewVC 1.1.30 |