devel/uim .cvsignore,1.2,1.3 sources,1.2,1.3 uim.spec,1.1,1.2

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sun Feb 20 17:36:37 UTC 2005


Author: thl

Update of /cvs/extras/devel/uim
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24667

Modified Files:
	.cvsignore sources uim.spec 
Log Message:
add autoreconf patch; fixes x86_64



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/uim/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Jan 2005 06:30:55 -0000	1.2
+++ .cvsignore	20 Feb 2005 17:36:35 -0000	1.3
@@ -1 +1,2 @@
 uim-0.4.5.tar.gz
+uim-0.4.5-autoreconf.patch.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/devel/uim/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Jan 2005 06:30:55 -0000	1.2
+++ sources	20 Feb 2005 17:36:35 -0000	1.3
@@ -1 +1,2 @@
 3979e20d8375fcd1691d74949e5b626c  uim-0.4.5.tar.gz
+f2923da7909542e3c924ba04560c8034  uim-0.4.5-autoreconf.patch.bz2


Index: uim.spec
===================================================================
RCS file: /cvs/extras/devel/uim/uim.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uim.spec	13 Jan 2005 06:30:55 -0000	1.1
+++ uim.spec	20 Feb 2005 17:36:35 -0000	1.2
@@ -1,11 +1,12 @@
 Summary:	A multilingual input method library
 Name:		uim
 Version:	0.4.5
-Release:	1
+Release:	2
 License:	GPL/BSD
 Group:		System Environment/Libraries
 URL:		http://freedesktop.org/Software/uim
 Source0:	http://freedesktop.org/Software/UimDownload/%{name}-%{version}.tar.gz
+Patch0:		uim-0.4.5-autoreconf.patch.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gtk2-devel
 BuildRequires:	gnome-panel-devel
@@ -101,6 +102,14 @@
 %prep
 %setup -q
 
+%ifarch x86_64
+# patch creation:
+#libtoolize --force && aclocal-1.9 -I m4 && automake-1.9 --foreign && autoconf && autoheader
+%patch0 -p1
+# touch uim/config.h.in, otherwise autoheader will run again
+touch uim/config.h.in
+%endif
+
 %build
 %configure
 make
@@ -229,6 +238,9 @@
 %{_datadir}/uim/skk*.scm
 
 %changelog
+* Sun Feb 20 2005 Thorsten Leemhuis <fedora[AT]leemhuis[dot]info 0.4.5-2
+- Added autoreconf-patch; fixes build on x86_64
+
 * Wed Jan 12 2005 Akira TAGOH <tagoh at redhat.com> 0.4.5-1
 - New upstream release.
 




More information about the fedora-extras-commits mailing list