forked from pool/m17n-lib
This commit is contained in:
parent
770821b64d
commit
316c6e4596
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 05 18:48:43 CEST 2007 - mfabian@suse.de
|
||||||
|
|
||||||
|
- add extra BuildRequires for SUSE_Linux_10.0 repository in the
|
||||||
|
openSUSE build service.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 01 20:15:20 CEST 2007 - mfabian@suse.de
|
Wed Aug 01 20:15:20 CEST 2007 - mfabian@suse.de
|
||||||
|
|
||||||
|
@ -12,13 +12,16 @@
|
|||||||
|
|
||||||
Name: m17n-lib
|
Name: m17n-lib
|
||||||
BuildRequires: anthy-devel freetype2-devel fribidi-devel gd-devel ispell ispell-british libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel
|
BuildRequires: anthy-devel freetype2-devel fribidi-devel gd-devel ispell ispell-british libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel
|
||||||
|
%if %suse_version < 1010
|
||||||
|
BuildRequires: libjpeg-devel libpng-devel
|
||||||
|
%endif
|
||||||
%if "%(xft-config --prefix)" == "/usr"
|
%if "%(xft-config --prefix)" == "/usr"
|
||||||
%define appdefdir /usr/share/X11
|
%define appdefdir /usr/share/X11
|
||||||
%else
|
%else
|
||||||
%define appdefdir /usr/X11R6/lib/X11
|
%define appdefdir /usr/X11R6/lib/X11
|
||||||
%endif
|
%endif
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 1
|
Release: 19
|
||||||
License: GPL v2 or later, LGPL v2 or later
|
License: GPL v2 or later, LGPL v2 or later
|
||||||
Group: System/I18n/Japanese
|
Group: System/I18n/Japanese
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
@ -118,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT;
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 05 2007 - mfabian@suse.de
|
||||||
|
- add extra BuildRequires for SUSE_Linux_10.0 repository in the
|
||||||
|
openSUSE build service.
|
||||||
* Wed Aug 01 2007 - mfabian@suse.de
|
* Wed Aug 01 2007 - mfabian@suse.de
|
||||||
- update to 1.4.0:
|
- update to 1.4.0:
|
||||||
• New function msymbol_put_func (), msymbol_get_func
|
• New function msymbol_put_func (), msymbol_get_func
|
||||||
|
Loading…
x
Reference in New Issue
Block a user