forked from pool/shadowsocks-libev
Accepting request 529040 from home:hillwood:branches:server:proxy
- Fix Request tag. OBS-URL: https://build.opensuse.org/request/show/529040 OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-libev?expand=0&rev=8
This commit is contained in:
parent
ccad901955
commit
6ea9c3b809
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 03:03:17 UTC 2017 - hillwood@opensuse.org
|
||||||
|
|
||||||
|
- Fix Request tag.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 19 02:26:24 UTC 2017 - hillwood@opensuse.org
|
Tue Sep 19 02:26:24 UTC 2017 - hillwood@opensuse.org
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define libver 2
|
||||||
Name: shadowsocks-libev
|
Name: shadowsocks-libev
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -56,10 +57,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
shadowsocks-libev is a lightweight secured scoks5 proxy
|
shadowsocks-libev is a lightweight secured scoks5 proxy
|
||||||
for embedded devices and low end boxes.
|
for embedded devices and low end boxes.
|
||||||
|
|
||||||
%package -n lib%{name}2
|
%package -n lib%{name}%{libver}
|
||||||
Summary: Libev port of Shadowsocks
|
Summary: Libev port of Shadowsocks
|
||||||
|
|
||||||
%description -n lib%{name}2
|
%description -n lib%{name}%{libver}
|
||||||
shadowsocks-libev is a lightweight secured scoks5 proxy
|
shadowsocks-libev is a lightweight secured scoks5 proxy
|
||||||
for embedded devices and low end boxes.
|
for embedded devices and low end boxes.
|
||||||
|
|
||||||
@ -80,7 +81,7 @@ This package provides Documents for it.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers for shadowsocks-libev
|
Summary: Development headers for shadowsocks-libev
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: lib%{name}%{libver} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
shadowsocks-libev is a lightweight secured scoks5 proxy
|
shadowsocks-libev is a lightweight secured scoks5 proxy
|
||||||
@ -159,7 +160,7 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcshadowsocks-libev-tunnel
|
|||||||
%{_sbindir}/rcshadowsocks-libev-*
|
%{_sbindir}/rcshadowsocks-libev-*
|
||||||
%{_unitdir}/%{name}-*.service
|
%{_unitdir}/%{name}-*.service
|
||||||
|
|
||||||
%files -n lib%{name}2
|
%files -n lib%{name}%{libver}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/lib%{name}.so.*
|
%{_libdir}/lib%{name}.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user