rpms/man-pages-ja/devel man-pages-ja.spec,1.50,1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 16 12:04:02 UTC 2007


Author: tagoh

Update of /cvs/dist/rpms/man-pages-ja/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24524

Modified Files:
	man-pages-ja.spec 
Log Message:
* Fri Mar 16 2007 Akira TAGOH <tagoh at redhat.com> - 20070315-1
- updates to 20070315.
- convert a spec file to UTF-8.
- remove empty translation_list.


Index: man-pages-ja.spec
===================================================================
RCS file: /cvs/dist/rpms/man-pages-ja/devel/man-pages-ja.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- man-pages-ja.spec	15 Feb 2007 13:35:59 -0000	1.50
+++ man-pages-ja.spec	16 Mar 2007 12:04:00 -0000	1.51
@@ -1,4 +1,4 @@
-%define	manver		20070215
+%define	manver		20070315
 %define	use_utf8	1
 
 Name: man-pages-ja
@@ -91,7 +91,9 @@
 for i in `find -type f -name translation_list`; do
 	package=`basename \`dirname $i\``;
 	name=`basename $i`;
-	cp -a $i $RPM_BUILD_DIR/%{name}-%{version}/translation_lists/$package.$name;
+	if [ -s $i ]; then
+		cp -a $i $RPM_BUILD_DIR/%{name}-%{version}/translation_lists/$package.$name;
+	fi
 done
 )
  
@@ -105,6 +107,11 @@
 
 
 %changelog
+* Fri Mar 16 2007 Akira TAGOH <tagoh at redhat.com> - 20070315-1
+- updates to 20070315.
+- convert a spec file to UTF-8.
+- remove empty translation_list.
+
 * Thu Feb 15 2007 Akira TAGOH <tagoh at redhat.com> - 20070215-1
 - updates to 20070215.
 
@@ -349,5 +356,5 @@
 * Tue Jun 20 2000 Jeff Johnson <jbj at redhat.com>
 - rebuild to compress man pages.
 
-* Sun Jun 11 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Sun Jun 11 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - first build




More information about the fedora-cvs-commits mailing list