Commit 4f59b806ad879b1d027ebdf1db57b332e0424d30
1 parent
4ab24dc0
Exists in
master
and in
54 other branches
Removed colab build dependency
Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org> Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com> Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
1 changed file
with
2 additions
and
21 deletions
Show diff stats
colab-spb-theme/colab-spb-theme.spec
1 | -# | |
2 | -# spec file for package colab-spb-theme | |
3 | -# | |
4 | -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. | |
5 | -# | |
6 | -# All modifications and additions to the file contributed by third parties | |
7 | -# remain the property of their copyright owners, unless otherwise agreed | |
8 | -# upon. The license for this file, and modifications and additions to the | |
9 | -# file, is the same license as for the pristine package itself (unless the | |
10 | -# license for the pristine package is not an Open Source License, in which | |
11 | -# case the license is the MIT License). An "Open Source License" is a | |
12 | -# license that conforms to the Open Source Definition (Version 1.9) | |
13 | -# published by the Open Source Initiative. | |
14 | - | |
15 | -# Please submit bugfixes or comments via http://bugs.opensuse.org/ | |
16 | -# | |
17 | - | |
18 | 1 | |
19 | 2 | Name: colab-spb-theme |
20 | 3 | Version: 0.2.0 |
21 | 4 | Summary: SPB-specific Colab theme |
22 | 5 | License: GPL-3.0 |
23 | 6 | Group: Applications/Publishing |
24 | -Url: https://portal.softwarepublico.gov.br/gitlab/softwarepublico/colab-spb-theme-plugin | |
7 | +Url: https://softwarepublico.gov.br/gitlab/softwarepublico/colab-spb-theme-plugin | |
25 | 8 | Source0: %{name}-%{version}.tar.gz |
26 | -BuildRequires: colab >= 1.11 | |
27 | -BuildRequires: cronie-anacron | |
28 | 9 | Requires: colab >= 1.11 |
29 | 10 | BuildArch: noarch |
30 | 11 | |
... | ... | @@ -39,7 +20,7 @@ make %{?_smp_mflags} |
39 | 20 | |
40 | 21 | %install |
41 | 22 | |
42 | -install -d %{buildroot}%{_sysconfdir}/colab/settings.d/ | |
23 | +install -d %{buildroot}%{_sysconfdir}/colab/settings.d/ | |
43 | 24 | |
44 | 25 | cat > %{buildroot}/etc/colab/settings.d/spb_theme.py << EOF |
45 | 26 | COLAB_STATICS=['/usr/lib/colab/colab-spb-theme/colab_spb_theme/static'] | ... | ... |