ad5417a597
Move content from stx-gplv2 into stx-integ Packages will be relocated to stx-integ: base/ bash cgcs-users cluster-resource-agents dpkg haproxy libfdt netpbm rpm database/ mariadb filesystem/ iscsi-initiator-utils filesystem/drbd/ drbd-tools kernel/kernel-modules/ drbd integrity intel-e1000e intel-i40e intel-i40evf intel-ixgbe intel-ixgbevf qat17 tpmdd ldap/ ldapscripts networking/ iptables net-tools Change-Id: I3424c7efb86dca5609cd167898d546a24da83944 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
52 lines
802 B
RPMSpec
52 lines
802 B
RPMSpec
Summary: libfdt
|
|
Name: libfdt
|
|
Version: 1.4.4
|
|
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
|
License: GPLv2
|
|
Group: base
|
|
Packager: Wind River <info@windriver.com>
|
|
URL: unknown
|
|
Source0: dtc-1.4.4.tar.gz
|
|
|
|
BuildRequires: gcc
|
|
BuildRequires: bison
|
|
BuildRequires: flex
|
|
|
|
%define debug_package %{nil}
|
|
|
|
%description
|
|
Device Tree Compiler
|
|
|
|
%package -n libfdt-devel
|
|
Summary: libfdt devel
|
|
|
|
%description -n libfdt-devel
|
|
libfdt devel
|
|
|
|
%define prefix /usr/
|
|
|
|
%prep
|
|
%setup -n dtc-1.4.4
|
|
|
|
%build
|
|
make
|
|
|
|
%install
|
|
make install PREFIX=%{buildroot}%{prefix}
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%license GPL README.license
|
|
%defattr(-,root,root,-)
|
|
|
|
# TODO: Devel shouldn't contain bin
|
|
%files -n libfdt-devel
|
|
%license GPL README.license
|
|
%defattr(-,root,root,-)
|
|
%{prefix}/bin/*
|
|
%dir %{prefix}/include
|
|
%{prefix}/include/*
|
|
%{prefix}/lib/*
|