Author: rineau
Update of /cvs/extras/rpms/wbxml2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15631/devel
Modified Files:
wbxml2.spec
Log Message:
- Use iconv instead of mock. Bug #217848.
Index: wbxml2.spec
===================================================================
RCS file: /cvs/extras/rpms/wbxml2/devel/wbxml2.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wbxml2.spec 29 Nov 2006 10:19:01 -0000 1.10
+++ wbxml2.spec 30 Nov 2006 13:47:33 -0000 1.11
@@ -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(a)normalesup.org> - 0.9.2-6
+- Use iconv instead of mock. Bug #217848.
+
* Mon Nov 27 2006 Laurent Rineau <laurent.rineau__fedora_extras(a)normalesup.org> - 0.9.2-5
- Changed the Summarys and descriptions.