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