From 5845f5672a745a1727367899ef88fddf3c21ccc8 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Thu, 15 Sep 2005 02:36:25 +0000 Subject: [PATCH] auto-import srecord-1.22-2 on branch devel from srecord-1.22-2.src.rpm --- .cvsignore | 1 + sources | 1 + srecord.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 srecord.spec diff --git a/.cvsignore b/.cvsignore index e69de29..e242bea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +srecord-1.22.tar.gz diff --git a/sources b/sources index e69de29..13da6cd 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d67c70be352486db6a9c0929a4d8f08e srecord-1.22.tar.gz diff --git a/srecord.spec b/srecord.spec new file mode 100644 index 0000000..85c9a8f --- /dev/null +++ b/srecord.spec @@ -0,0 +1,74 @@ +Name: srecord +Version: 1.22 +Release: 2%{?dist} +Summary: Manipulate EPROM load files + +Group: Development/Tools +License: GPL +URL: http://srecord.sourceforge.net/ +Source: http://srecord.sourceforge.net/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: diffutils, sharutils, groff + +%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 + 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 + 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 + 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 + the data address minimum, offset to adjust addresses, and split for + wide data buses and memory striping. + +More than one filter may be applied to each input file. Different filters +may be applied to each input file. All filters may be applied to all +file formats. + + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%check +# Test scripts requirements: cmp, diff, uudecode +make sure + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr (-,root,root,-) +%doc LICENSE BUILDING README +%{_bindir}/* +%{_mandir}/man1/*.1* +%{_mandir}/man5/*.5* + + +%changelog +* Thu Sep 15 2005 Jose Pedro Oliveira - 1.22-2 +- Updated the source tarball (PATCHLEVEL "1.22.D002"). + The author repackages updates without changing the tarball version (ARGH!). + +* Mon Sep 12 2005 Jose Pedro Oliveira - 1.22-1 +- Update to 1.22. + +* Sun Aug 7 2005 Jose Pedro Oliveira - 1.21-1 +- Version 1.21.