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