Compare commits

...

5 Commits
master ... f7

Author SHA1 Message Date
Fedora Release Engineering c8eca110e8 dist-git conversion 2010-07-28 10:27:04 +00:00
Bill Nottingham 62306f9f61 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:36 +00:00
Orion Poplawski 54c6798925 Add ppc64 2007-12-10 19:56:28 +00:00
Orion Poplawski 128061545c - Rebuild to add ppc64 package for F7. 2007-12-10 19:09:46 +00:00
Bill Nottingham cf32cd3b12 Initialize branch F-7 for atlas 2007-05-18 02:56:07 +00:00
3 changed files with 7 additions and 25 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: atlas
# $Id$
NAME := atlas
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,6 +1,6 @@
Name: atlas
Version: 3.6.0
Release: 11%{?dist}
Release: 11%{?dist}.1
Summary: Automatically Tuned Linear Algebra Software
Group: System Environment/Libraries
@ -110,7 +110,7 @@ optimizations for the 3DNow extensions to the ix86 architecture.
%endif
%ifarch ppc
%ifarch ppc ppc64
%define archt powerpc
%define types base altivec
@ -417,7 +417,7 @@ rm -rf $RPM_BUILD_ROOT
%postun -n atlas-3dnow -p /sbin/ldconfig
%endif
%ifarch ppc
%ifarch ppc ppc64
%post -n atlas-altivec -p /sbin/ldconfig
@ -511,7 +511,7 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/atlas
%endif
%ifarch ppc
%ifarch ppc ppc64
%files altivec
%defattr(-,root,root,-)
@ -533,6 +533,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Dec 10 2007 Orion Poplawski <orion@cora.nwra.com> 3.6.0-11.1
- Rebuild to add ppc64 package for F7.
* Fri Sep 8 2006 Quentin Spencer <qspencer@users.sourceforge.net> 3.6.0-11
- Rebuild for FC6.
- Remove outdated comments from spec file.