rpms/iptstate/devel iptstate-1.4-man8.patch, NONE, 1.1 iptstate.spec, 1.6, 1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 18 11:28:35 UTC 2005


Update of /cvs/dist/rpms/iptstate/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10643

Modified Files:
	iptstate.spec 
Added Files:
	iptstate-1.4-man8.patch 
Log Message:
[tw]
- fixed man page: install as man8 instead of man1, fixed reference for
  iptables(8)



iptstate-1.4-man8.patch:
 Makefile   |    4 ++--
 iptstate.1 |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

--- NEW FILE iptstate-1.4-man8.patch ---
--- iptstate-1.4/Makefile.man8	2005-04-18 12:57:25.420583918 +0200
+++ iptstate-1.4/Makefile	2005-04-18 12:58:26.124957197 +0200
@@ -58,7 +58,7 @@
 
 install:
 	$(INSTALL) -D --mode=755 iptstate $(SBIN)/iptstate
-	$(INSTALL) -D --mode=444 iptstate.1 $(MAN)/man1/iptstate.1
+	$(INSTALL) -D --mode=444 iptstate.1 $(MAN)/man8/iptstate.8
 
 
 clean:
@@ -68,5 +68,5 @@
 
 uninstall:
 	/bin/rm -rf $(SBIN)/iptstate
-	/bin/rm -rf $(MAN)/man1/iptstate.1
+	/bin/rm -rf $(MAN)/man8/iptstate.8
 
--- iptstate-1.4/iptstate.1.man8	2005-04-18 13:06:21.842822071 +0200
+++ iptstate-1.4/iptstate.1	2005-04-18 13:07:11.453441413 +0200
@@ -1,5 +1,5 @@
 .\" Process this file with
-.\" groff -man -Tascii iptstate.1
+.\" groff -man -Tascii iptstate.8
 .\"
 .TH IPTSTATE 1 "APRIL 2005" "" ""
 .\"
@@ -121,7 +121,7 @@
 .SH NOTES
 The truncation of names in lookup mode happens from the right for source because you most likely know your own domain name, and from the left for destination because knowing your users are connection to "mail.a." doesn't help much.
 .SH SEE ALSO
-.BR iptables (1)
+.BR iptables (8)
 .br
 .SH AUTHOR
 IPTState (and this man page) was written by


Index: iptstate.spec
===================================================================
RCS file: /cvs/dist/rpms/iptstate/devel/iptstate.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iptstate.spec	17 Apr 2005 22:18:19 -0000	1.6
+++ iptstate.spec	18 Apr 2005 11:28:33 -0000	1.7
@@ -1,8 +1,9 @@
 Name: iptstate
 Summary: A top-like display of IP Tables state table entries
 Version: 1.4
-Release: 1
+Release: 1.1
 Source: iptstate-%{version}.tar.bz2
+Patch0: iptstate-1.4-man8.patch
 Group: System Environment/Base
 URL: http://www.phildev.net/iptstate/
 BuildRoot: %{_tmppath}/%{name}-buildroot
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .man8
 
 %build
 make CXXFLAGS="$RPM_OPT_FLAGS"
@@ -46,9 +48,13 @@
 %defattr(-,root,root,0755)
 %doc LICENSE README
 %{_sbindir}/iptstate
-%{_mandir}/man1/iptstate.*
+%{_mandir}/man8/iptstate.*
 
 %changelog
+* Mon Apr 18 2005 Thomas Woerner <twoerner at redhat.com> 1.4-1.1
+- fixed man page: install as man8 instead of man1, fixed reference for
+  iptables(8)
+
 * Sun Apr 17 2005 Warren Togami <wtogami at redhat.com> 1.4-1
 - 1.4
 




More information about the fedora-cvs-commits mailing list