2020-06-18 11:23:54 +08:00
|
|
|
Name: libeasyfc
|
2024-02-23 15:30:57 +08:00
|
|
|
Version: 0.14.1
|
|
|
|
|
Release: 1
|
2020-06-18 11:23:54 +08:00
|
|
|
Summary: Easy to configure fontconfig generator interface
|
2021-01-21 11:52:21 +08:00
|
|
|
License: LGPLv3+ and GPLv3
|
2020-06-18 11:23:54 +08:00
|
|
|
URL: http://tagoh.bitbucket.org/libeasyfc/
|
|
|
|
|
Source0: https://bitbucket.org/tagoh/libeasyfc/downloads/libeasyfc-%{version}.tar.bz2
|
|
|
|
|
BuildRequires: glib2-devel gobject-introspection-devel libxml2-devel fontconfig-devel >= 2.12.93 harfbuzz-devel
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
Requires: fontconfig >= 2.12.93
|
|
|
|
|
Provides: libeasyfc-gobject = %{version}-%{release}
|
|
|
|
|
Obsoletes: libeasyfc-gobject < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libeasyfc aims to provide an easy interface to generate
|
|
|
|
|
fontconfig configuration on demand and provides GObject
|
|
|
|
|
interface for libeasyfc.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for libeasyfc and libeasyfc gobject
|
|
|
|
|
Requires: libeasyfc = %{version}-%{release} pkgconfig fontconfig-devel glib2-devel
|
|
|
|
|
Provides: libeasyfc-gobject-devel = %{version}-%{release}
|
|
|
|
|
Obsoletes: libeasyfc-gobject-devel < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains the development files to make any
|
|
|
|
|
applications with libeasyfc and applications with libeasyfc-gobject.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n libeasyfc-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%delete_la
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING README AUTHORS ChangeLog
|
|
|
|
|
%{_libdir}/{libeasyfc.so.*,libeasyfc-gobject.so.*}
|
|
|
|
|
%{_libdir}/girepository-*/Easyfc-*.typelib
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/libeasyfc
|
|
|
|
|
%{_libdir}/{libeasyfc.so,libeasyfc-gobject.so}
|
|
|
|
|
%{_libdir}/pkgconfig/{libeasyfc.pc,libeasyfc-gobject.pc}
|
|
|
|
|
%{_datadir}/gir-*/Easyfc-*.gir
|
|
|
|
|
%{_datadir}/gtk-doc/html/libeasyfc
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-02-23 15:30:57 +08:00
|
|
|
* Fri Feb 23 2024 liyanan <liyanan61@h-partners.com> - 0.14.1-1
|
|
|
|
|
- Update to 0.14.1
|
|
|
|
|
|
2021-01-21 11:52:21 +08:00
|
|
|
* Thu Jan 21 2021 Ge Wang <wangge20@huawei.com> - 0.14.0-8
|
|
|
|
|
- Modify license information
|
|
|
|
|
|
2020-06-18 11:23:54 +08:00
|
|
|
* Tue Apr 14 2020 huanghaitao <huanghaitao@huawei.com> - 0.14.0-7
|
|
|
|
|
- Package init
|