summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-09-18 03:55:32 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-09-18 03:57:36 -0400
commitdea56bb5179b6936d3c23b5d1ddb95c87f3656db (patch)
tree1a96ad0337541027684bde16798e7ff4f0660769
parent86bb09839aeeb57447d9e8aeb169d3d550d34a7a (diff)
downloadbuild-dea56bb5179b6936d3c23b5d1ddb95c87f3656db.tar.gz
build-dea56bb5179b6936d3c23b5d1ddb95c87f3656db.tar.bz2
build-dea56bb5179b6936d3c23b5d1ddb95c87f3656db.zip
remove unused files
Change-Id: Ic4c646d80780857d1afc522b7f5e2f6917af779b Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r--packaging/baselibs.conf8
-rw-r--r--packaging/build-initvm.changes12
-rw-r--r--packaging/build-initvm.spec53
3 files changed, 0 insertions, 73 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
deleted file mode 100644
index 951e38e..0000000
--- a/packaging/baselibs.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-arch i386 targets x86_64:i386
-arch i586 targets x86_64:i586
-build-initvm
- targetname <name>-<targettype>
- targettype i386 provides "build-initvm"
- targettype i586 provides "build-initvm"
- targettype i386 +/usr
- targettype i586 +/usr
diff --git a/packaging/build-initvm.changes b/packaging/build-initvm.changes
deleted file mode 100644
index d18eb7d..0000000
--- a/packaging/build-initvm.changes
+++ /dev/null
@@ -1,12 +0,0 @@
--------------------------------------------------------------------
-Tue Oct 4 12:43:27 UTC 2011 - adrian@suse.de
-
-- use new qemu-*-binfmt handler to run commands with correct $0
-- fix build for Factory
-
--------------------------------------------------------------------
-Mon Mar 21 07:02:52 UTC 2011 - adrian@suse.de
-
-- initial package for new cross build support for OBS. Done by
- James Perkins from LinuxFoundation
-
diff --git a/packaging/build-initvm.spec b/packaging/build-initvm.spec
deleted file mode 100644
index cef4a23..0000000
--- a/packaging/build-initvm.spec
+++ /dev/null
@@ -1,53 +0,0 @@
-#
-# spec file for package build-initvm
-#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-
-Name: build-initvm
-Summary: A Script to Build SUSE Linux RPMs
-License: GPL-2.0+
-Group: Development/Tools/Building
-Version: 20120927
-Release: 0
-Source: obs-build-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-AutoReqProv: off
-Requires: build
-BuildRequires: gcc
-BuildRequires: glibc-devel
-%if 0%{?suse_version} > 1200
-BuildRequires: glibc-devel-static
-%endif
-
-%description
-This package provides a script for building RPMs for SUSE Linux in a
-chroot or a secure virtualized environment.
-
-
-%prep
-%setup -q -n obs-build-%version
-
-%build
-make CFLAGS="$RPM_BUILD_FLAGS" initvm-all
-
-%install
-make DESTDIR=$RPM_BUILD_ROOT initvm-install
-
-%files
-%defattr(-,root,root)
-/usr/lib/build/initvm
-
-%changelog