1 |
# test comment for viewvc |
2 |
Epoch: 1 |
3 |
Name: null |
4 |
Version: 10 |
5 |
Release: %mkrel 7 |
6 |
Source: %name-%version.tgz |
7 |
Source1: test.txt |
8 |
Patch0: null-10-mga-test-patch.patch |
9 |
Summary: A dummy package for bs testing purpose |
10 |
Group: Documentation |
11 |
License: GPL |
12 |
ExclusiveArch: %{ix86} x86_64 |
13 |
|
14 |
Provides: osgi(org.junit4) |
15 |
Requires: junit |
16 |
|
17 |
|
18 |
%description |
19 |
Dummy package. |
20 |
|
21 |
%package dummy6 |
22 |
#BuildArch: noarch |
23 |
Group: Development/Other |
24 |
Summary: Test package |
25 |
|
26 |
%description dummy6 |
27 |
A dummy subpackage in section %distro_section |
28 |
|
29 |
%prep |
30 |
%setup |
31 |
cp %{_sourcedir}/test.txt ./test.txt |
32 |
%patch0 -p1 |
33 |
|
34 |
|
35 |
%build |
36 |
## to allow watching packages during their build time |
37 |
##sleep 10m |
38 |
## TODO just testing |
39 |
|
40 |
%install |
41 |
mkdir -p %{buildroot} |
42 |
|
43 |
%post -p /bin/csh |
44 |
echo "csh sux" |
45 |
|
46 |
%files |
47 |
%files dummy6 |