5 Star 0 Fork 5

src-openEuler/inst-source-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
inst-source-utils.spec 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2024-03-11 11:10 . Upgrade version to 2023.11.08
# spec file for package inst-source-utils
#
# Copyright (c) 2018 SUSE LINUX 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 https://bugs.opensuse.org/
Name: inst-source-utils
Summary: Utilities for creating customized installation sources
License: GPL-2.0-or-later
Version: 2023.11.08
Release: 1
URL: https://github.com/openSUSE/inst-source-utils
Source0: https://github.com/openSUSE/inst-source-utils/archive/%{version}.tar.gz
BuildArch: noarch
Obsoletes: autoyast2-utils <= 2.14.10
Provides: autoyast2-utils = 2.14.10
Recommends: create-repo-utils
Requires: perl-XML-Parser
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Utilities supporting autoinstallation and creation of customized
installation sources.
Have a look at http://en.opensuse.org/Inst-source-utils for a detailed
description of each script.
%prep
%setup -q
%build
%install
install -d -m 755 %{buildroot}/%{_prefix}
cp -a usr %{buildroot}/
%files
%doc COPYING
%defattr(755,root,root,755)
%_bindir/*
%defattr(644,root,root,755)
%_datadir/%name
%changelog
* Mon Mar 11 2024 xu_ping <707078654@qq.com> - 2023.11.08-1
- Update to 2023.11.08
* Mon Sep 11 2023 wulei <wu_lei@hoperun.com> - 2021.09.09-1
- Update to 2021.09.09
* Mon Nov 16 2020 huanghaitao <huanghaitao8@huawei.com> - 2018.12.10-1
- package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/inst-source-utils.git
git@gitee.com:src-openeuler/inst-source-utils.git
src-openeuler
inst-source-utils
inst-source-utils
master

搜索帮助