Compare commits

...

4 Commits
master ... f9

Author SHA1 Message Date
Fedora Release Engineering 663bbe230c dist-git conversion 2010-07-29 13:11:50 +00:00
Bill Nottingham 73a9444d4f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:43:48 +00:00
Dennis Gilmore c0dde7425c setup rules for sparcv9 2008-06-06 17:05:01 +00:00
Jesse Keating 5894e76e3f Initialize branch F-9 for star 2008-04-21 20:59:46 +00:00
3 changed files with 5 additions and 23 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: star
# $Id: Makefile,v 1.1 2004/09/09 12:37:41 cvsdist Exp $
NAME := star
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),)
# 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

@ -4,7 +4,7 @@
Summary: An archiving tool with ACL support
Name: star
Version: 1.5a84
Release: 4%{?dist}
Release: 5%{?dist}
URL: http://cdrecord.berlios.de/old/private/star.html
Source: ftp://ftp.berlios.de/pub/star/alpha/%{name}-%{version}.tar.bz2
Patch1: star-1.5-newMake.patch
@ -28,7 +28,7 @@ and can restore individual files from the archive. Star supports ACL.
%endif
%patch3 -p1 -b .changewarnSegv
for PLAT in %{arm} x86_64 ppc64 s390 s390x; do
for PLAT in %{arm} x86_64 ppc64 s390 s390x sparcv9; do
for AFILE in gcc cc; do
[ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
&& ln -s i586-linux-${AFILE}.rul RULES/${PLAT}-linux-${AFILE}.rul
@ -98,6 +98,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man1/spax.1*
%changelog
* Fri Jun 06 2008 Dennis Gilmore <dennis@ausil.us> - 1.5a84-5
- setup rules for sparcv9
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5a84-4
- Autorebuild for GCC 4.3