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