This commit is contained in:
parent
32f92f55af
commit
ed1ed27cb5
@ -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
|
Fri Feb 2 13:56:50 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
8
uim.spec
8
uim.spec
@ -18,7 +18,7 @@ Autoreqprov: on
|
|||||||
PreReq: %{_bindir}/touch
|
PreReq: %{_bindir}/touch
|
||||||
Provides: locale(xorg-x11:ja)
|
Provides: locale(xorg-x11:ja)
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 43
|
Release: 44
|
||||||
URL: http://uim.freedesktop.org/wiki/
|
URL: http://uim.freedesktop.org/wiki/
|
||||||
# svn co http://freedesktop.org:8080/svn/uim/trunk
|
# svn co http://freedesktop.org:8080/svn/uim/trunk
|
||||||
# Source0: http://freedesktop.org/Software/UimDownload/uim-0.4.2.1.tar.bz2
|
# Source0: http://freedesktop.org/Software/UimDownload/uim-0.4.2.1.tar.bz2
|
||||||
@ -135,7 +135,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT 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".
|
# this file is generated by "uim-module-manager".
|
||||||
# touch it here to make sure that it is in the file list of the
|
# 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:
|
# 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
|
| sort | uniq | perl -p -e "s|$RPM_BUILD_ROOT||" >> uim.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%run_ldconfig
|
%run_ldconfig
|
||||||
@ -272,6 +272,8 @@ touch var/adm/SuSEconfig/run-gtk
|
|||||||
%{_datadir}/uim/helperdata/bushu.t
|
%{_datadir}/uim/helperdata/bushu.t
|
||||||
|
|
||||||
%changelog -n uim
|
%changelog -n uim
|
||||||
|
* Tue Feb 06 2007 - ro@suse.de
|
||||||
|
- fix build
|
||||||
* Fri Feb 02 2007 - sbrabec@suse.cz
|
* Fri Feb 02 2007 - sbrabec@suse.cz
|
||||||
- Removed references to /opt/gnome.
|
- Removed references to /opt/gnome.
|
||||||
- Bi-arch libexecdir fix.
|
- Bi-arch libexecdir fix.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user