Commit 1e37ce6916655072bf64ccd2361852f00c5c8216
1 parent
9ee75ff7
Exists in
master
and in
79 other branches
Update noosfero-deps, noosfero-spb.spec e noosfero.spec
Showing
3 changed files
with
3 additions
and
10 deletions
Show diff stats
specs/noosfero/noosfero-deps.spec
specs/noosfero/noosfero-spb.spec
specs/noosfero/noosfero.spec
... | ... | @@ -9,12 +9,9 @@ Group: Applications/Publishing |
9 | 9 | License: AGPLv3 |
10 | 10 | URL: http://noosfero.org |
11 | 11 | Source0: %{name}-%{version}.tar.gz |
12 | -Patch0: 0001-Use-as-placeholder-for-current-user-in-URLs.patch | |
13 | -Patch1: 0001-Enhance-existing-backup-task-and-add-a-restore-one.patch | |
14 | -Patch2: 0001-Fix-backup-task.patch | |
15 | 12 | BuildArch: noarch |
16 | 13 | BuildRequires: noosfero-deps, gettext, po4a |
17 | -Requires: noosfero-deps, po4a, tango-icon-theme, memcached,crontabs | |
14 | +Requires: noosfero-deps, po4a, tango-icon-theme, memcached,crontabs, nodejs | |
18 | 15 | |
19 | 16 | %description |
20 | 17 | Noosfero is a web platform for social and solidarity economy networks with blog, |
... | ... | @@ -25,10 +22,6 @@ participate and contribute to this free software project! |
25 | 22 | %prep |
26 | 23 | %setup -q |
27 | 24 | |
28 | -%patch0 -p1 | |
29 | -%patch1 -p1 | |
30 | -%patch2 -p1 | |
31 | - | |
32 | 25 | %build |
33 | 26 | |
34 | 27 | ln -sf /usr/lib/noosfero/Gemfile . | ... | ... |