2007-07-04 02:33:47 +00:00
|
|
|
Name: dtc
|
2015-01-05 10:45:37 +00:00
|
|
|
Version: 1.4.1
|
2015-06-16 19:04:05 +00:00
|
|
|
Release: 4%{?dist}
|
2007-07-04 02:33:47 +00:00
|
|
|
Summary: Device Tree Compiler
|
|
|
|
Group: Development/Tools
|
2007-08-03 18:24:57 +00:00
|
|
|
License: GPLv2+
|
2015-01-05 10:45:37 +00:00
|
|
|
URL: http://devicetree.org/Device_Tree_Compiler
|
2015-01-05 10:57:19 +00:00
|
|
|
Source: https://ftp.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz
|
2013-06-06 17:52:22 +00:00
|
|
|
Patch1: use-tx-as-the-type-specifier-instead-of-zx.patch
|
2007-07-04 02:33:47 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2011-06-28 14:24:28 +00:00
|
|
|
%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
|
|
|
|
|
2007-07-04 02:33:47 +00:00
|
|
|
%prep
|
2015-01-05 10:45:37 +00:00
|
|
|
%setup -q
|
2013-06-06 17:52:22 +00:00
|
|
|
%patch1 -p1
|
2007-07-04 02:33:47 +00:00
|
|
|
|
|
|
|
%build
|
2015-01-05 10:45:37 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2007-07-04 02:33:47 +00:00
|
|
|
|
|
|
|
%install
|
2011-06-28 14:24:28 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr LIBDIR=%{_libdir}
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a
|
2007-07-04 02:33:47 +00:00
|
|
|
|
2012-02-27 16:04:43 +00:00
|
|
|
# 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
|
|
|
|
|
2007-07-04 02:33:47 +00:00
|
|
|
|
|
|
|
%files
|
2015-06-16 19:04:05 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license GPL
|
|
|
|
%doc Documentation/manual.txt
|
2007-07-04 02:33:47 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
|
2011-06-28 14:24:28 +00:00
|
|
|
%files -n libfdt
|
2015-06-16 19:04:05 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license GPL
|
2011-06-28 14:24:28 +00:00
|
|
|
%{_libdir}/libfdt-%{version}.so
|
|
|
|
%{_libdir}/libfdt.so.*
|
|
|
|
|
|
|
|
%files -n libfdt-devel
|
|
|
|
%{_libdir}/libfdt.so
|
|
|
|
%{_includedir}/*
|
|
|
|
|
2013-12-21 12:43:51 +00:00
|
|
|
%post -n libfdt -p /sbin/ldconfig
|
2011-06-28 14:24:28 +00:00
|
|
|
|
2013-12-21 12:43:51 +00:00
|
|
|
%postun -n libfdt -p /sbin/ldconfig
|
2011-06-28 14:24:28 +00:00
|
|
|
|
2007-07-04 02:33:47 +00:00
|
|
|
%changelog
|
2015-06-16 19:04:05 +00:00
|
|
|
* Tue Jun 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.1-4
|
|
|
|
- Use %%license
|
|
|
|
|
2015-02-21 21:20:59 +00:00
|
|
|
* 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
|
|
|
|
|
2015-01-05 10:57:19 +00:00
|
|
|
* Mon Jan 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.1-2
|
|
|
|
- Use tar file from kernel.org
|
|
|
|
|
2015-01-05 10:45:37 +00:00
|
|
|
* 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
|
|
|
|
|
2014-08-16 09:54:06 +00:00
|
|
|
* 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
|
|
|
|
|
2014-06-07 09:01:42 +00:00
|
|
|
* 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
|
|
|
|
|
2013-12-21 12:43:51 +00:00
|
|
|
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.4.0-3
|
|
|
|
- Avoid shell invocation and fix deps of libfdt %%post* scripts.
|
|
|
|
|
2013-08-03 08:40:49 +00:00
|
|
|
* 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
|
|
|
|
|
2013-06-24 17:55:43 +00:00
|
|
|
* Mon Jun 24 2013 Josh Boyer <jwboyer@redhat.com> - 1.4.0-1
|
|
|
|
- New dtc 1.4.0 release (rhbz 977480)
|
|
|
|
|
2013-06-06 17:52:22 +00:00
|
|
|
* Thu Jun 06 2013 Josh Boyer <jwboyer@redhat.com> - 1.3.0-8
|
|
|
|
- Fix type specifier error (from Dan Horák)
|
|
|
|
|
2013-06-03 12:23:53 +00:00
|
|
|
* Mon Jun 03 2013 Josh Boyer <jwboyer@redhat.com> - 1.3.0-7
|
|
|
|
- Update dtc to include libfdt_env.h (rhbz 969955)
|
|
|
|
|
2013-02-13 20:21:31 +00:00
|
|
|
* 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
|
|
|
|
|
2012-07-18 21:58:51 +00:00
|
|
|
* 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
|
|
|
|
|
2012-02-27 16:04:43 +00:00
|
|
|
* Mon Feb 27 2012 Josh Boyer <jwboyer@redhat.com>
|
|
|
|
- Don't package ftdump (rhbz 797805)
|
|
|
|
|
2012-01-13 01:15:52 +00:00
|
|
|
* 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
|
|
|
|
|
2011-06-28 14:34:02 +00:00
|
|
|
* Tue Jun 28 2011 Josh Boyer <jwboyer@gmail.com>
|
|
|
|
- Fixup error during tarball upload
|
|
|
|
|
2011-06-28 14:24:28 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-08 15:29:05 +00:00
|
|
|
* 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
|
|
|
|
|
2009-07-24 20:36:44 +00:00
|
|
|
* 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
|
|
|
|
|
2009-02-24 12:55:03 +00:00
|
|
|
* 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
|
|
|
|
|
2008-08-28 12:00:26 +00:00
|
|
|
* Thu Aug 28 2008 Josh Boyer <jwboyer@gmail.com>
|
|
|
|
- Update to latest release
|
|
|
|
|
2008-02-18 19:25:41 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.0-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-24 17:47:14 +00:00
|
|
|
* Thu Jan 24 2008 Josh Boyer <jwboyer@gmail.com>
|
|
|
|
- Update to 1.1.0
|
|
|
|
|
2007-08-22 01:21:27 +00:00
|
|
|
* Tue Aug 21 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
|
|
- Bump and rebuild
|
|
|
|
|
2007-08-10 03:16:20 +00:00
|
|
|
* Thu Aug 09 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
|
|
- Update to official 1.0.0 release
|
|
|
|
|
2007-08-03 18:24:57 +00:00
|
|
|
* Fri Aug 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
|
|
- Update license field
|
|
|
|
|
2007-07-10 01:42:48 +00:00
|
|
|
* Mon Jul 09 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
|
|
- Update to new snapshot
|
|
|
|
|
2007-07-04 02:42:54 +00:00
|
|
|
* Tue Jul 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org>
|
|
|
|
- Update to new snapshot
|
|
|
|
- Drop upstreamed install patch
|
|
|
|
|
2007-07-04 02:33:47 +00:00
|
|
|
* 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
|