public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fonttosfnt] rawhide: spec cleanup and modernization
@ 2026-06-13 23:24 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-13 23:24 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fonttosfnt
            Branch : rawhide
            Commit : f2fd5eb4458c13e446d8f6c9a45f5b231190a37f
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-13T20:24:48-03:00
            Stats  : +3/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fonttosfnt/c/f2fd5eb4458c13e446d8f6c9a45f5b231190a37f?branch=rawhide

            Log:
            spec cleanup and modernization

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/fonttosfnt.spec b/fonttosfnt.spec
index fa9d607..3748927 100644
--- a/fonttosfnt.spec
+++ b/fonttosfnt.spec
@@ -5,15 +5,14 @@ Summary:    Tool to wrap BDF or PCF bitmap fonts in an sfnt wrapper
 
 License:    MIT
 URL:        https://www.x.org
-Source0:    https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
+Source:     https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
 
 BuildRequires:  gcc
-BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  pkgconfig(fontenc)
 BuildRequires:  pkgconfig(freetype2)
-BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
+BuildRequires:  pkgconfig(xproto) >= 7.0.33
 
 Conflicts:  xorg-x11-font-utils < 7.5-51
 
@@ -36,6 +35,7 @@ OpenType) wrapper.
 
 %files
 %license COPYING
+%doc README.md
 %{_bindir}/fonttosfnt
 %{_mandir}/man1/fonttosfnt.1*
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-13 23:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 23:24 [rpms/fonttosfnt] rawhide: spec cleanup and modernization Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox