Correct path to config file in man (BUG#596087) add Patch0:

3proxy-0.6.1-config-path.patch
This commit is contained in:
Pavel Alexeev 2010-05-30 18:18:12 +00:00
commit cd8f98ab6c
3 changed files with 15 additions and 1 deletions

View file

@ -1 +1,4 @@
3proxy.init
3proxy.cfg
3proxy-0.6.1.tgz
3proxy-0.6.1-config-path.patch

View file

@ -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

View file

@ -1 +1,4 @@
5b15eaeb993ca0b048a5bc0f2b53465b 3proxy.init
d9a0d2959ed2d5511ea59c563d34b692 3proxy.cfg
03790467a12e16ed8785ae688ecf9b68 3proxy-0.6.1.tgz
b20790ea04b8cd8b366df9323416f604 3proxy-0.6.1-config-path.patch