/[packages]/cauldron/null/current/SPECS/null.spec
ViewVC logotype

Contents of /cauldron/null/current/SPECS/null.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 897285 - (show annotations) (download)
Mon Nov 2 01:18:16 2015 UTC (8 years, 5 months ago) by blino
File size: 1091 byte(s)
new major version to celebrate the ARM port

1 %define debug_package %{nil}
2
3 # test comment for viewvc
4 Epoch: 1
5 Name: null
6 Version: 12
7 Release: %mkrel 1
8 Source: %{name}-%{version}.tgz
9 Source1: test.txt
10 Summary: A dummy package for bs testing purpose
11 Group: Documentation
12 License: GPL
13 ExclusiveArch: %{ix86} x86_64 armv5tl
14 BuildRequires: rpm >= 1:4.12.90
15
16 # Obsolete cauldron-only binary packages
17 Obsoletes: perl-Selenium-Remote-Driver < 0.260.0-2
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
34
35 %build
36 ## to allow watching packages during their build time
37 ##sleep 10m
38 ## TODO just testing
39 #[ `arch` == "x86_64" ]
40
41 #test connectivity on buildsystem and error out to see results in build log
42 #ping 8.8.8.8 -c4 -w5 | tee ping.log 2>&1
43 #curl -Lv http://google.com | tee curl.log 2>&1
44 #cat ping.log
45 #cat curl.log
46 #file /etc/localtime
47 #ls -l /etc/localtime
48 #exit 1
49
50 %install
51
52 %post -p /bin/csh
53 echo "csh sux"
54
55 %files
56 #{_sysconfdir}/localtime
57
58 %files dummy6

  ViewVC Help
Powered by ViewVC 1.1.30