From 2e86fe07ef8fd955d760f139e2415c71d348479174859a18b56adb14ac61154e Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Tue, 4 Oct 2011 05:01:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7097 --- kernel-syms.spec.in | 66 --------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 kernel-syms.spec.in diff --git a/kernel-syms.spec.in b/kernel-syms.spec.in deleted file mode 100644 index 1959566b..00000000 --- a/kernel-syms.spec.in +++ /dev/null @@ -1,66 +0,0 @@ -# -# spec file for package kernel-syms@VARIANT@ (Version @RPMVERSION@) -# -# Copyright (c) 2009 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/ -# - -# norootforbuild - -%define variant @VARIANT@%{nil} - -%include %_sourcedir/kernel-spec-macros - -Name: kernel-syms@VARIANT@ -Summary: Kernel Symbol Versions (modversions) -Version: @RPMVERSION@ -%if %using_buildservice -Release: @RELEASE_PREFIX@ -%else -%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) -Release: %kernel_source_release -%endif -License: GPL v2 only -Group: Development/Sources -Url: http://www.kernel.org/ -AutoReqProv: off -BuildRequires: coreutils -@REQUIRES@ -Provides: multiversion(kernel) -Provides: %name = %version-%source_rel -Source: README.KSYMS -Requires: kernel-devel%variant = %version-%source_rel -BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: @ARCHS@ -Prefix: /usr/src - -%description -Kernel symbols, such as functions and variables, have version -information attached to them. This package contains the symbol versions -for the standard kernels. - -This package is needed for compiling kernel module packages with proper -package dependencies. - -%source_timestamp - -%prep -%install -install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE - -%files -%defattr(-, root, root) -%dir %_docdir/%name -%_docdir/%name/README.SUSE - -%changelog