4781a3
Summary: Utilities for working with md5sum implanted in ISO images
4781a3
Name: isomd5sum
4781a3
Version: 1.0.10
4781a3
Release: 5%{?dist}
4781a3
Epoch: 1
4781a3
License: GPLv2+
4781a3
Group: Applications/System
4781a3
URL: http://git.fedorahosted.org/git/?p=isomd5sum.git;a=summary
4781a3
Source0: http://fedorahosted.org/releases/i/s/isomd5sum/%{name}-%{version}.tar.bz2
4781a3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
4781a3
BuildRequires: popt-devel
4781a3
Patch0: 0001-Add-aarch64-1041320.patch
4781a3
Patch1: 0002-Add-ppc64le-1125552.patch
4781a3
4781a3
%description
4781a3
The isomd5sum package contains utilities for implanting and verifying
4781a3
an md5sum implanted into an ISO9660 image.
4781a3
4781a3
%package devel
4781a3
Summary: Development headers and library for using isomd5sum 
4781a3
Group: Development/System
4781a3
Requires: %{name} = %{epoch}:%{version}-%{release}
4781a3
Provides: %{name}-static = %{epoch}:%{version}-%{release}
4781a3
4781a3
%description devel
4781a3
This contains header files and a library for working with the isomd5sum
4781a3
implanting and checking.
4781a3
4781a3
%package -n python-isomd5sum
4781a3
Summary: Python bindings for isomd5sum
4781a3
BuildRequires: python-devel
4781a3
4781a3
%description -n python-isomd5sum
4781a3
Python bindings for isomd5sum
4781a3
4781a3
%prep
4781a3
%setup -q
4781a3
%patch0 -p1
4781a3
%patch1 -p1
4781a3
4781a3
%build
4781a3
CFLAGS="$RPM_OPT_FLAGS -Wno-strict-aliasing"; export CFLAGS
4781a3
make checkisomd5 implantisomd5 pyisomd5sum.so
4781a3
4781a3
%install
4781a3
rm -rf $RPM_BUILD_ROOT
4781a3
make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel install-python
4781a3
4781a3
%clean
4781a3
rm -rf $RPM_BUILD_ROOT
4781a3
4781a3
4781a3
%files
4781a3
%defattr(-,root,root,-)
4781a3
%doc COPYING
4781a3
/usr/bin/implantisomd5
4781a3
/usr/bin/checkisomd5
4781a3
%{_mandir}/man*/*
4781a3
4781a3
%files devel
4781a3
%defattr(-,root,root,-)
4781a3
%{_includedir}/*.h
4781a3
%{_libdir}/*.a
4781a3
4781a3
%files -n python-isomd5sum
4781a3
%defattr(-,root,root,-)
4781a3
%{python_sitearch}/pyisomd5sum.so
4781a3
4781a3
%changelog
4781a3
* Tue Aug 26 2014 Radek Vykydal <rvykydal@redhat.com> - 1:1.0.10-5
4781a3
- Add ppc64le (aldyh@redhat.com)
4781a3
  Resolves: rhbz#1125552
4781a3
4781a3
* Tue Jan 28 2014 Radek Vykydal <rvykydal@redhat.com> - 1:1.0.10-4
4781a3
- Add aarch64 (bcl)
4781a3
  Resolves: rhbz#1041320
4781a3
4781a3
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:1.0.10-3
4781a3
- Mass rebuild 2014-01-24
4781a3
4781a3
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:1.0.10-2
4781a3
- Mass rebuild 2013-12-27
4781a3
4781a3
* Tue Feb 26 2013 Brian C. Lane <bcl@redhat.com> 1.0.10-1
4781a3
- Fix for gcc type-punned and sizeof pointer warnings. (bcl)
4781a3
- Add exit code 2 for user abort (#907600) (bcl)
4781a3
- Cleanup TABs and update Copyrights (bcl)
4781a3
- Standardize *FLAGS in Makefile (ryan)
4781a3
4781a3
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.9-3
4781a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4781a3
4781a3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.9-2
4781a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4781a3
4781a3
* Fri Mar 09 2012 Brian C. Lane <bcl@redhat.com> 1.0.9-1
4781a3
- Add python-isomd5sum package with python bindings
4781a3
- Add callback and interrupt support to the python library
4781a3
- Add RPM_OPT_FLAGS to CFLAGS and update makefile to use CFLAGS from environment
4781a3
4781a3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.7-2
4781a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4781a3
4781a3
* Fri Apr 8 2011 Radek Vykydal <rvykydal@fedoraproject.org> - 1:1.0.7-1
4781a3
- Allocate one more char for string sentinel (#692135) (rvykydal)
4781a3
4781a3
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.6-3
4781a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4781a3
4781a3
* Wed Jun 30 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1:1.0.6-2
4781a3
- Add virtual -static package to -devel package (#609607).
4781a3
4781a3
* Fri Mar 26 2010 Radek Vykydal <rvykydal@redhat.com> - 1:1.0.6-1
4781a3
- Add abort check feature (#555107) (dpierce, rvykydal)
4781a3
  Changes prototype of exported checkMediaFile function.
4781a3
- Fix exit value of checkisomd5 (rvykydal)
4781a3
- Remove output to stderr from library (#576251) (bcl)
4781a3
- Use separate return value for image not found (#578160) (bcl)
4781a3
4781a3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.5-3
4781a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4781a3
4781a3
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.5-2
4781a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4781a3
4781a3
* Thu Jan  8 2009 Jeremy Katz <katzj@redhat.com> - 1:1.0.5-1
4781a3
- Don't install the unused python module (#479005)
4781a3
4781a3
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:1.0.4-4
4781a3
- Rebuild for Python 2.6
4781a3
4781a3
* Wed Nov  5 2008 Hans de Goede <hdegoede@redhat.com> - 1:1.0.4-3
4781a3
- Fix permission on installed manpages (#469936)
4781a3
4781a3
* Thu Apr 24 2008 Dennis Gilmore <dennis@ausil.us> - 1:1.0.4-2
4781a3
- add patch for making libdir /usr/lib64 for sparc64
4781a3
4781a3
* Thu Feb  7 2008 Jeremy Katz <katzj@redhat.com> - 1:1.0.4-1
4781a3
- Add man pages from Ryan Finnie (ryan AT finnie DOT org)
4781a3
- Use popt in checkisomd5 (Ryan Finnie)
4781a3
- Fix verbose/gauge interactions (Ryan Finnie)
4781a3
- A few other little janitorial things (Ryan Finnie)
4781a3
4781a3
* Mon Dec 10 2007 Jeremy Katz <katzj@redhat.com> - 1:1.0.2-1
4781a3
- The "fix the build after changing the API" release
4781a3
4781a3
* Mon Dec 10 2007 Jeremy Katz <katzj@redhat.com> - 1:1.0.1-1
4781a3
- Add some simple callback support in the library
4781a3
4781a3
* Fri Dec  7 2007 Jeremy Katz <katzj@redhat.com> - 1.0-1
4781a3
- Initial build.
4781a3