forked from pool/m17n-lib
This commit is contained in:
parent
3707cb4478
commit
f82363d14e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 24 02:00:50 CEST 2007 - ro@suse.de
|
||||
|
||||
- added ldconfig to post scripts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 09 14:30:08 CET 2007 - mfabian@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@ BuildRequires: anthy-devel freetype2-devel fribidi-devel ispell ispell-british
|
||||
%define appdefdir /usr/X11R6/lib/X11
|
||||
%endif
|
||||
Version: 1.3.4
|
||||
Release: 1
|
||||
Release: 26
|
||||
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: System/I18n/Japanese
|
||||
Autoreqprov: on
|
||||
@ -96,7 +96,11 @@ iconv -f EUC-JP -t UTF-8 < example/M17NEdit.ja \
|
||||
> $RPM_BUILD_ROOT%{appdefdir}/ja_JP.UTF-8/app-defaults/M17NEdit
|
||||
|
||||
%clean
|
||||
#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||
rm -rf $RPM_BUILD_ROOT;
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
@ -115,7 +119,9 @@ iconv -f EUC-JP -t UTF-8 < example/M17NEdit.ja \
|
||||
%{_libdir}/lib*.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog -n m17n-lib
|
||||
%changelog
|
||||
* Thu May 24 2007 - ro@suse.de
|
||||
- added ldconfig to post scripts
|
||||
* Tue Jan 09 2007 - mfabian@suse.de
|
||||
- update to 1.3.4.
|
||||
- fix bugzilla #32303.
|
||||
|
Loading…
x
Reference in New Issue
Block a user