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
|
|
|
#
|
2018-04-09 09:13:42 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2011-09-01 12:55:37 +00:00
|
|
|
|
2011-09-01 12:55:48 +00:00
|
|
|
Name: yast2-transfer
|
2018-04-09 09:13:42 +00:00
|
|
|
Version: 4.0.0
|
2011-12-14 12:57:57 +00:00
|
|
|
Release: 0
|
2011-09-01 12:55:37 +00:00
|
|
|
|
2011-09-01 12:55:48 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-10-08 13:26:39 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2011-12-14 12:57:57 +00:00
|
|
|
|
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
|
2013-12-11 12:13:00 +00:00
|
|
|
BuildRequires: yast2-devtools >= 3.1.10
|
2012-04-10 14:09:45 +00:00
|
|
|
%if 0%{?suse_version} < 1220
|
2011-12-14 12:57:57 +00:00
|
|
|
BuildRequires: libxcrypt-devel
|
2012-04-10 14:09:45 +00:00
|
|
|
%endif
|
2013-07-30 11:55:55 +00:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
|
|
|
|
2011-09-01 12:55:48 +00:00
|
|
|
Summary: YaST2 - Agent for Various Transfer Protocols
|
2013-01-22 12:27:02 +00:00
|
|
|
License: GPL-2.0
|
|
|
|
Group: System/YaST
|
|
|
|
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
|
2013-01-22 12:27:02 +00:00
|
|
|
Requires: curl
|
2007-01-15 23:45:31 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
A YaST2 Agent for various Transfer Protocols: FTP, HTTP, and TFTP.
|
|
|
|
|
|
|
|
%prep
|
2013-10-08 13:26:39 +00:00
|
|
|
%setup -n %{name}-%{version}
|
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
|
|
|
|
2013-10-08 13:26:39 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2ag_curl.la
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2ag_tftp.la
|
2007-01-15 23:45:31 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
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
|
|
|
|
2013-10-08 13:26:39 +00:00
|
|
|
%dir %{yast_docdir}
|
|
|
|
%doc %{yast_docdir}/COPYING
|
2013-08-01 07:09:45 +00:00
|
|
|
|
2011-09-01 12:55:48 +00:00
|
|
|
%changelog
|