Accepting request 176484 from Virtualization
Replace %make_install with %makeinstall, to allow building for SLE_11_SP2 OBS-URL: https://build.opensuse.org/request/show/176484 OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=11
This commit is contained in:
parent
51ca63271a
commit
05c52c50d5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 24 12:00:09 UTC 2013 - afaerber@suse.de
|
||||
|
||||
- Use %makeinstall in place of %make_install, for SLE_11_SP2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
12
dtc.spec
12
dtc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dtc
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: dtc
|
||||
Url: http://git.jdl.com/gitweb/?p=dtc.git;a=summary
|
||||
Version: 1.3.0
|
||||
Release: 1
|
||||
BuildRequires: bison flex
|
||||
Release: 0
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
Summary: Device-tree compiler
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Building
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: dtc-%{version}.tar.bz2
|
||||
@ -69,7 +69,7 @@ This package provides development files for libfdt
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install PREFIX=/usr LIBDIR=%{_libdir}
|
||||
%makeinstall PREFIX=/usr LIBDIR=%{_libdir}
|
||||
rm -f %{buildroot}/%{_libdir}/*.a
|
||||
|
||||
%files
|
||||
|
Loading…
x
Reference in New Issue
Block a user