dtc/dtc.spec

64 lines
1.5 KiB
RPMSpec
Raw Normal View History

2007-07-04 02:33:47 +00:00
Name: dtc
2008-01-24 17:47:14 +00:00
Version: 1.1.0
Release: 1%{?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/
Source: http://www.jdl.com/software/dtc-%{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
%setup -q -n dtc
2007-07-04 02:33:47 +00:00
%build
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
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
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
* 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
* 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