Compare commits

...

4 Commits
master ... f9

Author SHA1 Message Date
Fedora Release Engineering fc900009c3 dist-git conversion 2010-07-28 13:17:44 +00:00
Bill Nottingham 3587e8a613 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:43 +00:00
jwboyer 931584e3f7 - Update to latest release 2008-08-28 12:03:55 +00:00
Jesse Keating 9d1cd4f52a Initialize branch F-9 for dtc 2008-04-20 16:28:19 +00:00
5 changed files with 9 additions and 27 deletions

View File

@ -1 +0,0 @@
dtc-1.1.0.tgz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
dtc-v1.2.0.tgz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: dtc
# $Id$
NAME := dtc
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,11 +1,11 @@
Name: dtc
Version: 1.1.0
Release: 2%{?dist}
Version: 1.2.0
Release: 1%{?dist}
Summary: Device Tree Compiler
Group: Development/Tools
License: GPLv2+
URL: http://dtc.ozlabs.org/
Source: http://www.jdl.com/software/dtc-%{version}.tgz
Source: http://www.jdl.com/software/dtc-v%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: flex, bison
@ -15,7 +15,7 @@ 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
%setup -q -n dtc-v%{version}
%build
make %{?_smp_mflags}
@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* 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

View File

@ -1 +1 @@
6c84b01f500bc989b0b1ad6138fb93d5 dtc-1.1.0.tgz
0f1841de79abbff57691adc31d5f3525 dtc-v1.2.0.tgz