File shadowsocks-v2ray-plugin.spec of Package shadowsocks-v2ray-plugin
#
# spec file for package shadowsocks-v2ray-plugin
#
# Copyright (c) 2025 SUSE LLC
#
# 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/
#
#%define commit ddd7ab46b4aeee0ca8b272efed9d7da3e3a6e52c
#%define shortcommit ddd7ab4
%define provider github
%define provider_tld com
%define project teddysun
%define repo v2ray-plugin
# https://github.com/shadowsocks/v2ray-plugin
%define provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%define import_path %{provider_prefix}
Name: shadowsocks-v2ray-plugin
Version: 5.25.0
Release: 0
Summary: SIP003 plugin for shadowsocks
License: MIT
Group: Productivity/Networking/Security
URL: https://github.com/teddysun/v2ray-plugin
Source0: https://github.com/teddysun/v2ray-plugin/archive/v%{version}/%{repo}-%{version}.tar.gz
Source1: vendor.tar.gz
Patch0: update-vendor.patch
BuildRequires: fdupes
BuildRequires: golang-packaging
# BuildRequires: golang(API) = 1.22
AutoReqProv: Off
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
%description
Yet another SIP003 plugin for shadowsocks, based on v2ray
%package -n golang-%{provider}-%{project}-%{repo}
Summary: Additional mobile libraries
Group: Development/Languages/Golang
BuildArch: noarch
%description -n golang-%{provider}-%{project}-%{repo}
Yet another SIP003 plugin for shadowsocks, based on v2ray
This package provide source code for shadowsocks-%{repo}
%prep
%autosetup -p1 -a1 -n %{repo}-%{version}
%build
export GO111MODULE=off
%goprep %{import_path}
%gobuild
%install
%goinstall
%gosrc
rm -rf %{buildroot}%{go_contribsrcdir}/%{import_path}/vendor
%gofilelist
%fdupes %{buildroot}
%files
%defattr(-,root,root)
%doc README.md
%license LICENSE
%{_bindir}/v2ray-plugin
%files -n golang-%{provider}-%{project}-%{repo} -f file.lst
%defattr(-,root,root)
%doc README.md
%license LICENSE
%changelog