- 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
This commit is contained in:
parent
19a3aa61e4
commit
6e7abb032c
@ -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
|
||||
|
||||
|
6
dtc.spec
6
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,-)
|
||||
|
Loading…
Reference in New Issue
Block a user