[srecord] 1.57

Tom Callaway spot at fedoraproject.org
Sat Jun 11 15:43:49 UTC 2011


commit 8ebfad72bec78874616877e70b75a2e986ba27bd
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Sat Jun 11 11:43:37 2011 -0400

    1.57

 .gitignore   |    1 +
 sources      |    2 +-
 srecord.spec |   15 +++++----------
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af71aa9..7ee1f7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 srecord-1.55.tar.gz
 /srecord-1.56.tar.gz
+/srecord-1.57.tar.gz
diff --git a/sources b/sources
index c8198e3..edb89d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1e4aefa4943c008b701cdbeac72dfee  srecord-1.56.tar.gz
+2c371f75f05273fb05f587c1a36d98b7  srecord-1.57.tar.gz
diff --git a/srecord.spec b/srecord.spec
index eba6ab4..1862192 100644
--- a/srecord.spec
+++ b/srecord.spec
@@ -1,13 +1,11 @@
 Name:		srecord
-Version:	1.56
-Release:	3%{?dist}
+Version:	1.57
+Release:	1%{?dist}
 Summary:	Manipulate EPROM load files
 Group:		Development/Tools
 License:	GPLv3+ and LGPLv3+
 URL:		http://srecord.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/srecord/srecord-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:	diffutils, sharutils, groff, boost-devel, libgcrypt-devel, libtool
 
 %description
@@ -51,7 +49,6 @@ srecord.
 make
 
 %install
-rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_libdir}
 make DESTDIR="%{buildroot}" install
 rm -rf %{buildroot}%{_libdir}/*.a
@@ -62,15 +59,11 @@ chmod +x %{buildroot}%{_libdir}/libsrecord.so.*
 # Test scripts requirements: cmp, diff, uudecode
 make sure
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files
-%defattr (-,root,root,-)
 %doc LICENSE BUILDING README
 %{_bindir}/*
 %{_libdir}/libsrecord.so.*
@@ -79,12 +72,14 @@ rm -rf %{buildroot}
 %{_mandir}/man5/*.5*
 
 %files devel
-%defattr (-,root,root,-)
 %{_includedir}/srecord/
 %{_libdir}/libsrecord.so
 %{_libdir}/pkgconfig/srecord.pc
 
 %changelog
+* Sat Jun 11 2011 Tom Callaway <spot at fedoraproject.org> 1.57-1
+- update to 1.57
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.56-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list