/[packages]/updates/1/null/current/SPECS/null.spec
ViewVC logotype

Contents of /updates/1/null/current/SPECS/null.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 323276 - (show annotations) (download)
Fri Nov 30 01:28:12 2012 UTC (11 years, 4 months ago) by luigiwalser
File size: 516 byte(s)
unbreak
1 %define subrel 5
2
3 Epoch: 1
4 Name: null
5 Version: 5
6 Release: %mkrel 5
7 Summary: A dummy package for bs testing purpose
8 Group: Development/Other
9 License: GPL
10
11 %description
12 Dummy package.
13
14 %package dummy
15 BuildArch: noarch
16 Group: Development/Other
17 Summary: Test package
18
19 %description dummy
20 A dummy subpackage in section %distro_section
21
22 %prep
23 %setup -D -T -n .
24
25 %build
26 ## to allow watching packages during their build time
27 ##sleep 10m
28
29 %install
30 mkdir -p %{buildroot}
31
32 %post -p /bin/csh
33 echo "csh sux"
34
35 %files
36 %files dummy

  ViewVC Help
Powered by ViewVC 1.1.30