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