checkmedia/checkmedia.spec
Steffen Winterfeldt 2545cc69ae Accepting request 205376 from home:k0da:ppc
- make sure WORDS_BIGENDIAN is defined correctly where needed
  (bigendian.patch) - fixes checkmedia on bigedian platform

OBS-URL: https://build.opensuse.org/request/show/205376
OBS-URL: https://build.opensuse.org/package/show/system:install:head/checkmedia?expand=0&rev=17
2013-11-05 12:53:26 +00:00

51 lines
1.3 KiB
RPMSpec

#
# spec file for package checkmedia
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: checkmedia
Summary: Check Installation Media
License: GPL-3.0+
Group: System/Management
Version: 3.0
Release: 0
Source: %{name}-%{version}.tar.bz2
Patch0: bigendian.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Checks installation CDs and DVDs for errors.
%prep
%setup
%patch0 -p1
%build
make %{?_smp_mflags}
%install
install -d -m 755 %{buildroot}/usr/bin
make install DESTDIR=%{buildroot}
%files
%defattr(-,root,root)
/usr/bin/checkmedia
/usr/bin/tagmedia
%doc README
%doc COPYING
%changelog