[iodine] Split man pages also.

Pavel Alexeev hubbitus at fedoraproject.org
Sun Jan 8 15:32:25 UTC 2012


commit cad1d555ff51d91361cda523caedc08b4fed88cd
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Sun Jan 8 19:17:47 2012 +0400

    Split man pages also.

 .gitignore  |    1 +
 iodine.spec |   10 ++++++++--
 sources     |    1 +
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99bae01..df0e721 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /iodine-client.init
 /iodine-client.conf
 /iodine-0.5.2-prefix.patch
+/iodine-0.6.0-rc1.split-man.patch
diff --git a/iodine.spec b/iodine.spec
index 6e7e06a..e74798d 100644
--- a/iodine.spec
+++ b/iodine.spec
@@ -2,7 +2,7 @@
 
 Name:		iodine
 Version:		0.6.0
-Release:		0.rc1.7%{?dist}
+Release:		0.rc1.8%{?dist}
 Summary:		Solution to tunnel IPv4 data through a DNS server
 Summary(ru):	Решение для туннелирования IPv4 трафика через DNS сервер
 Group:		System Environment/Daemons
@@ -23,6 +23,8 @@ Source6:		%{name}.logrotate.server
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # http://dev.kryo.se/iodine/ticket/87
 Patch0:		iodine-0.5.2-prefix.patch
+# http://lists.wpkg.org/pipermail/iodine-users/2012-January/000065.html
+Patch1:		iodine-0.6.0-rc1.split-man.patch
 
 BuildRequires:	zlib-devel
 Requires(post):	chkconfig
@@ -83,6 +85,7 @@ This is the server part of iodine solution.
 %prep
 %setup -q -n %{name}-%{version}%{prerel}
 %patch0 -p0 -b .prefix
+%patch1 -p1 -b .split-man
 
 %build
 # It is fail to build without -c gcc flag (comes from upstream Makefile).
@@ -150,9 +153,12 @@ fi
 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}-server
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-server
 %{_initrddir}/%{name}-server
-
+%{_mandir}/man8/%{name}d.8.gz
 
 %changelog
+* Sun Jan 8 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 0.6.0-0.rc1.8
+- Split man pages also.
+
 * Mon Jan 2 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 0.6.0-0.rc1.7
 - By request bz#758930 split to subpackages.
 
diff --git a/sources b/sources
index 6ea06c8..8be086a 100644
--- a/sources
+++ b/sources
@@ -6,3 +6,4 @@ aa061203c7b4e86f6849390e90da191f  iodine-client.init
 3503689c59abaff2973a5190eec37013  iodine-client.conf
 a15bb4faba020d217016fde6e231074a  iodine-0.6.0-rc1.tar.gz
 ea7ea39768804638eda426e03ec5b050  iodine-0.5.2-prefix.patch
+14653d20d5f55f3697e78e377040e85e  iodine-0.6.0-rc1.split-man.patch


More information about the scm-commits mailing list