Rev | Line | |
---|
[34] | 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. |
---|
| 10 | |
---|
| 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 |
---|
Note: See
TracBrowser
for help on using the repository browser.