rpms/help2man/devel .cvsignore, 1.4, 1.5 help2man.spec, 1.9, 1.10 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Sep 5 10:59:40 UTC 2006


Author: corsepiu

Update of /cvs/extras/rpms/help2man/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8801

Modified Files:
	.cvsignore help2man.spec sources 
Removed Files:
	needs.rebuild 
Log Message:
* Tue Sep 05 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.36.4-1
- Upstream update.
- utf-8 encode l10n'd man pages.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/help2man/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Dec 2005 09:22:01 -0000	1.4
+++ .cvsignore	5 Sep 2006 10:59:40 -0000	1.5
@@ -1 +1 @@
-help2man-1.36.3.tar.gz
+help2man-1.36.4.tar.gz


Index: help2man.spec
===================================================================
RCS file: /cvs/extras/rpms/help2man/devel/help2man.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- help2man.spec	23 Dec 2005 09:22:01 -0000	1.9
+++ help2man.spec	5 Sep 2006 10:59:40 -0000	1.10
@@ -4,7 +4,7 @@
 
 Name:         	help2man
 Summary:      	Create simple man pages from --help output
-Version:      	1.36.3
+Version:      	1.36.4
 Release:      	1%{?dist}
 Group:       	Development/Tools
 License:     	GPL
@@ -28,16 +28,25 @@
 still providing some useful information.
 
 %prep
-%setup -n help2man-%{version}
+%setup -q -n help2man-%{version}
 
 %build
 
 %configure %{!?_with_nls:--disable-nls}
 make %{?_smp_mflags}
 
+# Fix up manpage encoding
+for f in help2man.*.h2m; do
+  b=$(basename $f .h2m);
+  c=$(grep 'charset: ISO-*' $f | sed -e 's,^.*: ,,')
+  iconv -f $c -t utf-8 -o $b.1~ $b.1
+  mv $b.1~ $b.1
+done
+
 %install
 rm -fr $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+make install_l10n DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -fr $RPM_BUILD_ROOT
@@ -60,15 +69,21 @@
 
 %if "%{?_with_nls}"
 %{_libdir}/*.so
+%endif
 %lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/help2man.mo
 %lang(fi) %{_datadir}/locale/fi/LC_MESSAGES/help2man.mo
 %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/help2man.mo
+%lang(sv) %{_datadir}/locale/sv/LC_MESSAGES/help2man.mo
 %lang(pl) %{_mandir}/pl/man1/*
 %lang(fi) %{_mandir}/fi/man1/*
 %lang(fr) %{_mandir}/fr/man1/*
-%endif
+%lang(sv) %{_mandir}/sv/man1/*
 
 %changelog
+* Tue Sep 05 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.36.4-1
+- Upstream update.
+- utf-8 encode l10n'd man pages.
+
 * Fri Dec 23 2005 Ralf Corsépius <rc04203 at freenet.de> - 1.36.3-1
 - Upstream update.
 - Add build option --with nls.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/help2man/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Dec 2005 09:22:01 -0000	1.4
+++ sources	5 Sep 2006 10:59:40 -0000	1.5
@@ -1 +1 @@
-4b5f1609d22a6a0aacbeb5eaf08ad2b1  help2man-1.36.3.tar.gz
+d31a0a38c2ec71faa06723f6b8bd3076  help2man-1.36.4.tar.gz


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list