Commit 45f239310cd7870cece6494ba92aed4952fc3231

Authored by Lucas Kanashiro
Committed by Paulo Tada
1 parent 8d3e6dc4
Exists in master and in 1 other branch mezuro_spb

Bump noosfero spec version to 1.4.0+spb1

Update how to compile translations during build phase
Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
src/pkg-rpm/noosfero/noosfero.spec
... ... @@ -2,7 +2,7 @@
2 2 %define cache_dirs javascripts/cache stylesheets/cache
3 3  
4 4 Name: noosfero
5   -Version: 1.3.6+spb7
  5 +Version: 1.4.0+spb1
6 6 Release: 1
7 7 Summary: Social Networking Platform
8 8 Group: Applications/Publishing
... ... @@ -10,8 +10,8 @@ License: AGPLv3
10 10 URL: http://noosfero.org
11 11 Source0: %{name}-%{version}.tar.gz
12 12 BuildArch: noarch
13   -BuildRequires: noosfero-deps >= 1.3-3, gettext, po4a
14   -Requires: noosfero-deps, po4a, tango-icon-theme, memcached,crontabs, nodejs
  13 +BuildRequires: noosfero-deps >= 1.4, gettext, po4a
  14 +Requires: noosfero-deps >= 1.4, po4a, tango-icon-theme, memcached,crontabs, nodejs
15 15  
16 16 %description
17 17 Noosfero is a web platform for social and solidarity economy networks with blog,
... ... @@ -28,6 +28,8 @@ ln -sf /usr/lib/noosfero/Gemfile .
28 28 ln -sf /usr/lib/noosfero/Gemfile.lock .
29 29 ln -sf /usr/lib/noosfero/.bundle .
30 30 ln -sfT /usr/lib/noosfero/vendor/bundle vendor/bundle
  31 +mkdir tmp
  32 +bundle exec rake -f Rakefile.release makemo
31 33 bundle exec rake -f Rakefile.release noosfero:translations:compile > build.log 2>&1 || (cat build.log; exit 1)
32 34 rm -f build.log Gemfile Gemfile.lock .bundle vendor/bundle
33 35 rm -rf tmp log
... ...