diff options
author | Marcin Trendota <moonwolf@poczta.onet.pl> | 2015-09-21 14:46:22 +0200 |
---|---|---|
committer | Marcin Trendota <moonwolf@poczta.onet.pl> | 2015-09-21 14:46:22 +0200 |
commit | ea86cee26cd53bafe52d9a65982ec178a96e0d55 (patch) | |
tree | 0645add6777968127c9148d9450a7afc9ae478fe | |
parent | 804fbb644a8b4ce03a9bffa81f13e4d63044f31b (diff) | |
download | scudcloud-ea86cee26cd53bafe52d9a65982ec178a96e0d55.zip scudcloud-ea86cee26cd53bafe52d9a65982ec178a96e0d55.tar.gz scudcloud-ea86cee26cd53bafe52d9a65982ec178a96e0d55.tar.bz2 |
Add lato-fonts dependency for Fedora RPM.
-rw-r--r-- | scudcloud-1.0/scudcloud.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scudcloud-1.0/scudcloud.spec b/scudcloud-1.0/scudcloud.spec index 22b39a2..5627585 100644 --- a/scudcloud-1.0/scudcloud.spec +++ b/scudcloud-1.0/scudcloud.spec @@ -1,7 +1,7 @@ # # spec file for package scudcloud # -# Copyright (c) 2015 Marcin Trendota (moonwolf@techsterowniki.pl) +# Copyright (c) 2015 Marcin Trendota (moonwolf@poczta.onet.pl) # Copyright (c) 2015 Marcin Bajor (marcin.bajor@gmail.com) # # All modifications and additions to the file contributed by third parties @@ -43,6 +43,7 @@ Url: https://github.com/raelgc/scudcloud/ Source: %{name}-%{version}.tar.gz Requires: python3 Requires: python3-qt4 +Requires: lato-fonts BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -142,6 +143,8 @@ fi %{_bindir}/scudcloud %changelog +* Mon Sep 21 2015 Marcin Trendota <moonwolf@poczta.onet.pl> +- Add lato-fonts dependency * Mon Aug 10 2015 Marcin Bajor <marcin.bajor@gmail.com> - Now build for CentOS, Red Hat Enterprise Linux, openSUSE, SUSE Linux Enterprise Server and others is possible * Mon May 18 2015 Marcin Trendota <moonwolf@poczta.onet.pl> |