File virgo-dummy.spec of Package virgo-dummy
#
# spec file for package virgo-dummy
#
# 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: virgo-dummy
Version: 2.0
Release: 0.1
License: GPL-2.0
Summary: Virgo dummy package
Url: http://www.suse.com
Group: Applications/System
Source0: COPYING
Supplements: packageand(a-blackhole:dummy)
Provides: a-galaxy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This is the Virgo dummy package used for testing SUSE Manager
%prep
cp %{S:0} .
%build
%install
%post
%postun
%files
%defattr(-,root,root)
%doc COPYING
%changelog