Correct path to config file in man (BUG#596087) add Patch0:
3proxy-0.6.1-config-path.patch
This commit is contained in:
parent
a3195c9ba2
commit
2048bbd6fc
3 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
3proxy.cfg
|
||||
3proxy.init
|
||||
3proxy-0.6.1.tgz
|
||||
3proxy-0.6.1-config-path.patch
|
||||
|
|
|
|||
10
3proxy.spec
10
3proxy.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: 3proxy
|
||||
Version: 0.6.1
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
|
||||
Summary: Tiny but very powerful proxy
|
||||
Summary(ru): Маленький, но крайне мощный прокси-сервер
|
||||
|
|
@ -17,6 +17,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
BuildRequires: dos2unix
|
||||
Requires: initscripts
|
||||
|
||||
# I correct config path in man only. It is fully Fedora related.
|
||||
Patch0: 3proxy-0.6.1-config-path.patch
|
||||
|
||||
%description
|
||||
3proxy -- light proxy server.
|
||||
Universal proxy server with HTTP, HTTPS, SOCKS v4, SOCKS v4a, SOCKS v5, FTP,
|
||||
|
|
@ -35,6 +38,8 @@ SOCKS v5, FTP, POP3, UDP и TCP проброс портов (portmapping), сп
|
|||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p0 -b .man-cfg
|
||||
|
||||
# To use "fedora" CFLAGS (exported)
|
||||
sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile.Linux
|
||||
|
||||
|
|
@ -101,6 +106,9 @@ fi
|
|||
%{_mandir}/man8/*.8.gz
|
||||
|
||||
%changelog
|
||||
* Sun May 30 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-9
|
||||
- Correct path to config file in man (BUG#596087) add Patch0: 3proxy-0.6.1-config-path.patch
|
||||
|
||||
* Mon Mar 15 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-8
|
||||
- Update to version 0.6.1
|
||||
- In NM event processing replace service restart to condrestart - BZ#572662
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -1,3 +1,4 @@
|
|||
d9a0d2959ed2d5511ea59c563d34b692 3proxy.cfg
|
||||
5b15eaeb993ca0b048a5bc0f2b53465b 3proxy.init
|
||||
03790467a12e16ed8785ae688ecf9b68 3proxy-0.6.1.tgz
|
||||
b20790ea04b8cd8b366df9323416f604 3proxy-0.6.1-config-path.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue