diff options
author | Rael <rael.gc@gmail.com> | 2015-09-22 16:19:05 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-09-22 16:19:05 -0300 |
commit | 45701a0087c5cb6b9f39409ec9574ae6a0a8b148 (patch) | |
tree | 8dfbbccc819c0f632919d4c49b12a95ae62fc050 | |
parent | 2fa0c4994b61e19075401a94d1fc0adda37dd149 (diff) | |
parent | 4d4a5a255459c9749f09a86135783e84081ce288 (diff) | |
download | scudcloud-45701a0087c5cb6b9f39409ec9574ae6a0a8b148.zip scudcloud-45701a0087c5cb6b9f39409ec9574ae6a0a8b148.tar.gz scudcloud-45701a0087c5cb6b9f39409ec9574ae6a0a8b148.tar.bz2 |
Merge branch 'master' of github.com:raelgc/scudcloud
-rw-r--r-- | scudcloud-1.0/scudcloud.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scudcloud-1.0/scudcloud.spec b/scudcloud-1.0/scudcloud.spec index 22b39a2..9042a36 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,11 @@ Url: https://github.com/raelgc/scudcloud/ Source: %{name}-%{version}.tar.gz Requires: python3 Requires: python3-qt4 +%if 0%{?suse_version} +Requires: google-lato-fonts +%else +Requires: lato-fonts +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -142,6 +147,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> |