rpms/xbae/devel xbae.spec,1.9,1.10

Patrice Dumas pertusus at fedoraproject.org
Sat Sep 20 17:45:15 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/xbae/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2739

Modified Files:
	xbae.spec 
Log Message:
* Sat Sep 20 2008 Patrice Dumas <pertusus at free.fr> 4.60.4-10
- use %patch0 instead of %patch (#463002)



Index: xbae.spec
===================================================================
RCS file: /cvs/extras/rpms/xbae/devel/xbae.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xbae.spec	1 Mar 2008 12:48:10 -0000	1.9
+++ xbae.spec	20 Sep 2008 17:44:45 -0000	1.10
@@ -10,7 +10,7 @@
 
 Name:           xbae
 Version:        4.60.4
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Motif matrix, caption and text input widgets
 Group:          System Environment/Libraries
 # all the files are covered by the MIT license, except DebugUtil.c LGPLv2+
@@ -92,9 +92,15 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 %patch1 -p1 -b .multilib
 
+for file in COPYING ChangeLog NEWS; do
+ iconv -f latin1 -t utf8 < $file > $file.utf8
+ touch -c -r $file $file.utf8
+ mv $file.utf8 $file
+done
+
 
 %build
 %configure --disable-static --disable-dependency-tracking
@@ -139,6 +145,12 @@
 rm __dist_examples/extest
 rm __dist_examples/testall
 
+for file in __dist_examples/*/*.c __dist_examples/README; do
+ iconv -f latin1 -t utf8 < $file > $file.utf8
+ touch -c -r $file $file.utf8
+ mv $file.utf8 $file
+done
+
 # the builderXcessory directory is duplicated in the main doc and in the
 # example code. The master dir is considered to be in the main doc.
 # the README is better with the main examples doc, not in code examples
@@ -177,6 +189,9 @@
 
 
 %changelog
+* Sat Sep 20 2008 Patrice Dumas <pertusus at free.fr> 4.60.4-10
+- use %%patch0 instead of %%patch (#463002)
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 4.60.4-9
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list