]> git.pld-linux.org Git - packages/xorg-font-font-ibm-type1.git/commitdiff
- updated to 1.0.4 master auto/th/xorg-font-font-ibm-type1-1.0.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Mar 2023 19:16:14 +0000 (20:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Mar 2023 19:16:14 +0000 (20:16 +0100)
xorg-font-font-ibm-type1.spec

index 927970360b24d458e781c811bd8f5d3751a65a0e..4b71e879536af948d545ad0c447b64c0f8353279 100644 (file)
@@ -1,21 +1,24 @@
 Summary:       IBM Courier font in Type1 format
 Summary(pl.UTF-8):     Font IBM Courier w formacie Type1
 Name:          xorg-font-font-ibm-type1
-Version:       1.0.3
-Release:       2
+Version:       1.0.4
+Release:       1
 License:       distributable (see COPYING)
 Group:         Fonts
-Source0:       http://xorg.freedesktop.org/releases/individual/font/font-ibm-type1-%{version}.tar.bz2
-# Source0-md5: bfb2593d2102585f45daa960f43cb3c4
-URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+Source0:       https://xorg.freedesktop.org/releases/individual/font/font-ibm-type1-%{version}.tar.xz
+# Source0-md5: 00f64a84b6c9886040241e081347a853
+URL:           https://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: fontconfig
+BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: t1utils
+BuildRequires: tar >= 1:1.22
 BuildRequires: xorg-app-mkfontdir
 BuildRequires: xorg-app-mkfontscale
 BuildRequires: xorg-font-font-util >= 1.2
-BuildRequires: xorg-util-util-macros >= 1.3
+BuildRequires: xorg-util-util-macros >= 1.20
+BuildRequires: xz
 Requires(post,postun): fontpostinst
 Requires:      %{_fontsdir}/Type1
 BuildArch:     noarch
@@ -35,8 +38,10 @@ Font IBM Courier w formacie Type1.
 %{__autoconf}
 %{__automake}
 %configure \
+%if "%{_gnu}" != "-gnux32"
        --build=%{_host} \
        --host=%{_host} \
+%endif
        --with-fontdir=%{_fontsdir}/Type1
 
 %{__make}
@@ -50,13 +55,13 @@ rm -rf $RPM_BUILD_ROOT
 # separate *.afm, convert *.pfa to .pfb
 cd $RPM_BUILD_ROOT%{_fontsdir}/Type1
 install -d afm
-mv -f *.afm afm
+%{__mv} *.afm afm
 for f in *.pfa ; do
        t1binary $f `basename $f .pfa`.pfb
        rm -f $f
 done
 sed -e '1d;s/\.pfa /.pfb /' fonts.scale > fonts.scale.ibm
-rm -f fonts.scale fonts.dir fonts.cache-1
+%{__rm} fonts.scale fonts.dir
 
 cat > Fontmap.ibm <<EOF
 /Courier                                 (cour.pfb)     ;
@@ -76,7 +81,7 @@ fontpostinst Type1
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog README
+%doc COPYING ChangeLog README.md
 %{_fontsdir}/Type1/cour*.pfb
 %{_fontsdir}/Type1/afm/cour*.afm
 %{_fontsdir}/Type1/fonts.scale.ibm
This page took 0.143368 seconds and 4 git commands to generate.