## ## fonts-typopro.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2022 OpenPKG Project ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## # package information Name: fonts-typopro Summary: Freely-Available High-Quality Fonts URL: http://typopro.org/ Vendor: Ralf S. Engelschall Packager: OpenPKG Project Distribution: OpenPKG Community Class: EVAL Group: Graphics License: Open Source Version: 4.2.6 Release: 20211011 # list of sources Source0: https://github.com/rse/typopro-dtp/archive/%{version}.tar.gz Source1: fonts-typopro.conf # build information BuildPreReq: OpenPKG, openpkg >= 20160101 PreReq: OpenPKG, openpkg >= 20160101, fontconfig %description TypoPRO is a carefully hand-selected collection of freely usable professional fonts for use in Desktop Publishing, on Websites and especially inside Web-based Desktop or Mobile Applications. The fonts in total span a very wide range of font types, font styles, font weights and font variants. This way TypoPRO provides a magnitude of typographic possibilities with just a minimum number of font families. %track prog fonts-typopro = { version = %{version} url = https://github.com/rse/typopro-dtp/releases regex = (\d+\.\d+\.\d+)\.tar\.gz } %prep %setup -q -n typopro-dtp-%{version} %build %install # create installation hierarchy %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/share/fonts-typopro # install fonts cp -rp dtp/* \ $RPM_BUILD_ROOT%{l_prefix}/share/fonts-typopro/ # hook into fontconfig(1) %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.avail \ $RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.d %{l_shtool} install -c -m 644 %{l_value -s -a} \ %{SOURCE fonts-typopro.conf} \ $RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.avail/ ln -s ../conf.avail/fonts-typopro.conf \ $RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.d/99-fonts-typopro.conf # determine installation files %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean %post # update fontconfig cache $RPM_INSTALL_PREFIX/bin/fc-cache -f 2>/dev/null || true exit 0