Commit 8f9e0a941c17acb706b2002df77c72dc22b059e3

Authored by Sergio Oliveira
2 parents 9dcf69f7 b8370d9c
Exists in master and in 67 other branches add_sisp_to_chef, add_super_archives_plugin, api_for_colab, automates_core_packing, backup_not_prod, changes_in_buttons_on_content_panel, colab_automated_login, colab_spb_plugin_recipe, colab_widgets_settings, design_validation, disable_email_dev, fix_breadcrumbs_position, fix_categories_software_link, fix_edit_institution, fix_edit_software_with_another_license, fix_get_license_info, fix_gitlab_assets_permission, fix_list_style_inside_article, fix_list_style_on_folder_elements, fix_members_pagination, fix_merge_request_url, fix_models_translations, fix_no_license, fix_software_block_migration, fix_software_communities_translations, fix_software_communities_unit_test, fix_style_create_institution_admin_panel, fix_superarchives_imports, fix_sym_links_noosfero, focus_search_field_theme, gov-user-refactoring, gov-user-refactoring-rails4, header_fix, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, lxc_settings, margin_fix, mezuro_cookbook, prezento, refactor_download_block, refactor_software_for_sisp, register_page, release-process, release-process-v2, remove_broken_theme, remove_secondary_email_from_user, remove_sisp_buttons, removing_super_archives_email, review_message, scope2method, signals_user_noosfero, sisp_catalog_header, sisp_dev_master, software_as_organization, software_catalog_style_fix, software_communities_html_refactor, software_infos_api, spb_to_rails4, stable-4.1, stable-4.2, theme_header, theme_javascript_refactory, thread_dropdown, thread_page, update_search_by_categories, update_softwares_boxes

Merge branch 'master' of portal.softwarepublico.gov.br:softwarepublico/softwarepublico into copr

docs/Makefile
... ... @@ -6,27 +6,33 @@ all:
6 6  
7 7 SPB_ENV ?= local
8 8  
  9 +build_dir = _build/$(SPB_ENV)
  10 +
9 11 # autogenerated DNS documentation
10   -BUILT += _build/dns.rst
11   -_build/dns.rst: ../test/dns_test.sh
  12 +BUILT += $(build_dir)/dns.rst
  13 +$(build_dir)/dns.rst: ../test/dns_test.sh
  14 + mkdir -p $(build_dir)
12 15 (cd .. && sh test/dns_test.sh --doc) > $@
13 16  
14   -BUILT += $(patsubst %.svg, _build/%.png, $(wildcard *.svg))
15   -_build/%.png: %.png
  17 +BUILT += $(patsubst %.svg, $(build_dir)/%.png, $(wildcard *.svg))
  18 +$(build_dir)/%.png: %.png
  19 + mkdir -p $(build_dir)
16 20 cp $< $@
17 21  
18 22 arquitetura.png:
19 23 inkscape --export-area-page --export-width=800 --export-width=600 --export-png=$@ $<
20 24  
21   -BUILT += $(patsubst %.in, _build/%, $(wildcard *.in))
22   -_build/%: %.in build.rb
  25 +BUILT += $(patsubst %.in, $(build_dir)/%, $(wildcard *.in))
  26 +$(build_dir)/%: %.in build.rb
  27 + mkdir -p $(build_dir)
23 28 ruby -p build.rb $< > $@ || ($(RM) $@; false)
24 29  
25 30 CLEAN_FILES += $(BUILT)
26 31  
27 32 html latexpdf: $(BUILT)
28   - $(MAKE) -C _build $@ BUILDDIR=$(SPB_ENV)
  33 + mkdir -p $(build_dir)
  34 + $(MAKE) -C $(build_dir) -f ../Makefile $@
29 35  
30 36 clean:
31 37 $(RM) $(BUILT)
32   - $(MAKE) -C _build $@
  38 + $(RM) -r $(build_dir)
... ...
src/noosfero-spb/Makefile
1 1 PACKAGE = noosfero-spb
2   -VERSION = 4.2
  2 +VERSION = 4.2.1
3 3 DISTDIR = $(PACKAGE)-$(VERSION)
4 4 TARBALL = $(DISTDIR).tar.gz
5 5  
... ...
src/pkg-rpm/bottle/bottle.spec
... ... @@ -7,6 +7,7 @@
7 7 Summary: Fast and simple WSGI-framework for small web-applications.
8 8 Name: %{name}
9 9 Version: %{version}
  10 +Release: 4.1
10 11 Source0: %{name}-%{unmangled_version}.tar.gz
11 12 License: MIT
12 13 Group: Development/Libraries
... ...
src/pkg-rpm/colab-deps/colab-deps.spec
1 1 Summary: Collaboration platform for communities (Python dependencies)
2 2 Name: colab-deps
3 3 Version: 1.11.3
4   -Release: 0
  4 +Release: 25.1
5 5 Source0: colab-deps-%{version}.tar.gz
6 6 License: Various
7 7 Group: Development/Tools
... ...
src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec
1 1  
2 2 Name: colab-spb-theme
3 3 Version: 0.2.0
  4 +Release: 9.1
4 5 Summary: SPB-specific Colab theme
5 6 License: GPL-3.0
6 7 Group: Applications/Publishing
... ...
src/pkg-rpm/colab/colab.spec
... ... @@ -7,7 +7,7 @@
7 7 Summary: Collaboration platform for communities
8 8 Name: %{name}
9 9 Version: %{version}
10   -Release: 0
  10 +Release: 18.1
11 11 Source0: %{name}-%{version}.tar.gz
12 12 License: GPLv2
13 13 Group: Development/Tools
... ...
src/pkg-rpm/fcgi/fcgi.spec
... ... @@ -2,6 +2,7 @@
2 2  
3 3 Name: fcgi
4 4 Version: 2.4.0
  5 +Release: 23.1
5 6 Summary: FastCGI development kit
6 7  
7 8 Group: Development/Languages
... ...
src/pkg-rpm/fcgiwrap/fcgiwrap.spec
1 1 %global gitcommit 333ff99
2 2 Name: fcgiwrap
3 3 Version: 1.1.0
  4 +Release: 3
4 5 Summary: Simple FastCGI wrapper for CGI scripts
5 6 License: MIT
6 7 URL: http://nginx.localdomain.pl/
... ... @@ -8,7 +9,7 @@ Group: System Environment/Daemons
8 9  
9 10 Source0: fcgiwrap-%{version}.tar.gz
10 11  
11   -BuildRequires: autoconf
  12 +BuildRequires: automake
12 13 BuildRequires: fcgi-devel
13 14 Requires: spawn-fcgi
14 15  
... ...
src/pkg-rpm/gitlab-deps/gitlab-deps.spec
1 1 Name: gitlab-deps
2 2 Version: 7.5.4
  3 +Release: 2.1
3 4 Summary: Ruby dependencies for Gitlab
4 5 Group: Development/Tools
5 6 License: Various
... ...
src/pkg-rpm/gitlab-shell/gitlab-shell.spec
1 1 Name: gitlab-shell
2 2 Version: 2.4.0
  3 +Release: 5.1
3 4 Summary: Software Development Platform
4 5  
5 6 Group: Development/Tools
... ...
src/pkg-rpm/gitlab/gitlab.spec
1 1 Name: gitlab
2 2 Version: 7.6.2
  3 +Release: 13.1
3 4 Summary: Software Development Platform
4 5 Group: Development/Tools
5 6 License: Expat
... ...
src/pkg-rpm/libev/libev.spec
... ... @@ -4,6 +4,7 @@
4 4 Name: libev
5 5 Summary: High-performance event loop/event model with lots of features
6 6 Version: 4.15
  7 +Release: 5.1
7 8 License: BSD or GPLv2+
8 9 URL: http://software.schmorp.de/pkg/libev.html
9 10 Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
... ...
src/pkg-rpm/mailman-api/mailman-api.spec
1 1 %define name mailman-api
2   -%define version 0.3c1
3   -%define unmangled_version 0.3c1
4   -%define release 10
  2 +%define version 0.3rc2
  3 +%define unmangled_version 0.3rc2
5 4  
6 5 Summary: REST API daemon to interact with Mailman 2
7 6 Name: %{name}
... ... @@ -15,8 +14,9 @@ BuildArch: noarch
15 14 Vendor: Sergio Oliveira <sergio@tracy.com.br>
16 15 Requires: mailman, python >= 2.7, python-paste >= 1.7.5.1, bottle >= 0.11.6
17 16 Url: http://pypi.python.org/pypi/mailman-api/
18   -
  17 +Release: 10
19 18 BuildRequires: python >= 2.7, python-devel >= 2.7, python-setuptools >= 0.9.8
  19 +BuildRequires: systemd-units
20 20  
21 21 %description
22 22 mailman-api
... ...
src/pkg-rpm/noosfero-deps/noosfero-deps.spec
1 1 Name: noosfero-deps
2 2 Version: 1.3
  3 +Release: 5.1
3 4 Summary: Ruby dependencies for Noosfero
4 5 Group: Development/Tools
5 6 License: Various
... ...
src/pkg-rpm/noosfero-spb/noosfero-spb.spec
1 1 Name: noosfero-spb
2   -Version: 4.2
3   -Release: 0
  2 +Version: 4.2.1
  3 +Release: 9.1
4 4 Summary: SPB-specific Noosfero plugins and themes
5 5 Group: Applications/Publishing
6 6 License: AGPLv3
... ...
src/pkg-rpm/noosfero/noosfero.spec
... ... @@ -2,8 +2,8 @@
2 2 %define cache_dirs javascripts/cache stylesheets/cache
3 3  
4 4 Name: noosfero
5   -Version: 1.3.1+spb1
6   -Release: 0
  5 +Version: 1.3.1+spb2
  6 +Release: 6.1
7 7 Summary: Social Networking Platform
8 8 Group: Applications/Publishing
9 9 License: AGPLv3
... ...
src/pkg-rpm/redis/redis.spec
... ... @@ -2,6 +2,7 @@
2 2 Summary: redis
3 3 Name: redis
4 4 Version: 2.8.17
  5 +Release: 2.1
5 6 License: BSD
6 7 Group: Applications/Multimedia
7 8 URL: http://redis.io/
... ...
src/pkg-rpm/solr/solr.spec
... ... @@ -7,6 +7,7 @@
7 7 Summary: Solr is the search platform from Apache Lucene project.
8 8 Name: solr
9 9 Version: 4.6.1
  10 +Release: 2.1
10 11  
11 12 License: Apache License, Version 2.0
12 13 Group: Applications/Internet
... ...
src/pkg-rpm/spawn-fcgi/spawn-fcgi.spec
1 1 Summary: Simple program for spawning FastCGI processes
2 2 Name: spawn-fcgi
3 3 Version: 1.6.3
  4 +Release: 6.1
4 5 License: BSD
5 6 Group: System Environment/Daemons
6 7 URL: http://redmine.lighttpd.net/projects/spawn-fcgi/
... ...
src/pkg-rpm/tango-icon-theme/tango-icon-theme.spec
... ... @@ -2,6 +2,7 @@
2 2  
3 3 Name: tango-icon-theme
4 4 Version: 0.8.90
  5 +Release: 2.1
5 6  
6 7 Summary: Tango Icon Library
7 8 License: Creative Commons Attribution Share-Alike license 2.5
... ...