[lcdtest/f14/master] * Wed Aug 18 2010 Eric Smith <eric at brouhaha.com> 1.18-4 - change require for font from file to packa

Eric Smith brouhaha at fedoraproject.org
Wed Aug 18 18:54:00 UTC 2010


commit f185c56aaef04d0f160478aaa5be7d7043f87442
Author: Eric Smith <eric at localhost.localdomain>
Date:   Wed Aug 18 11:53:44 2010 -0700

    * Wed Aug 18 2010 Eric Smith <eric at brouhaha.com> 1.18-4
    - change require for font from file to package

 lcdtest.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lcdtest.spec b/lcdtest.spec
index 297ece8..d716e25 100644
--- a/lcdtest.spec
+++ b/lcdtest.spec
@@ -1,14 +1,14 @@
 Name:           lcdtest
 URL:            http://www.brouhaha.com/~eric/software/lcdtest/
 Version:        1.18
-Release:        3%{?dist}
+Release:        4%{?dist}
 Group:          Applications/System
 License:        GPLv3
 Summary:        Displays monitor test patterns
 Source:         http://www.brouhaha.com/~eric/software/%{name}/download/%{name}-%{version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-Requires:       /usr/share/fonts/liberation/LiberationMono-Regular.ttf
+Requires:       liberation-mono-fonts
 
 BuildRequires:  scons >= 1.2.0
 BuildRequires:  SDL_image-devel
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.svg
 
 %changelog
+* Wed Aug 18 2010 Eric Smith <eric at brouhaha.com> 1.18-4
+- change require for font from file to package
+
 * Wed Jan 27 2010 Eric Smith <eric at brouhaha.com> 1.18-3
 - change the .gz to .* in case the man page compression changesn
 


More information about the scm-commits mailing list