2008-09-22 16:19:26 +02:00
|
|
|
#
|
2011-05-02 14:28:38 +02:00
|
|
|
# spec file for package inst-source-utils
|
2008-09-22 16:19:26 +02:00
|
|
|
#
|
2015-10-30 12:37:28 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2008-09-22 16:19:26 +02:00
|
|
|
#
|
2008-10-09 18:45:55 +02:00
|
|
|
# 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.
|
|
|
|
|
2008-09-22 16:19:26 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: inst-source-utils
|
2009-01-25 01:17:10 +01:00
|
|
|
Summary: Utilities for creating customized installation sources
|
2012-02-02 12:12:01 +01:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/YaST
|
2015-12-10 13:14:50 +01:00
|
|
|
Version: 2015.12.9
|
2012-02-02 12:12:01 +01:00
|
|
|
Release: 0
|
2008-09-22 16:19:26 +02:00
|
|
|
Url: http://en.opensuse.org/Inst-source-utils
|
2009-01-25 01:17:10 +01:00
|
|
|
BuildArch: noarch
|
2012-02-29 11:07:40 +01:00
|
|
|
Requires: gpg2
|
|
|
|
Requires: recode
|
2008-09-22 16:19:26 +02:00
|
|
|
Obsoletes: autoyast2-utils <= 2.14.10
|
|
|
|
Provides: autoyast2-utils = 2.14.10
|
2009-01-25 01:17:10 +01:00
|
|
|
Recommends: create-repo-utils
|
2014-03-04 16:52:26 +01:00
|
|
|
Requires: perl-XML-Parser
|
2008-09-22 16:19:26 +02:00
|
|
|
Source: inst-source-utils.tar.bz2
|
2008-10-09 18:45:55 +02:00
|
|
|
Source1: split.pl
|
2008-09-22 16:19:26 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Utilities supporting autoinstallation and creation of customized
|
2009-01-25 01:17:10 +01:00
|
|
|
installation sources.
|
2008-09-22 16:19:26 +02:00
|
|
|
|
|
|
|
Have a look at http://en.opensuse.org/Inst-source-utils for a detailed
|
|
|
|
description of each script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n %{name} -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m 755 %{buildroot}/%{_prefix}
|
|
|
|
cp -a * %{buildroot}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(755,root,root,755)
|
|
|
|
%_bindir/*
|
|
|
|
%defattr(644,root,root,755)
|
|
|
|
%_datadir/%name
|
|
|
|
|
|
|
|
%changelog
|