- Add man3/3proxy.cfg.3 man (BZ#648204).
- Gone explicit man gzip - leave it for rpm.
This commit is contained in:
commit
a877067936
4 changed files with 12 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
|||
3proxy.cfg
|
||||
3proxy.init
|
||||
3proxy.cfg
|
||||
3proxy-0.6.1.tgz
|
||||
3proxy-0.6.1-config-path.patch
|
||||
|
|
|
|||
|
|
@ -175,4 +175,4 @@ admin
|
|||
# now we needn't any root rights. We can chroot and setgid/setuid.
|
||||
|
||||
|
||||
###$Id: 3proxy.cfg,v 1.1 2009/08/27 20:14:25 hubbitus Exp $#######
|
||||
###$Id: 3proxy.cfg.sample,v 1.5 2004/07/16 12:37:20 vlad Exp $#######
|
||||
|
|
|
|||
14
3proxy.spec
14
3proxy.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: 3proxy
|
||||
Version: 0.6.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
|
||||
Summary: Tiny but very powerful proxy
|
||||
Summary(ru): Маленький, но крайне мощный прокси-сервер
|
||||
|
|
@ -53,7 +53,7 @@ rm -rf %{buildroot}
|
|||
|
||||
mkdir -p %{buildroot}%{_sysconfdir}
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/
|
||||
mkdir -p %{buildroot}%{_mandir}/man8
|
||||
mkdir -p %{buildroot}%{_mandir}/man{3,8}
|
||||
mkdir -p %{buildroot}%{_localstatedir}/log/%{name}
|
||||
install -m755 -D src/3proxy %{buildroot}%{_bindir}/3proxy
|
||||
install -m755 -D src/dighosts %{buildroot}%{_bindir}/dighosts
|
||||
|
|
@ -69,9 +69,8 @@ install -m755 -D src/udppm %{buildroot}%{_bindir}/udppm
|
|||
install -pD -m755 %{SOURCE1} %{buildroot}/%{_initrddir}/%{name}
|
||||
install -pD -m644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}.cfg
|
||||
|
||||
for man in man/*.8 ; do
|
||||
gzip -9c "$man" > "%{buildroot}%{_mandir}/man8/$( basename $man ).gz"
|
||||
touch --reference "$man" "%{buildroot}%{_mandir}/man8/$( basename $man ).gz"
|
||||
for man in man/*.{3,8} ; do
|
||||
install "$man" "%{buildroot}%{_mandir}/man${man:(-1)}/"
|
||||
done
|
||||
|
||||
cat > %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/40-%{name} <<EOF
|
||||
|
|
@ -104,8 +103,13 @@ fi
|
|||
%{_localstatedir}/log/%{name}
|
||||
%doc Readme Changelog authors copying news
|
||||
%{_mandir}/man8/*.8.gz
|
||||
%{_mandir}/man3/*.3.gz
|
||||
|
||||
%changelog
|
||||
* Thu Nov 4 2010 Pavel Alexeev <Pahan@Hubbitus.info> - 0.6.1-10
|
||||
- Add man3/3proxy.cfg.3 man (BZ#648204).
|
||||
- Gone explicit man gzip - leave it for rpm.
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,4 +1,4 @@
|
|||
d9a0d2959ed2d5511ea59c563d34b692 3proxy.cfg
|
||||
5b15eaeb993ca0b048a5bc0f2b53465b 3proxy.init
|
||||
d9a0d2959ed2d5511ea59c563d34b692 3proxy.cfg
|
||||
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