Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/fontconfig/fontconfig.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"fontconfig-2.13.1.tar.gz": "9f0d852b39d75fc655f9f53850eb32555394f36104a044bb2b2fc9e66dbbfa7f"
"fontconfig-2.13.91.tar.gz": "19e5b1bc9d013a52063a44e1307629711f0bfef35b9aca16f9c793971e2eb1e5"
}
}
77 changes: 40 additions & 37 deletions SPECS/fontconfig/fontconfig.spec
Original file line number Diff line number Diff line change
@@ -1,37 +1,39 @@
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
%setup -q

%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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,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"
}
}
},
Expand Down