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