source: trunk/packages/xen-common/xen-common/tools/libxc/rpm.spec @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 588 bytes
Line 
1Summary: Xen control interface library
2Name: xen-internal-library
3Version: 1.2
4Release: 1
5License: Xen
6Group: Xen
7BuildRoot: %{staging}
8%description
9Library to make it easier to access the Xen control interfaces.
10
11%pre
12%preun
13%install
14install -m 0755 -d $RPM_BUILD_ROOT/lib
15install -m 0755 libxc.a $RPM_BUILD_ROOT/lib/libxc.a
16install -m 0755 libxc.so $RPM_BUILD_ROOT/lib/libxc.so
17install -m 0755 -d $RPM_BUILD_ROOT/include
18install -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
Note: See TracBrowser for help on using the repository browser.