168 lines
5.3 KiB
RPMSpec
168 lines
5.3 KiB
RPMSpec
Name: dtc
|
|
Version: 1.4.1
|
|
Release: 5%{?dist}
|
|
Summary: Device Tree Compiler
|
|
Group: Development/Tools
|
|
License: GPLv2+
|
|
URL: http://devicetree.org/Device_Tree_Compiler
|
|
Source: https://ftp.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz
|
|
Patch1: use-tx-as-the-type-specifier-instead-of-zx.patch
|
|
|
|
BuildRequires: flex, bison
|
|
|
|
%description
|
|
The Device Tree Compiler generates flattened Open Firmware style device trees
|
|
for use with PowerPC machines that lack an Open Firmware implementation
|
|
|
|
%package -n libfdt
|
|
Summary: Device tree library
|
|
Group: Development/Libraries
|
|
|
|
%description -n libfdt
|
|
libfdt is a library to process Open Firmware style device trees on various
|
|
architectures.
|
|
|
|
%package -n libfdt-devel
|
|
Summary: Development headers for device tree library
|
|
Group: Development/Libraries
|
|
Requires: libfdt = %{version}-%{release}
|
|
|
|
%description -n libfdt-devel
|
|
This package provides development files for libfdt
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch1 -p1
|
|
|
|
%build
|
|
make %{?_smp_mflags} V=1
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr LIBDIR=%{_libdir}
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|
|
|
# we don't want or need ftdump and it conflicts with freetype-demos, so drop
|
|
# it (rhbz 797805)
|
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/ftdump
|
|
|
|
|
|
%files
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license GPL
|
|
%doc Documentation/manual.txt
|
|
%{_bindir}/*
|
|
|
|
%files -n libfdt
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license GPL
|
|
%{_libdir}/libfdt-%{version}.so
|
|
%{_libdir}/libfdt.so.*
|
|
|
|
%files -n libfdt-devel
|
|
%{_libdir}/libfdt.so
|
|
%{_includedir}/*
|
|
|
|
%post -n libfdt -p /sbin/ldconfig
|
|
|
|
%postun -n libfdt -p /sbin/ldconfig
|
|
|
|
%changelog
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Tue Jun 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.1-4
|
|
- Use %%license
|
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4.1-3
|
|
- Rebuilt for Fedora 23 Change
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
* Mon Jan 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.1-2
|
|
- Use tar file from kernel.org
|
|
|
|
* Mon Jan 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.1-1
|
|
- New dtc 1.4.1 release
|
|
- Update URL and Sources
|
|
- Cleanup spec
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.4.0-3
|
|
- Avoid shell invocation and fix deps of libfdt %%post* scripts.
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Mon Jun 24 2013 Josh Boyer <jwboyer@redhat.com> - 1.4.0-1
|
|
- New dtc 1.4.0 release (rhbz 977480)
|
|
|
|
* Thu Jun 06 2013 Josh Boyer <jwboyer@redhat.com> - 1.3.0-8
|
|
- Fix type specifier error (from Dan Horák)
|
|
|
|
* Mon Jun 03 2013 Josh Boyer <jwboyer@redhat.com> - 1.3.0-7
|
|
- Update dtc to include libfdt_env.h (rhbz 969955)
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Mon Feb 27 2012 Josh Boyer <jwboyer@redhat.com>
|
|
- Don't package ftdump (rhbz 797805)
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Tue Jun 28 2011 Josh Boyer <jwboyer@gmail.com>
|
|
- Fixup error during tarball upload
|
|
|
|
* Tue Jun 28 2011 Josh Boyer <jwboyer@gmail.com>
|
|
- Point to git tree for URL (#717217)
|
|
- Add libfdt subpackages based on patch from Paolo Bonzini (#443882)
|
|
- Update to latest release
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Thu Aug 28 2008 Josh Boyer <jwboyer@gmail.com>
|
|
- Update to latest release
|
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.0-2
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Thu Jan 24 2008 Josh Boyer <jwboyer@gmail.com>
|
|
- Update to 1.1.0
|
|
|
|
* Tue Aug 21 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
- Bump and rebuild
|
|
|
|
* Thu Aug 09 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
- Update to official 1.0.0 release
|
|
|
|
* Fri Aug 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
- Update license field
|
|
|
|
* Mon Jul 09 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
- Update to new snapshot
|
|
|
|
* Tue Jul 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
- Update to new snapshot
|
|
- Drop upstreamed install patch
|
|
|
|
* Fri Jun 29 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
- Fix packaging errors
|
|
|
|
* Thu Jun 28 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
- Initial packaging
|