ia64/xen-unstable
view tools/libxc/rpm.spec @ 8740:3d7ea7972b39
Update patches for linux 2.6.15.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Thu Feb 02 17:16:00 2006 +0000 (2006-02-02) |
parents | 236a9f2698a3 |
children |
line source
1 Summary: Xen control interface library
2 Name: xen-internal-library
3 Version: 1.2
4 Release: 1
5 License: Xen
6 Group: Xen
7 BuildRoot: %{staging}
8 %description
9 Library to make it easier to access the Xen control interfaces.
11 %pre
12 %preun
13 %install
14 install -m 0755 -d $RPM_BUILD_ROOT/lib
15 install -m 0755 libxc.a $RPM_BUILD_ROOT/lib/libxc.a
16 install -m 0755 libxc.so $RPM_BUILD_ROOT/lib/libxc.so
17 install -m 0755 -d $RPM_BUILD_ROOT/include
18 install -m 0644 xc.h $RPM_BUILD_ROOT/include/xc.h
19 %clean
20 %post
21 %postun
22 %files
23 %defattr(-,root,root)
24 %dir /lib
25 /lib/libxc.a
26 /lib/libxc.so
27 %dir /include
28 /include/xc.h