From ed1ed27cb580bc9fcc26e3ac9f695f42d7a55ee7e8e6e3080408c1ecc17cc3d1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 5 Feb 2007 23:46:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uim?expand=0&rev=3 --- uim.changes | 5 +++++ uim.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/uim.changes b/uim.changes index 53c707c..cfd7260 100644 --- a/uim.changes +++ b/uim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 6 00:15:10 CET 2007 - ro@suse.de + +- fix build + ------------------------------------------------------------------- Fri Feb 2 13:56:50 CET 2007 - sbrabec@suse.cz diff --git a/uim.spec b/uim.spec index 80505d6..11ac544 100644 --- a/uim.spec +++ b/uim.spec @@ -18,7 +18,7 @@ Autoreqprov: on PreReq: %{_bindir}/touch Provides: locale(xorg-x11:ja) Version: 1.2.1 -Release: 43 +Release: 44 URL: http://uim.freedesktop.org/wiki/ # svn co http://freedesktop.org:8080/svn/uim/trunk # Source0: http://freedesktop.org/Software/UimDownload/uim-0.4.2.1.tar.bz2 @@ -135,7 +135,7 @@ make %install make DESTDIR=$RPM_BUILD_ROOT install -rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a $RPM_BUILD_ROOT%{_prefix}/lib/*/*/*/*.*a $RPM_BUILD_ROOT%{_libdir}/*/*/*/*.*a +rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a $RPM_BUILD_ROOT%{_prefix}/lib/*/*/*/*.*a # this file is generated by "uim-module-manager". # touch it here to make sure that it is in the file list of the # package, then it will be deleted when the package is uninstalled: @@ -180,7 +180,7 @@ find $RPM_BUILD_ROOT -name "*.scm" \ | sort | uniq | perl -p -e "s|$RPM_BUILD_ROOT||" >> uim.lang %clean -#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; +rm -rf $RPM_BUILD_ROOT %post %run_ldconfig @@ -272,6 +272,8 @@ touch var/adm/SuSEconfig/run-gtk %{_datadir}/uim/helperdata/bushu.t %changelog -n uim +* Tue Feb 06 2007 - ro@suse.de +- fix build * Fri Feb 02 2007 - sbrabec@suse.cz - Removed references to /opt/gnome. - Bi-arch libexecdir fix.