rpms/wbxml2/FC-5 wbxml2.spec,1.9,1.10

Laurent Rineau (rineau) fedora-extras-commits at redhat.com
Thu Nov 30 13:47:57 UTC 2006


Author: rineau

Update of /cvs/extras/rpms/wbxml2/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15631/FC-5

Modified Files:
	wbxml2.spec 
Log Message:
- Use iconv instead of mock. Bug #217848.



Index: wbxml2.spec
===================================================================
RCS file: /cvs/extras/rpms/wbxml2/FC-5/wbxml2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wbxml2.spec	29 Nov 2006 10:18:56 -0000	1.9
+++ wbxml2.spec	30 Nov 2006 13:47:27 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           wbxml2
 Version:        0.9.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Library and tools to parse, encode and handle WBXML documents
 
 Group:          System Environment/Libraries
@@ -18,7 +18,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  expat-devel zlib-devel popt 
-BuildRequires:  recode
 
 %description
 The WBXML Library (libwbxml) contains a library and its associated tools to
@@ -43,7 +42,7 @@
 
 # Recode to UTF-8 several doc files
 for file in ChangeLog README NEWS References; do
-  recode l1..utf8 $file
+  /usr/bin/iconv -f iso8859-1 -t utf-8 $file
 done
 
 # no line terminator, add one
@@ -87,6 +86,9 @@
 
 
 %changelog
+* Thu Nov 30 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 0.9.2-6
+- Use iconv instead of mock. Bug #217848.
+
 * Mon Nov 27 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 0.9.2-5
 - Changed the Summarys and descriptions.
 




More information about the fedora-extras-commits mailing list