SHA256
1
0
forked from pool/uim
OBS User unknown 2007-02-05 23:46:47 +00:00 committed by Git OBS Bridge
parent 32f92f55af
commit ed1ed27cb5
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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.