SHA256
1
0
forked from pool/uim

Accepting request 20817 from M17N

Copy from M17N/uim based on submit request 20817 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/20817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uim?expand=0&rev=13
This commit is contained in:
OBS User autobuild
2009-09-22 21:56:22 +00:00
committed by Git OBS Bridge
parent da8c99f4c4
commit 7cf88568f8
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 15 22:55:28 UTC 2009 - crrodriguez@novell.com
- do not package static libraries
-------------------------------------------------------------------
Thu Jul 9 08:33:33 CEST 2009 - tiwai@suse.de

View File

@@ -36,7 +36,7 @@ AutoReqProv: on
PreReq: %{_bindir}/touch
Provides: locale(xorg-x11:ja)
Version: 1.5.6
Release: 1
Release: 2
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
@@ -158,7 +158,7 @@ iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs
libtoolize --force --copy
autoreconf --force --install
intltoolize --force -c --automake
%configure\
%configure --disable-static --with-pic \
--libexecdir=%{_prefix}/lib/uim \
--without-m17nlib\
--with-canna\
@@ -172,8 +172,6 @@ make %{?jobs:-j %jobs}
%install
%makeinstall
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a $RPM_BUILD_ROOT%{_prefix}/lib*/*/*/*/*.*a
# gcroots devel -- we don't need it, right?
rm -f $RPM_BUILD_ROOT%{_includedir}/gcroots.h
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gcroots.pc
# this file is generated by "uim-module-manager".
@@ -225,6 +223,7 @@ find $RPM_BUILD_ROOT -name "*.scm" \
%if %suse_version > 1020
%fdupes $RPM_BUILD_ROOT/usr/share
%endif
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
%clean
rm -rf $RPM_BUILD_ROOT
@@ -291,7 +290,6 @@ touch var/adm/SuSEconfig/run-gtk
%files -n uim-devel
%defattr(-, root, root)
%{_libdir}/*.*a
%{_libdir}/*.so
%dir %{_includedir}/uim
%{_includedir}/uim/*