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