libotf/libotf.spec
OBS User autobuild b150888e55 Accepting request 27737 from M17N
Copy from M17N/libotf based on submit request 27737 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/27737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libotf?expand=0&rev=7
2009-12-29 23:26:37 +00:00

95 lines
2.3 KiB
RPMSpec

#
# spec file for package libotf (Version 0.9.7)
#
# 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/
#
# norootforbuild
Name: libotf
BuildRequires: freetype2-devel xorg-x11-devel
Version: 0.9.7
Release: 4
License: LGPLv2.1+
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
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Library for Handling OpenType Fonts
%description
Library for handling OpenType fonts.
Authors:
--------
Kenichi Handa <handa@m17n.org>
%package devel
License: LGPLv2.1+
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 <handa@m17n.org>
%prep
%setup -q
%build
./autogen.sh
autoreconf --force --install --verbose
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}
%install
make DESTDIR=${RPM_BUILD_ROOT} install
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%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}/pkgconfig/libotf.pc
%changelog