Compare commits

...

4 Commits
master ... f9

Author SHA1 Message Date
Fedora Release Engineering 1ec0d13ae6 dist-git conversion 2010-07-29 13:09:34 +00:00
Bill Nottingham 9f993fae65 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:43:16 +00:00
Tom Callaway a57111aae8 update to 1.45 2008-11-20 22:10:15 +00:00
Jesse Keating 0c87bfdfd3 Initialize branch F-9 for srecord 2008-04-21 20:56:28 +00:00
4 changed files with 8 additions and 27 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: srecord
# $Id$
NAME := srecord
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 +1 @@
1d8a8a62cdb7d1c1b3ca0fe05f407290 srecord-1.39.tar.gz
6ba47b04abd64d01db6cbbd79b847d9a srecord-1.45.tar.gz

View File

@ -1,6 +1,6 @@
Name: srecord
Version: 1.39
Release: 2%{?dist}
Version: 1.45
Release: 1%{?dist}
Summary: Manipulate EPROM load files
Group: Development/Tools
@ -44,9 +44,8 @@ file formats.
make
%install
rm -rf $RPM_BUILD_ROOT
# srecord is too smart. It uses DESTDIR and RPM_BUILD_ROOT here.
make install
rm -rf %{buildroot}
make DESTDIR="%{buildroot}" install
%check
# Test scripts requirements: cmp, diff, uudecode
@ -65,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Nov 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.45-1
- update to 1.45
* Tue Mar 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.39-2
- BR: boost-devel