2007-01-15 23:45:31 +00:00
|
|
|
#
|
2011-09-01 12:55:48 +00:00
|
|
|
# spec file for package yast2-transfer
|
2007-01-15 23:45:31 +00:00
|
|
|
#
|
2023-03-01 09:19:10 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-09-01 12:55:48 +00: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.
|
|
|
|
|
2020-12-10 08:11:37 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-09-01 12:55:48 +00:00
|
|
|
#
|
|
|
|
|
2011-09-01 12:55:37 +00:00
|
|
|
|
2011-09-01 12:55:48 +00:00
|
|
|
Name: yast2-transfer
|
2023-03-01 09:19:10 +00:00
|
|
|
Version: 4.5.1
|
2011-12-14 12:57:57 +00:00
|
|
|
Release: 0
|
2021-04-21 08:50:24 +00:00
|
|
|
Summary: YaST2 - Agent for Various Transfer Protocols
|
|
|
|
License: GPL-2.0-only
|
|
|
|
Group: System/YaST
|
2013-10-08 13:26:39 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2013-01-22 12:27:02 +00:00
|
|
|
BuildRequires: curl-devel
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: perl-XML-Writer
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: yast2
|
|
|
|
BuildRequires: yast2-core-devel
|
2021-04-21 08:50:24 +00:00
|
|
|
BuildRequires: yast2-devtools >= 4.4.0
|
|
|
|
Requires: curl
|
2013-07-30 11:55:55 +00:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
2013-01-22 12:27:02 +00:00
|
|
|
Provides: yast2-agent-curl
|
|
|
|
Provides: yast2-agent-curl-devel
|
|
|
|
Provides: yast2-agent-tftp
|
|
|
|
Provides: yast2-agent-tftp-devel
|
|
|
|
Obsoletes: yast2-agent-curl
|
|
|
|
Obsoletes: yast2-agent-curl-devel
|
|
|
|
Obsoletes: yast2-agent-tftp
|
|
|
|
Obsoletes: yast2-agent-tftp-devel
|
2016-06-10 07:51:47 +00:00
|
|
|
Obsoletes: yast2-transfer-devel-doc
|
2021-04-21 08:50:24 +00:00
|
|
|
%if 0%{?suse_version} < 1220
|
|
|
|
BuildRequires: libxcrypt-devel
|
|
|
|
%endif
|
2007-01-15 23:45:31 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP.
|
|
|
|
|
|
|
|
%prep
|
2021-04-21 08:50:24 +00:00
|
|
|
%setup -q
|
2007-01-15 23:45:31 +00:00
|
|
|
|
|
|
|
%build
|
2013-10-08 13:26:39 +00:00
|
|
|
%yast_build
|
2007-01-15 23:45:31 +00:00
|
|
|
|
|
|
|
%install
|
2013-10-08 13:26:39 +00:00
|
|
|
%yast_install
|
2007-01-15 23:45:31 +00:00
|
|
|
|
2021-04-21 08:50:24 +00:00
|
|
|
rm -f %{buildroot}/%{yast_plugindir}/libpy2ag_curl.la
|
|
|
|
rm -f %{buildroot}/%{yast_plugindir}/libpy2ag_tftp.la
|
2007-01-15 23:45:31 +00:00
|
|
|
|
|
|
|
%files
|
2021-04-21 08:50:24 +00:00
|
|
|
%license COPYING
|
2013-10-08 13:26:39 +00:00
|
|
|
%{yast_scrconfdir}/*.scr
|
|
|
|
%{yast_plugindir}/libpy2ag_curl.so.*
|
|
|
|
%{yast_plugindir}/libpy2ag_curl.so
|
|
|
|
%{yast_plugindir}/libpy2ag_tftp.so.*
|
|
|
|
%{yast_plugindir}/libpy2ag_tftp.so
|
|
|
|
%{yast_moduledir}/*
|
2011-09-01 12:55:37 +00:00
|
|
|
|
2011-09-01 12:55:48 +00:00
|
|
|
%changelog
|