From eb0938f104c0227c706d161397ac2b84f20983efae7f9feed62c90837228be8a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 13 Jul 2011 14:08:03 +0000 Subject: [PATCH] Autobuild autoformatter for 76177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/checkmedia?expand=0&rev=12 --- _service:format_spec_file:checkmedia.spec | 60 +++++++++++++++++++++++ checkmedia.spec | 4 +- 2 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 _service:format_spec_file:checkmedia.spec diff --git a/_service:format_spec_file:checkmedia.spec b/_service:format_spec_file:checkmedia.spec new file mode 100644 index 0000000..69eb372 --- /dev/null +++ b/_service:format_spec_file:checkmedia.spec @@ -0,0 +1,60 @@ +# +# spec file for package checkmedia +# +# Copyright (c) 2011 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/ +# + +# norootforbuild + + +Name: checkmedia +License: GPLv2+ +Group: System/Management +AutoReqProv: on +Summary: Check Installation Media +Version: 2.5 +Release: 1 +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 diff --git a/checkmedia.spec b/checkmedia.spec index 313e9b7..69eb372 100644 --- a/checkmedia.spec +++ b/checkmedia.spec @@ -1,7 +1,7 @@ # -# spec file for package checkmedia (Version 2.4) +# spec file for package checkmedia # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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