libXft/libXft.spec

80 lines
1.7 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:59:28 -04:00
Name: libXft
2021-12-01 11:06:56 +08:00
Version: 2.3.4
2020-07-28 17:14:33 +08:00
Release: 1
2019-09-30 10:59:28 -04:00
Summary: X FreeType library
License: MIT
URL: https://xorg.freedesktop.org/
Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
BuildRequires: xorg-x11-util-macros autoconf automake libtool
BuildRequires: freetype-devel fontconfig-devel pkgconfig(xrender)
Requires: fontconfig
%description
Xft is a library that connects X applications with the FreeType font
rasterization library.
%package devel
Summary: Development files and Header files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
2019-11-06 19:36:06 +08:00
%doc AUTHORS
%license COPYING
2019-09-30 10:59:28 -04:00
%{_libdir}/libXft.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/Xft/*.h
%{_libdir}/pkgconfig/xft.pc
%{_libdir}/*.a
%{_libdir}/libXft.so
%files help
%defattr(-,root,root)
2020-07-28 17:14:33 +08:00
%doc README.md ChangeLog
2019-09-30 10:59:28 -04:00
%{_mandir}/man3/Xft.3.gz
%changelog
2021-12-01 11:06:56 +08:00
* Wed Dec 1 2021 dongyuzhen <dongyuzhen@huawei.com> - 2.3.4-1
- update to 2.3.4
2020-07-28 17:14:33 +08:00
* Tue Jul 28 2020 xiaoweiwei <xiaoweiwei5@huawei.com> - 2.3.3-1
- Type:upgrade
- Id:NA
- SUG:NA
- DESC:upgrade to 2.3.3
2019-11-06 19:36:06 +08:00
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.3.2-13
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license files
2019-09-30 10:59:28 -04:00
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.3.2-12
- Package init