update to 1.45

This commit is contained in:
Tom Callaway 2008-11-20 22:10:15 +00:00
parent 6b2a6e5e6d
commit dd3f2d7971
2 changed files with 20 additions and 8 deletions

View File

@ -1 +1 @@
8fce124d47f23b4aa187c3b8eebc9fd7 srecord-1.36.tar.gz
6ba47b04abd64d01db6cbbd79b847d9a srecord-1.45.tar.gz

View File

@ -1,5 +1,5 @@
Name: srecord
Version: 1.36
Version: 1.45
Release: 1%{?dist}
Summary: Manipulate EPROM load files
@ -9,21 +9,21 @@ URL: http://srecord.sourceforge.net/
Source: http://downloads.sourceforge.net/srecord/srecord-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: diffutils, sharutils, groff
BuildRequires: diffutils, sharutils, groff, boost-devel
%description
The SRecord package is a collection of powerful tools for manipulating
EPROM load files.
* The SRecord package understands a number of file formats: Motorola
- The SRecord package understands a number of file formats: Motorola
S-Record, Intel, Tektronix, Binary. These file formats may be read
and written. Also C array definitions, for output only.
* The SRecord package has a number of tools: srec_cat for copying and
- The SRecord package has a number of tools: srec_cat for copying and
and converting files, srec_cmp for comparing files and srec_info for
printing summaries.
* The SRecord package has a number for filters: checksum to add checksums
- The SRecord package has a number for filters: checksum to add checksums
to the data, crop to keep address ranges, exclude to remove address
ranges, fill to plug holes in the data, length to insert the data
length, maximum to insert the data address maximum, minimum to insert
@ -44,8 +44,8 @@ file formats.
make
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -rf %{buildroot}
make DESTDIR="%{buildroot}" install
%check
# Test scripts requirements: cmp, diff, uudecode
@ -64,6 +64,18 @@ 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
* Mon Mar 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.39-1
- update to 1.39
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.36-2
- Autorebuild for GCC 4.3
* Sat Aug 11 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.36-1
- Update to 1.36.
- License: GPLv3+.