Commit 82c2f63fc34b33b2c9ebf8725f17d194e79d9028
1 parent
1e3efc0c
Exists in
master
and in
79 other branches
Add (trivial) .spec for noosfero-spb
Showing
1 changed file
with
25 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,25 @@ |
1 | +Name: noosfero-spb | |
2 | +Version: 3 | |
3 | +Release: 1%{?dist} | |
4 | +Summary: SPB-specific Noosfero plugins and themes | |
5 | +Group: Applications/Publishing | |
6 | +License: AGPLv3 | |
7 | +URL: https://beta.softwarepublico.gov.br/gitlab/softwarepublico/noosfero-spb | |
8 | +Source0: %{name}-%{version}.tar.gz | |
9 | +BuildArch: noarch | |
10 | + | |
11 | +%description | |
12 | +This package contains Noosfero plugins and themes that are specific to the | |
13 | +Software Público Brasileiro platform. | |
14 | + | |
15 | +%prep | |
16 | +%setup -q | |
17 | + | |
18 | +%build | |
19 | +make | |
20 | + | |
21 | +%install | |
22 | +make install DESTDIR=%{buildroot} | |
23 | + | |
24 | +%files | |
25 | +/usr/lib/noosfero | ... | ... |