]> git.pld-linux.org Git - packages/xorg-font-font-misc-ethiopic.git/commitdiff
- updated to 1.0.4 auto/th/xorg-font-font-misc-ethiopic-1.0.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Aug 2020 07:58:00 +0000 (09:58 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Aug 2020 07:58:00 +0000 (09:58 +0200)
- disable mkfontdir and mkfontscale at install stage (handled in post scripts)

xorg-font-font-misc-ethiopic.spec

index 3ca1c3ee476a17ac9720cc259890896e00d33e0f..ae931a94c28ceb29e08d42dbe76412fe86815134 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       GohaTibebZemen Ethiopic font
 Summary(pl.UTF-8):     Font etiopski GohaTibebZemen
 Name:          xorg-font-font-misc-ethiopic
-Version:       1.0.3
-Release:       2
+Version:       1.0.4
+Release:       1
 License:       MIT
 Group:         Fonts
-Source0:       http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-%{version}.tar.bz2
-# Source0-md5: 6306c808f7d7e7d660dfb3859f9091d2
-URL:           http://xorg.freedesktop.org/
+Source0:       https://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-%{version}.tar.bz2
+# Source0-md5: 4ee18ab6c1edf636b8e75b73e6037371
+URL:           https://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: fontconfig
@@ -47,7 +47,9 @@ Font etiopski GohaTibebZemen w formatach OTF i TTF.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       MKFONTSCALE=/bin/true \
+       MKFONTDIR=/bin/true
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,6 +64,6 @@ fontpostinst TTF
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog README
+%doc COPYING ChangeLog README.md
 %{_fontsdir}/OTF/GohaTibebZemen.otf
 %{_fontsdir}/TTF/GohaTibebZemen.ttf
This page took 0.139804 seconds and 4 git commands to generate.