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