aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 17:40:18 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 17:40:18 +0000
commitc08957dc4e8397fc0b8f15c79e88e431eb8fabe7 (patch)
treef7199fe3f4ccf3d55f51612b49277b21687bb55c /tools
parentdc9c2d4e3174bf50baf20e05e70c5c3e9815edff (diff)
downloadxen-c08957dc4e8397fc0b8f15c79e88e431eb8fabe7.tar.gz
xen-c08957dc4e8397fc0b8f15c79e88e431eb8fabe7.tar.bz2
xen-c08957dc4e8397fc0b8f15c79e88e431eb8fabe7.zip
tools: libxc: drop rpm.spec
Last updated in 2004, doesn't even use the right library names. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/libxc/rpm.spec28
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/libxc/rpm.spec b/tools/libxc/rpm.spec
deleted file mode 100644
index 1b4c5fc85a..0000000000
--- a/tools/libxc/rpm.spec
+++ /dev/null
@@ -1,28 +0,0 @@
-Summary: Xen control interface library
-Name: xen-internal-library
-Version: 1.2
-Release: 1
-License: Xen
-Group: Xen
-BuildRoot: %{staging}
-%description
-Library to make it easier to access the Xen control interfaces.
-
-%pre
-%preun
-%install
-install -m 0755 -d $RPM_BUILD_ROOT/lib
-install -m 0755 libxc.a $RPM_BUILD_ROOT/lib/libxc.a
-install -m 0755 libxc.so $RPM_BUILD_ROOT/lib/libxc.so
-install -m 0755 -d $RPM_BUILD_ROOT/include
-install -m 0644 xc.h $RPM_BUILD_ROOT/include/xc.h
-%clean
-%post
-%postun
-%files
-%defattr(-,root,root)
-%dir /lib
-/lib/libxc.a
-/lib/libxc.so
-%dir /include
-/include/xc.h