2007-07-04 02:33:47 +00:00
|
|
|
Name: dtc
|
2008-08-28 12:00:26 +00:00
|
|
|
Version: 1.2.0
|
2009-02-24 12:55:03 +00:00
|
|
|
Release: 2%{?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+
|
2007-07-04 02:33:47 +00:00
|
|
|
URL: http://dtc.ozlabs.org/
|
2008-08-28 12:00:26 +00:00
|
|
|
Source: http://www.jdl.com/software/dtc-v%{version}.tgz
|
2007-07-04 02:33:47 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
%prep
|
2008-08-28 12:00:26 +00:00
|
|
|
%setup -q -n dtc-v%{version}
|
2007-07-04 02:33:47 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-08-10 03:16:20 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr
|
|
|
|
|
|
|
|
#remove the devel stuff.
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/include/*
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/lib/*.a
|
2007-07-04 02:33:47 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc GPL
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
|
%changelog
|
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
|