Compare commits

...

3 Commits
rawhide ... f13

Author SHA1 Message Date
Paul Whalen 5dc2ec9480 Added arm macro to ExclusiveArch 2011-06-02 12:17:48 -04:00
Fedora Release Engineering 3752a07fc0 dist-git conversion 2010-07-28 21:48:06 +00:00
Jesse Keating 06c08cc54e Initialize branch F-13 for libunwind 2010-02-17 01:56:14 +00:00
3 changed files with 5 additions and 23 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: libunwind
# $Id: Makefile,v 1.2 2007/10/15 19:04:48 notting Exp $
NAME := libunwind
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 $$d/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),)
# attempt 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

@ -9,13 +9,13 @@ Summary: An unwinding library
Name: libunwind
Version: 0.99
%define snapshot 20090430betagit4b8404d1
Release: 0.13.%{snapshot}%{?dist}
Release: 0.14.%{snapshot}%{?dist}
License: BSD
Group: Development/Debuggers
Source: libunwind-%{snapshot}.tar.bz2
Patch1: libunwind-disable-setjmp.patch
URL: http://savannah.nongnu.org/projects/libunwind
ExclusiveArch: arm hppa ia64 mips ppc ppc64 %{ix86} x86_64
ExclusiveArch: %{arm} hppa ia64 mips ppc ppc64 %{ix86} x86_64
BuildRequires: automake libtool autoconf
Conflicts: gdb < 6.6-9
@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/libunwind*.h
%changelog
* Thu Jun 02 2011 Paul Whalen <paul.whalen@senecac.on.ca> - 0.99-0.14.20090430betagit4b8404d1
- Added arm macro to ExclusiveArch
* Fri Dec 4 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99-0.13.20090430betagit4b8404d1
- The devel package now requires also base package's %{release}.
- Update the obsolete macro %%{package_version}.