From c08957dc4e8397fc0b8f15c79e88e431eb8fabe7 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 21 Mar 2011 17:40:18 +0000 Subject: tools: libxc: drop rpm.spec Last updated in 2004, doesn't even use the right library names. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/libxc/rpm.spec | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 tools/libxc/rpm.spec 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 -- cgit v1.2.3