From 6e7abb032cab25620defa3fb386344754f8e92b0012b0fc492cb314ac9c11a7c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Jun 2013 06:58:39 +0000 Subject: [PATCH] - rename ftdump to dtc-ftdump to avoid conflict with ft2demos OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=13 --- dtc.changes | 5 +++++ dtc.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dtc.changes b/dtc.changes index 327a0ac..048c677 100644 --- a/dtc.changes +++ b/dtc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 19 06:58:23 UTC 2013 - dmueller@suse.com + +- rename ftdump to dtc-ftdump to avoid conflict with ft2demos + ------------------------------------------------------------------- Tue Jun 18 00:58:27 UTC 2013 - afaerber@suse.de diff --git a/dtc.spec b/dtc.spec index 24eb6c3..70ac277 100644 --- a/dtc.spec +++ b/dtc.spec @@ -71,12 +71,16 @@ make %{?_smp_mflags} %install %makeinstall PREFIX=/usr LIBDIR=%{_libdir} install -m 644 libfdt/libfdt_env.h $RPM_BUILD_ROOT/%{_includedir} +mv %{buildroot}/%{_bindir}/ftdump %{buildroot}/%{_bindir}/dtc-ftdump rm -f %{buildroot}/%{_libdir}/*.a %files %defattr(-,root,root) %doc README.license Documentation/manual.txt -%{_bindir}/* +%{_bindir}/convert-dtsv0 +%{_bindir}/dtc +%{_bindir}/dtdiff +%{_bindir}/dtc-ftdump %files -n libfdt1 %defattr(-,root,root,-)