rpms/man-pages-ja/devel .cvsignore, 1.62, 1.63 man-pages-ja.spec, 1.74, 1.75 sources, 1.61, 1.62

Akira TAGOH tagoh at fedoraproject.org
Tue Nov 10 05:51:55 UTC 2009


Author: tagoh

Update of /cvs/pkgs/rpms/man-pages-ja/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18141

Modified Files:
	.cvsignore man-pages-ja.spec sources 
Log Message:
* Tue Nov 10 2009 Akira TAGOH <tagoh at redhat.com> - 20091015-1
- updates to 20091015.
- use the corect man page for hostname(1).


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ja/devel/.cvsignore,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- .cvsignore	27 Jul 2009 06:53:55 -0000	1.62
+++ .cvsignore	10 Nov 2009 05:51:54 -0000	1.63
@@ -49,3 +49,4 @@ man-pages-ja-20081015.tar.gz
 man-pages-ja-20090215.tar.gz
 man-pages-ja-20090615.tar.gz
 man-pages-ja-20090715.tar.gz
+man-pages-ja-20091015.tar.gz


Index: man-pages-ja.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ja/devel/man-pages-ja.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- man-pages-ja.spec	27 Jul 2009 06:53:55 -0000	1.74
+++ man-pages-ja.spec	10 Nov 2009 05:51:55 -0000	1.75
@@ -1,7 +1,7 @@
 %define	use_utf8	1
 
 Name: man-pages-ja
-Version: 20090715
+Version: 20091015
 Release: 1%{?dist}
 # Actual license for each Japanese manpages is the same to the original English manpages' license.
 License: Freely redistributable without restriction
@@ -104,6 +104,15 @@ if [ -f $RPM_BUILD_DIR/%{name}-%{version
 	cp -a $RPM_BUILD_DIR/%{name}-%{version}/manual/GNU_fileutils/man1/chown.1 $RPM_BUILD_ROOT%{_mandir}/ja/man1/
 %endif
 fi
+# fix hostname(1) man page.
+if [ -f $RPM_BUILD_DIR/%{name}-%{version}/manual/net-tools/man1/hostname.1 ]; then
+	rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man1/hostname.1*
+%if %{use_utf8}
+	iconv -f euc-jp -t utf-8 $RPM_BUILD_DIR/%{name}-%{version}/manual/net-tools/man1/hostname.1 > $RPM_BUILD_ROOT%{_mandir}/ja/man1/hostname.1
+%else
+	cp -a $RPM_BUILD_DIR/%{name}-%{version}/manual/net-tools/man1/hostname.1 $RPM_BUILD_ROOT%{_Mandir}/ja/man1/
+%endif
+fi
 # For Bug#128612
 mv $RPM_BUILD_ROOT%{_mandir}/ja/man8/in.telned.8.gz $RPM_BUILD_ROOT%{_mandir}/ja/man8/in.telnetd.8.gz
 # For Bug#128833
@@ -135,6 +144,10 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 10 2009 Akira TAGOH <tagoh at redhat.com> - 20091015-1
+- updates to 20091015.
+- use the corect man page for hostname(1).
+
 * Mon Jul 27 2009 Akira TAGOH <tagoh at redhat.com> - 20090715-1
 - updates to 20090715.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ja/devel/sources,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- sources	27 Jul 2009 06:53:55 -0000	1.61
+++ sources	10 Nov 2009 05:51:55 -0000	1.62
@@ -1 +1 @@
-28d16b04df7dbb76a55dbc66a4526cc0  man-pages-ja-20090715.tar.gz
+f3981817235748ffd7b0e1c5768342f2  man-pages-ja-20091015.tar.gz




More information about the scm-commits mailing list