This commit is contained in:
Mateusz Malisz 2020-10-05 20:14:22 +02:00 коммит произвёл GitHub
Родитель c5d866a3b1
Коммит e9fead7ec2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 43 добавлений и 40 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"fontconfig-2.13.1.tar.gz": "9f0d852b39d75fc655f9f53850eb32555394f36104a044bb2b2fc9e66dbbfa7f"
"fontconfig-2.13.91.tar.gz": "19e5b1bc9d013a52063a44e1307629711f0bfef35b9aca16f9c793971e2eb1e5"
}
}

Просмотреть файл

@ -1,26 +1,27 @@
Summary: library for configuring and customizing font access.
Name: fontconfig
Version: 2.13.1
Release: 4%{?dist}
License: BSD/GPL
URL: https://www.freedesktop.org/wiki/Software/fontconfig/
Group: System Environment/Libraries
Summary: library for configuring and customizing font access.
Name: fontconfig
Version: 2.13.91
Release: 1%{?dist}
License: BSD/GPL
URL: https://www.freedesktop.org/wiki/Software/fontconfig/
Group: System Environment/Libraries
Vendor: Microsoft Corporation
Distribution: Mariner
Source0: https://www.freedesktop.org/software/fontconfig/release/%{name}-%{version}.tar.gz
BuildRequires: freetype-devel
BuildRequires: libxml2
BuildRequires: expat-devel
BuildRequires: gperf
Provides: pkgconfig(fontconfig)
Source0: https://www.freedesktop.org/software/fontconfig/release/%{name}-%{version}.tar.gz
BuildRequires: freetype-devel
BuildRequires: libxml2
BuildRequires: expat-devel
BuildRequires: gperf
Provides: pkgconfig(fontconfig)
%description
Fontconfig can discover new fonts when installed automatically, removing a common source of configuration problems, perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing, identify the set of fonts required to completely cover a set of languages.
%package devel
Summary: Header and development files
Requires: %{name} = %{version}-%{release}
Requires: expat-devel
%description devel
%package devel
Summary: Header and development files
Requires: %{name} = %{version}-%{release}
Requires: expat-devel
%description devel
It contains the libraries and header files to create applications
%prep
@ -28,10 +29,11 @@ It contains the libraries and header files to create applications
%build
%configure \
--sysconfdir=/etc \
--localstatedir=/var \
--docdir=/usr/share/doc/%{name}-%{version} \
--disable-static
--sysconfdir=/etc \
--localstatedir=/var \
--docdir=/usr/share/doc/%{name}-%{version} \
--disable-static
make %{?_smp_mflags}
%install
@ -66,19 +68,20 @@ make -k check
%{_mandir}/man3/*
%changelog
* Sat May 09 00:20:59 PST 2020 Nick Samson <nisamson@microsoft.com> - 2.13.1-4
* Mon Oct 5 2020 Mateusz Malisz <mamalisz@microsoft.com> - 2.13.91-1
- Update to 2.13.91
* Sat May 9 2020 Nick Samson <nisamson@microsoft.com> - 2.13.1-4
- Added %%license line automatically
* Fri Apr 17 2020 Nicolas Ontiveros <niontive@microsoft.com> 2.13.1-3
- Rename freetype2-devel to freetype-devel.
- Remove sha1 hash.
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 2.13.1-2
- Initial CBL-Mariner import from Photon (license: Apache2).
* Wed Sep 12 2018 Sujay G <gsujay@vmware.com> 2.13.1-1
- Bump version to 2.13.1
* Thu Aug 03 2017 Chang Lee <changlee@vmware.com> 2.12.1-3
- Add a patch for run-test. This issue was introduced by freetype 2.7.1
* Fri Apr 14 2017 Alexey Makhalov <amakhalov@vmware.com> 2.12.1-2
- Requires expat-devel
* Fri Nov 11 2016 Dheeraj Shetty <dheerajs@vmware.com> 2.12.1-1
- Initial version
* Fri Apr 17 2020 Nicolas Ontiveros <niontive@microsoft.com> 2.13.1-3
- Rename freetype2-devel to freetype-devel.
- Remove sha1 hash.
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 2.13.1-2
- Initial CBL-Mariner import from Photon (license: Apache2).
* Wed Sep 12 2018 Sujay G <gsujay@vmware.com> 2.13.1-1
- Bump version to 2.13.1
* Thu Aug 03 2017 Chang Lee <changlee@vmware.com> 2.12.1-3
- Add a patch for run-test. This issue was introduced by freetype 2.7.1
* Fri Apr 14 2017 Alexey Makhalov <amakhalov@vmware.com> 2.12.1-2
- Requires expat-devel
* Fri Nov 11 2016 Dheeraj Shetty <dheerajs@vmware.com> 2.12.1-1
- Initial version

Просмотреть файл

@ -1056,8 +1056,8 @@
"type": "other",
"other": {
"name": "fontconfig",
"version": "2.13.1",
"downloadUrl": "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.gz"
"version": "2.13.91",
"downloadUrl": "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.91.tar.gz"
}
}
},