This commit is contained in:
Tom "spot" Callaway 2011-06-11 11:43:37 -04:00
parent 8296d1b62d
commit 8ebfad72be
3 changed files with 7 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
srecord-1.55.tar.gz
/srecord-1.56.tar.gz
/srecord-1.57.tar.gz

View File

@ -1 +1 @@
b1e4aefa4943c008b701cdbeac72dfee srecord-1.56.tar.gz
2c371f75f05273fb05f587c1a36d98b7 srecord-1.57.tar.gz

View File

@ -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@fedoraproject.org> 1.57-1
- update to 1.57
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.56-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild