commit 898d7cd5a24a400a672c1510f67baaa7018f4f4373667133677bc742501711ff Author: OBS User unknown Date: Wed Jan 10 00:56:10 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libotf?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/libotf-0.9.5.20070109.tar.bz2 b/libotf-0.9.5.20070109.tar.bz2 new file mode 100644 index 0000000..5d74584 --- /dev/null +++ b/libotf-0.9.5.20070109.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc383b8dfc6aa520d9a36efd4ca861b1187a33a0d10855c92214a5d98baed5c +size 57765 diff --git a/libotf.changes b/libotf.changes new file mode 100644 index 0000000..6f3184c --- /dev/null +++ b/libotf.changes @@ -0,0 +1,44 @@ +------------------------------------------------------------------- +Tue Jan 09 23:12:49 CET 2007 - mfabian@suse.de + +- update to 0.9.5.20070109: + make it possible to link with C++ programs + (Ed Trager, Kenichi Handa). + +------------------------------------------------------------------- +Tue Jan 09 22:35:47 CET 2007 - mfabian@suse.de + +- update to 0.9.5: + • New function OTF_open_ft_face() can be used to process a font + already opened by FreeType library. + • The example program `otfview' accept the second argument + INDEX. + +------------------------------------------------------------------- +Mon Oct 30 16:40:14 CET 2006 - meissner@suse.de + +- use RPM_OPT_FLAGS correctly, require freetype2-devel in -devel. + +------------------------------------------------------------------- +Fri Mar 03 14:33:02 CET 2006 - mfabian@suse.de + +- Bugzilla #154974: update to 0.9.4. + We have updated m17n-lib to 1.3.0.20060113. This version can + only use libotf >= 0.9.4. It won't link against libotf 0.9.3. + In order not to loose the OpenType support in m17n-lib, we + should update libotf as well. + +------------------------------------------------------------------- +Wed Jan 25 21:37:39 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Tue Dec 28 12:09:22 CET 2004 - mfabian@suse.de + +- update to 0.9.3. + +------------------------------------------------------------------- +Mon Aug 16 15:37:04 CEST 2004 - mfabian@suse.de + +- new package: libotf, version 0.9.2. diff --git a/libotf.spec b/libotf.spec new file mode 100644 index 0000000..59f728a --- /dev/null +++ b/libotf.spec @@ -0,0 +1,108 @@ +# +# spec file for package libotf (Version 0.9.5.20070109) +# +# Copyright (c) 2007 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. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: libotf +BuildRequires: freetype2-devel xorg-x11-devel +Version: 0.9.5.20070109 +Release: 1 +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +Group: System/I18n/Japanese +Autoreqprov: on +URL: http://www.m17n.org/libotf/ +# CVS: +# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login +# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf +Source0: http://www.m17n.org/libotf/libotf-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: Library for Handling OpenType Fonts + +%description +Library for handling OpenType fonts. + + + +Authors: +-------- + Kenichi Handa + +%package devel +Summary: Include Files and Libraries mandatory for Development. +Group: System/I18n/Japanese +Requires: %{name} = %{version} freetype2-devel + +%description devel +This package contains all necessary include files and libraries needed +to develop applications that require these. + + + +Authors: +-------- + Kenichi Handa + +%prep +%setup -q -n %{name}-%{version} + +%build +./autogen.sh +libtoolize --force +autoreconf --force --install --verbose +CFLAGS="$RPM_OPT_FLAGS" \ +CXXFLAGS="$RPM_OPT_FLAGS" \ +./configure --prefix=/usr \ + --sysconfdir=%{_sysconfdir} \ + --libdir=%{_libdir} +make + +%install +make DESTDIR=${RPM_BUILD_ROOT} install + +%clean + +%files +%defattr(-, root, root) +%doc AUTHORS COPYING NEWS README ChangeLog +%{_bindir}/* +%{_libdir}/libotf.so.* + +%files devel +%defattr(-, root, root) +/usr/include/* +%{_libdir}/libotf.so +%{_libdir}/libotf.*a +%{_libdir}/pkgconfig/libotf.pc + +%changelog -n libotf +* Tue Jan 09 2007 - mfabian@suse.de +- update to 0.9.5.20070109: + make it possible to link with C++ programs + (Ed Trager, Kenichi Handa). +* Tue Jan 09 2007 - mfabian@suse.de +- update to 0.9.5: + • New function OTF_open_ft_face() can be used to process a font + already opened by FreeType library. + • The example program `otfview' accept the second argument + INDEX. +* Mon Oct 30 2006 - meissner@suse.de +- use RPM_OPT_FLAGS correctly, require freetype2-devel in -devel. +* Fri Mar 03 2006 - mfabian@suse.de +- Bugzilla #154974: update to 0.9.4. + We have updated m17n-lib to 1.3.0.20060113. This version can + only use libotf >= 0.9.4. It won't link against libotf 0.9.3. + In order not to loose the OpenType support in m17n-lib, we + should update libotf as well. +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Tue Dec 28 2004 - mfabian@suse.de +- update to 0.9.3. +* Mon Aug 16 2004 - mfabian@suse.de +- new package: libotf, version 0.9.2. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4