Browse Source

RPM packaing: move .la and .so to devel subpackage

pull/975/head
Rayson zhu 8 years ago
committed by Max Lv
parent
commit
b80c159758
1 changed files with 5 additions and 1 deletions
  1. 6
      rpm/SPECS/shadowsocks-libev.spec.in

6
rpm/SPECS/shadowsocks-libev.spec.in

@ -84,7 +84,8 @@ fi
/usr/share/doc/shadowsocks-libev/ss-server.html
/usr/share/doc/shadowsocks-libev/ss-tunnel.html
%{_bindir}/*
%{_libdir}/*
%{_libdir}/*.so.*
%{_libdir}/pkgconfig/*.pc
%config(noreplace) %{_sysconfdir}/shadowsocks-libev/config.json
%{_datadir}/bash-completion/completions/*
%doc %{_mandir}/*
@ -100,12 +101,15 @@ fi
Summary: Development files for shadowsocks-libev
Group: Applications/Internet
License: GPLv3+
Requires: shadowsocks-libev == %{version}-%{release}
%description devel
Development files for shadowsocks-libev
%files devel
%{_includedir}/*
%{_libdir}/libshadowsocks-libev.la
%{_libdir}/libshadowsocks-libev.so
%changelog
Loading…
Cancel
Save