1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- Summary: X.Org X11 libXfont2 runtime library
- Summary(ja): X.Org X11 libXfont2 ランタイムライブラリ
- Name: libXfont2
- Version: 2.0.6
- Release: 1%{?_dist_release}
- Group: system
- Vendor: Project Vine
- Distribution: Vine Linux
- License: MIT
- URL: http://www.x.org
- Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
- BuildRequires: autoconf automake libtool
- BuildRequires: pkgconfig(fontsproto)
- BuildRequires: xorg-x11-util-macros
- BuildRequires: xorg-x11-xtrans-devel >= 1.0.3
- BuildRequires: libfontenc-devel
- BuildRequires: freetype2-devel
- %description
- X.Org X11 libXfont2 runtime library
- %package devel
- Summary: X.Org X11 libXfont2 development package
- Summary(ja): X.Org X11 libXfont2 開発パッケージ
- Group: programming
- Requires: %{name}%{?_isa} = %{version}-%{release}
- Requires: libfontenc-devel%{?_isa}
- %description devel
- X.Org X11 libXfont development package
- %debug_package
- %prep
- %autosetup
- %build
- autoreconf -v --install --force
- export CFLAGS="$RPM_OPT_FLAGS -Os"
- %configure --disable-static
- make %{?_smp_mflags}
- %install
- %make_install
- # We intentionally don't ship *.la files
- rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
- %files
- %license COPYING
- %doc AUTHORS README ChangeLog
- %{_libdir}/libXfont2.so.2*
- %files devel
- %{_includedir}/X11/fonts/libxfont2.h
- %{_libdir}/libXfont2.so
- %{_libdir}/pkgconfig/xfont2.pc
- %changelog
- * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.6-1
- - new upstream release.
- - dropped ldconfig scriptlets.
- * Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.3-2
- - rebuilt with current environment.
- * Wed Feb 14 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.0.3-1
- - Initial build for VineLinux
- - This package is based on libXfont2-2.0.2-1.fc28
- (Thanks to fc team)
|