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