This commit is contained in:
Tom Callaway 2013-01-07 14:51:00 -05:00
parent bde212c888
commit cc903b412d
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ srecord-1.55.tar.gz
/srecord-1.56.tar.gz
/srecord-1.57.tar.gz
/srecord-1.60.tar.gz
/srecord-1.61.tar.gz

View File

@ -1 +1 @@
6678752b24dd147cdf18ed61e5c18cb2 srecord-1.60.tar.gz
e507042531fc2a748d3ed985c7ffb40c srecord-1.61.tar.gz

View File

@ -1,6 +1,6 @@
Name: srecord
Version: 1.60
Release: 2%{?dist}
Version: 1.61
Release: 1%{?dist}
Summary: Manipulate EPROM load files
Group: Development/Tools
License: GPLv3+ and LGPLv3+
@ -55,6 +55,10 @@ rm -rf %{buildroot}%{_libdir}/*.a
rm -rf %{buildroot}%{_libdir}/*.la
chmod +x %{buildroot}%{_libdir}/libsrecord.so.*
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
mv %{buildroot}%{_defaultdocdir}/%{name}/* %{buildroot}%{_defaultdocdir}/%{name}-%{version}/
rm -rf %{buildroot}%{_defaultdocdir}/%{name}
%check
# Test scripts requirements: cmp, diff, uudecode
make sure
@ -65,6 +69,7 @@ make sure
%files
%doc LICENSE BUILDING README
%{_defaultdocdir}/%{name}-%{version}/
%{_bindir}/*
%{_libdir}/libsrecord.so.*
%{_mandir}/man1/*.1*
@ -77,6 +82,9 @@ make sure
%{_libdir}/pkgconfig/srecord.pc
%changelog
* Mon Jan 7 2013 Tom Callaway <spot@fedoraproject.org> - 1.61-1
- update to 1.61
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild