1 |
# test comment for viewvc |
2 |
Epoch: 1 |
3 |
Name: null |
4 |
Version: 10 |
5 |
Release: %mkrel 9 |
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 |
#Needed during eclipse bootstrap |
15 |
Provides: osgi(org.apache.ant) |
16 |
Requires: eclipse-platform |
17 |
|
18 |
Provides: osgi(org.junit4) |
19 |
Provides: osgi(org.sonatype.sisu.guava) |
20 |
Requires: junit |
21 |
|
22 |
|
23 |
%description |
24 |
Dummy package. |
25 |
|
26 |
%package dummy6 |
27 |
#BuildArch: noarch |
28 |
Group: Development/Other |
29 |
Summary: Test package |
30 |
|
31 |
%description dummy6 |
32 |
A dummy subpackage in section %distro_section |
33 |
|
34 |
%prep |
35 |
%setup |
36 |
cp %{_sourcedir}/test.txt ./test.txt |
37 |
%patch0 -p1 |
38 |
|
39 |
|
40 |
%build |
41 |
## to allow watching packages during their build time |
42 |
##sleep 10m |
43 |
## TODO just testing |
44 |
|
45 |
%install |
46 |
mkdir -p %{buildroot} |
47 |
|
48 |
%post -p /bin/csh |
49 |
echo "csh sux" |
50 |
|
51 |
%files |
52 |
%files dummy6 |