77 lines
1.8 KiB
RPMSpec
77 lines
1.8 KiB
RPMSpec
|
#
|
||
|
# spec file for package checkmedia (Version 2.1)
|
||
|
#
|
||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
# This file and all modifications and additions to the pristine
|
||
|
# package are under the same license as the package itself.
|
||
|
#
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
|
||
|
Name: checkmedia
|
||
|
License: GPL
|
||
|
Group: System/Management
|
||
|
Autoreqprov: on
|
||
|
Summary: Check Installation Media
|
||
|
Version: 2.1
|
||
|
Release: 16
|
||
|
Source: %{name}-%{version}.tar.bz2
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
|
||
|
%description
|
||
|
Checks installation CDs and DVDs for errors.
|
||
|
|
||
|
|
||
|
|
||
|
Authors:
|
||
|
--------
|
||
|
Steffen Winterfeldt
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
|
||
|
%build
|
||
|
make
|
||
|
|
||
|
%install
|
||
|
install -d -m 755 %{buildroot}/usr/bin
|
||
|
install -m 755 checkmedia tagmedia %{buildroot}/usr/bin
|
||
|
|
||
|
%clean
|
||
|
rm -rf %{buildroot}
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
/usr/bin/checkmedia
|
||
|
/usr/bin/tagmedia
|
||
|
%doc README
|
||
|
%doc COPYING
|
||
|
|
||
|
%changelog -n checkmedia
|
||
|
* Tue Jun 06 2006 - snwint@suse.de
|
||
|
- add largefile support (#178812)
|
||
|
* Tue May 02 2006 - snwint@suse.de
|
||
|
- perl's getopt is more picky now (#170322)
|
||
|
* Tue Mar 14 2006 - snwint@suse.de
|
||
|
- align md5sum buffers (#157711)
|
||
|
* Wed Jan 25 2006 - mls@suse.de
|
||
|
- converted neededforbuild to BuildRequires
|
||
|
* Fri Dec 16 2005 - snwint@suse.de
|
||
|
- support RH CDs
|
||
|
* Mon Sep 12 2005 - snwint@suse.de
|
||
|
- big endian check was not active in md5.c (#116407)
|
||
|
* Wed Aug 17 2005 - snwint@suse.de
|
||
|
- take padding into account
|
||
|
* Wed Aug 10 2005 - snwint@suse.de
|
||
|
- tell test result in exit code (#102312)
|
||
|
* Fri Jul 22 2005 - snwint@suse.de
|
||
|
- hopefully better DVD check (#74391)
|
||
|
* Thu Feb 10 2005 - snwint@suse.de
|
||
|
- added tagmedia script
|
||
|
* Thu Jan 27 2005 - snwint@suse.de
|
||
|
- indicate progress
|
||
|
* Mon Jan 24 2005 - snwint@suse.de
|
||
|
- created package
|