File yast2-add-on.spec of Package yast2-add-on
#
# spec file for package yast2-add-on
#
# Copyright (c) 2015 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: yast2-add-on
Version: 3.1.11
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Url: http://github.com/yast/yast-add-on
Requires: autoyast2-installation
# ProductProfile
Requires: yast2 >= 3.0.1
Requires: yast2-country
Requires: yast2-installation
# SourceDialogs.display_addon_checkbox
Requires: yast2-packager >= 3.1.14
# bugzilla #335582, new API for StorageDevices
Requires: yast2-storage >= 2.16.1
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.0.1
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: rubygem(yast-rake)
# splitted from yast2-installation
Provides: yast2-installation:/usr/share/YaST2/clients/add-on.ycp
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
# SCR::RegisterNewAgents, bugzilla #245508
Conflicts: yast2-core < 2.15.4
# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
Conflicts: yast2-pkg-bindings < 2.17.25
BuildArch: noarch
Requires: yast2-ruby-bindings >= 1.0.0
Summary: YaST2 - Add-On media installation code
License: GPL-2.0
Group: System/YaST
%description
This package contains YaST Add-On media installation code.
%package devel-doc
Requires: yast2-add-on = %version
Summary: YaST2 - Add-on - Development Documentation
Group: System/YaST
%description devel-doc
This package contains development documentation for using the API
provided by yast2-add-on package.
%prep
%setup -n %{name}-%{version}
%check
rake test:unit
%build
yardoc
%install
rake install DESTDIR="%{buildroot}"
%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/add-on
%{yast_yncludedir}/add-on/*
%{yast_clientdir}/add-on.rb
%{yast_clientdir}/add-on_*.rb
%{yast_clientdir}/inst_add-on*.rb
%{yast_clientdir}/inst_*_add-on*.rb
%{yast_clientdir}/vendor.rb
%{yast_desktopdir}/*.desktop
%{yast_schemadir}/autoyast/rnc/add-on.rnc
%dir %{yast_docdir}
%doc %{yast_docdir}/COPYING
%doc %{yast_docdir}/CONTRIBUTING.md
%doc %{yast_docdir}/README.md
%files devel-doc
%defattr(-,root,root)
%doc %{yast_docdir}/autodocs
%changelog