SHA256
1
0
forked from pool/m17n-lib
OBS User unknown 2009-01-14 00:49:46 +00:00 committed by Git OBS Bridge
parent 5708ad6272
commit 9f2ac08212
4 changed files with 29 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e06ba9e2b39553c50c903667e164b4cc2e3a44dea5a20b75c8b5799141f435f5
size 990729

3
m17n-lib-1.5.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1a73930850e46a7d700412d14e0aefeb1c5f96b7d3be835557ceb96689638a9
size 763713

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 27 15:57:18 CET 2008 - mfabian@suse.de
- update to m17n-lib 1.5.3.
• only bugfixes.
-
-------------------------------------------------------------------
Fri Jun 13 02:31:25 CEST 2008 - crrodriguez@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package m17n-lib (Version 1.5.1)
# spec file for package m17n-lib (Version 1.5.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -12,16 +19,13 @@
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
%if %suse_version < 1010
BuildRequires: libjpeg-devel libpng-devel
%endif
%if "%(xft-config --prefix)" == "/usr"
%define appdefdir /usr/share/X11
%else
%define appdefdir /usr/X11R6/lib/X11
%endif
Version: 1.5.1
Release: 42
Version: 1.5.3
Release: 1
License: GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: System/I18n/Japanese
AutoReqProv: on
@ -31,9 +35,9 @@ Url: http://www.m17n.org/m17n-lib/
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db
Source0: http://www.m17n.org/m17n-lib/download/m17n-lib-%{version}.tar.gz
Source0: http://www.m17n.org/m17n-lib/download/m17n-lib-%{version}.tar.bz2
Source1: m17n-lib-rpmlintrc
Patch: m17n-lib-%{version}.diff
Patch: m17n-lib-1.5.1.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Multilingual Text Processing Library for the C Language
@ -122,6 +126,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Mon Oct 27 2008 mfabian@suse.de
- update to m17n-lib 1.5.3.
only bugfixes.
-
* Fri Jun 13 2008 crrodriguez@suse.de
- disable unusable static libraries
* Thu Feb 28 2008 schwab@suse.de