2007-12-10 15:14:09 +00:00
|
|
|
Summary: Utilities for working with md5sum implanted in ISO images
|
|
|
|
Name: isomd5sum
|
2009-01-08 22:06:04 +00:00
|
|
|
Version: 1.0.5
|
2009-07-25 03:40:01 +00:00
|
|
|
Release: 3%{?dist}
|
2007-12-10 15:14:09 +00:00
|
|
|
Epoch: 1
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
2008-02-08 04:17:45 +00:00
|
|
|
URL: http://git.fedorahosted.org/git/?p=isomd5sum.git;a=summary
|
2008-02-08 04:22:18 +00:00
|
|
|
Source0: http://fedorahosted.org/releases/i/s/isomd5sum/%{name}-%{version}.tar.bz2
|
2007-12-10 15:14:09 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
2009-01-08 22:06:04 +00:00
|
|
|
BuildRequires: popt-devel
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The isomd5sum package contains utilities for implanting and verifying
|
|
|
|
an md5sum implanted into an ISO9660 image.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development headers and library for using isomd5sum
|
|
|
|
Group: Development/System
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This contains header files and a library for working with the isomd5sum
|
|
|
|
implanting and checking.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2009-01-08 22:06:04 +00:00
|
|
|
make checkisomd5 implantisomd5
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2009-01-08 22:06:04 +00:00
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc COPYING
|
|
|
|
/usr/bin/implantisomd5
|
|
|
|
/usr/bin/checkisomd5
|
2008-02-08 04:17:45 +00:00
|
|
|
%{_mandir}/man*/*
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
%changelog
|
2009-07-25 03:40:01 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 08:12:56 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-08 22:06:04 +00:00
|
|
|
* Thu Jan 8 2009 Jeremy Katz <katzj@redhat.com> - 1:1.0.5-1
|
|
|
|
- Don't install the unused python module (#479005)
|
|
|
|
|
2008-11-29 16:47:55 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:1.0.4-4
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-05 14:26:09 +00:00
|
|
|
* Wed Nov 5 2008 Hans de Goede <hdegoede@redhat.com> - 1:1.0.4-3
|
|
|
|
- Fix permission on installed manpages (#469936)
|
|
|
|
|
2008-04-24 12:46:33 +00:00
|
|
|
* Thu Apr 24 2008 Dennis Gilmore <dennis@ausil.us> - 1:1.0.4-2
|
|
|
|
- add patch for making libdir /usr/lib64 for sparc64
|
|
|
|
|
2008-02-08 04:31:14 +00:00
|
|
|
* Thu Feb 7 2008 Jeremy Katz <katzj@redhat.com> - 1:1.0.4-1
|
2008-02-08 04:17:45 +00:00
|
|
|
- Add man pages from Ryan Finnie (ryan AT finnie DOT org)
|
|
|
|
- Use popt in checkisomd5 (Ryan Finnie)
|
|
|
|
- Fix verbose/gauge interactions (Ryan Finnie)
|
|
|
|
- A few other little janitorial things (Ryan Finnie)
|
|
|
|
|
2007-12-10 15:35:30 +00:00
|
|
|
* Mon Dec 10 2007 Jeremy Katz <katzj@redhat.com> - 1:1.0.2-1
|
|
|
|
- The "fix the build after changing the API" release
|
2007-12-10 15:25:09 +00:00
|
|
|
|
2007-12-10 15:14:09 +00:00
|
|
|
* Mon Dec 10 2007 Jeremy Katz <katzj@redhat.com> - 1:1.0.1-1
|
|
|
|
- Add some simple callback support in the library
|
|
|
|
|
|
|
|
* Fri Dec 7 2007 Jeremy Katz <katzj@redhat.com> - 1.0-1
|
|
|
|
- Initial build.
|
|
|
|
|