12 Star 0 Fork 4

src-openEuler / libfontenc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libfontenc.spec 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
朱春意 提交于 2019-11-06 19:38 . update code
%define _x11fontdir %{_datadir}/X11/fonts
Name: libfontenc
Version: 1.1.4
Release: 2
License: MIT
URL: https://www.x.org
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Summary: X.Org X11 libfontenc runtime library
BuildRequires: pkgconfig xorg-x11-util-macros xorg-x11-proto-devel zlib-devel xorg-x11-font-utils
%description
X.Org X11 libfontenc runtime library
%package devel
Summary: X.Org X11 libfontenc development package
Requires: %{name} = %{version}-%{release}
%description devel
X.Org X11 libfontenc development package
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
export CFLAGS="$RPM_OPT_FLAGS -Os"
%configure --with-fontrootdir=%{_x11fontdir}
%make_build
%install
%make_install
%delete_la_and_a
%ldconfig_scriptlets
%check
make check
%files
%defattr(-,root,root)
%license COPYING
%{_libdir}/libfontenc.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/fonts/fontenc.h
%{_libdir}/libfontenc.so
%{_libdir}/pkgconfig/fontenc.pc
%files help
%defattr(-,root,root)
%doc README.md
%changelog
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Sat Sep 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-1
- Package init
1
https://gitee.com/src-openeuler/libfontenc.git
git@gitee.com:src-openeuler/libfontenc.git
src-openeuler
libfontenc
libfontenc
openEuler-22.03-LTS

搜索帮助