/[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 100663 - (show annotations) (download)
Sun May 29 14:46:22 2011 UTC (13 years, 8 months ago) by pterjan
File size: 596 byte(s)
fix version
1 Epoch: 1
2 Name: null
3 Version: 5
4 Release: %mkrel 1
5 Summary: A dummy package for bs testing purpose
6 Group: Development/Other
7 License: GPL
8 Buildroot: %{_tmppath}/%{name}-%{version}-root
9
10 %description
11 Dummy package.
12
13 %package dummy
14 BuildArch: noarch
15 Group: Development/Other
16 Summary: Test package
17
18 %description dummy
19 A dummy subpackage in section %distrib_section
20
21 %prep
22 %setup -D -T -n .
23
24 %build
25 ## to allow watching packages during their build time
26 ##sleep 10m
27
28 %install
29 rm -rf %{buildroot}
30 mkdir -p %{buildroot}
31
32 %clean
33 rm -rf %{buildroot}
34
35 %post -p /bin/csh
36 echo "csh sux"
37
38 %files
39 %files dummy
40
41
42

  ViewVC Help
Powered by ViewVC 1.1.30