Commit 4eb7b9755dca10a8015bbe3ba948e0574d81a3a4
Exists in
master
and in
68 other branches
Merge branch 'copr-specs' into 'master'
Copr specs See merge request !58
Showing
18 changed files
with
23 additions
and
10 deletions
Show diff stats
src/pkg-rpm/bottle/bottle.spec
@@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
7 | Summary: Fast and simple WSGI-framework for small web-applications. | 7 | Summary: Fast and simple WSGI-framework for small web-applications. |
8 | Name: %{name} | 8 | Name: %{name} |
9 | Version: %{version} | 9 | Version: %{version} |
10 | +Release: 4.1 | ||
10 | Source0: %{name}-%{unmangled_version}.tar.gz | 11 | Source0: %{name}-%{unmangled_version}.tar.gz |
11 | License: MIT | 12 | License: MIT |
12 | Group: Development/Libraries | 13 | Group: Development/Libraries |
src/pkg-rpm/colab-deps/colab-deps.spec
1 | Summary: Collaboration platform for communities (Python dependencies) | 1 | Summary: Collaboration platform for communities (Python dependencies) |
2 | Name: colab-deps | 2 | Name: colab-deps |
3 | Version: 1.11.3 | 3 | Version: 1.11.3 |
4 | -Release: 0 | 4 | +Release: 25.1 |
5 | Source0: colab-deps-%{version}.tar.gz | 5 | Source0: colab-deps-%{version}.tar.gz |
6 | License: Various | 6 | License: Various |
7 | Group: Development/Tools | 7 | Group: Development/Tools |
src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec
src/pkg-rpm/colab/colab.spec
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | Summary: Collaboration platform for communities | 7 | Summary: Collaboration platform for communities |
8 | Name: %{name} | 8 | Name: %{name} |
9 | Version: %{version} | 9 | Version: %{version} |
10 | -Release: 0 | 10 | +Release: 18.1 |
11 | Source0: %{name}-%{version}.tar.gz | 11 | Source0: %{name}-%{version}.tar.gz |
12 | License: GPLv2 | 12 | License: GPLv2 |
13 | Group: Development/Tools | 13 | Group: Development/Tools |
src/pkg-rpm/fcgi/fcgi.spec
src/pkg-rpm/fcgiwrap/fcgiwrap.spec
1 | %global gitcommit 333ff99 | 1 | %global gitcommit 333ff99 |
2 | Name: fcgiwrap | 2 | Name: fcgiwrap |
3 | Version: 1.1.0 | 3 | Version: 1.1.0 |
4 | +Release: 3 | ||
4 | Summary: Simple FastCGI wrapper for CGI scripts | 5 | Summary: Simple FastCGI wrapper for CGI scripts |
5 | License: MIT | 6 | License: MIT |
6 | URL: http://nginx.localdomain.pl/ | 7 | URL: http://nginx.localdomain.pl/ |
@@ -8,7 +9,7 @@ Group: System Environment/Daemons | @@ -8,7 +9,7 @@ Group: System Environment/Daemons | ||
8 | 9 | ||
9 | Source0: fcgiwrap-%{version}.tar.gz | 10 | Source0: fcgiwrap-%{version}.tar.gz |
10 | 11 | ||
11 | -BuildRequires: autoconf | 12 | +BuildRequires: automake |
12 | BuildRequires: fcgi-devel | 13 | BuildRequires: fcgi-devel |
13 | Requires: spawn-fcgi | 14 | Requires: spawn-fcgi |
14 | 15 |
src/pkg-rpm/gitlab-deps/gitlab-deps.spec
src/pkg-rpm/gitlab-shell/gitlab-shell.spec
src/pkg-rpm/gitlab/gitlab.spec
src/pkg-rpm/libev/libev.spec
@@ -4,6 +4,7 @@ | @@ -4,6 +4,7 @@ | ||
4 | Name: libev | 4 | Name: libev |
5 | Summary: High-performance event loop/event model with lots of features | 5 | Summary: High-performance event loop/event model with lots of features |
6 | Version: 4.15 | 6 | Version: 4.15 |
7 | +Release: 5.1 | ||
7 | License: BSD or GPLv2+ | 8 | License: BSD or GPLv2+ |
8 | URL: http://software.schmorp.de/pkg/libev.html | 9 | URL: http://software.schmorp.de/pkg/libev.html |
9 | Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz | 10 | Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz |
src/pkg-rpm/mailman-api/mailman-api.spec
1 | %define name mailman-api | 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 | Summary: REST API daemon to interact with Mailman 2 | 5 | Summary: REST API daemon to interact with Mailman 2 |
7 | Name: %{name} | 6 | Name: %{name} |
@@ -15,8 +14,9 @@ BuildArch: noarch | @@ -15,8 +14,9 @@ BuildArch: noarch | ||
15 | Vendor: Sergio Oliveira <sergio@tracy.com.br> | 14 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
16 | Requires: mailman, python >= 2.7, python-paste >= 1.7.5.1, bottle >= 0.11.6 | 15 | Requires: mailman, python >= 2.7, python-paste >= 1.7.5.1, bottle >= 0.11.6 |
17 | Url: http://pypi.python.org/pypi/mailman-api/ | 16 | Url: http://pypi.python.org/pypi/mailman-api/ |
18 | - | 17 | +Release: 10 |
19 | BuildRequires: python >= 2.7, python-devel >= 2.7, python-setuptools >= 0.9.8 | 18 | BuildRequires: python >= 2.7, python-devel >= 2.7, python-setuptools >= 0.9.8 |
19 | +BuildRequires: systemd-units | ||
20 | 20 | ||
21 | %description | 21 | %description |
22 | mailman-api | 22 | mailman-api |
src/pkg-rpm/noosfero-deps/noosfero-deps.spec
src/pkg-rpm/noosfero-spb/noosfero-spb.spec
1 | Name: noosfero-spb | 1 | Name: noosfero-spb |
2 | Version: 4.2 | 2 | Version: 4.2 |
3 | -Release: 0 | 3 | +Release: 9.1 |
4 | Summary: SPB-specific Noosfero plugins and themes | 4 | Summary: SPB-specific Noosfero plugins and themes |
5 | Group: Applications/Publishing | 5 | Group: Applications/Publishing |
6 | License: AGPLv3 | 6 | License: AGPLv3 |
src/pkg-rpm/noosfero/noosfero.spec
@@ -2,8 +2,8 @@ | @@ -2,8 +2,8 @@ | ||
2 | %define cache_dirs javascripts/cache stylesheets/cache | 2 | %define cache_dirs javascripts/cache stylesheets/cache |
3 | 3 | ||
4 | Name: noosfero | 4 | Name: noosfero |
5 | -Version: 1.3.1+spb1 | ||
6 | -Release: 0 | 5 | +Version: 1.3.1+spb2 |
6 | +Release: 6.1 | ||
7 | Summary: Social Networking Platform | 7 | Summary: Social Networking Platform |
8 | Group: Applications/Publishing | 8 | Group: Applications/Publishing |
9 | License: AGPLv3 | 9 | License: AGPLv3 |
src/pkg-rpm/redis/redis.spec
src/pkg-rpm/solr/solr.spec
@@ -7,6 +7,7 @@ | @@ -7,6 +7,7 @@ | ||
7 | Summary: Solr is the search platform from Apache Lucene project. | 7 | Summary: Solr is the search platform from Apache Lucene project. |
8 | Name: solr | 8 | Name: solr |
9 | Version: 4.6.1 | 9 | Version: 4.6.1 |
10 | +Release: 2.1 | ||
10 | 11 | ||
11 | License: Apache License, Version 2.0 | 12 | License: Apache License, Version 2.0 |
12 | Group: Applications/Internet | 13 | Group: Applications/Internet |
src/pkg-rpm/spawn-fcgi/spawn-fcgi.spec
1 | Summary: Simple program for spawning FastCGI processes | 1 | Summary: Simple program for spawning FastCGI processes |
2 | Name: spawn-fcgi | 2 | Name: spawn-fcgi |
3 | Version: 1.6.3 | 3 | Version: 1.6.3 |
4 | +Release: 6.1 | ||
4 | License: BSD | 5 | License: BSD |
5 | Group: System Environment/Daemons | 6 | Group: System Environment/Daemons |
6 | URL: http://redmine.lighttpd.net/projects/spawn-fcgi/ | 7 | URL: http://redmine.lighttpd.net/projects/spawn-fcgi/ |
src/pkg-rpm/tango-icon-theme/tango-icon-theme.spec
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
2 | 2 | ||
3 | Name: tango-icon-theme | 3 | Name: tango-icon-theme |
4 | Version: 0.8.90 | 4 | Version: 0.8.90 |
5 | +Release: 2.1 | ||
5 | 6 | ||
6 | Summary: Tango Icon Library | 7 | Summary: Tango Icon Library |
7 | License: Creative Commons Attribution Share-Alike license 2.5 | 8 | License: Creative Commons Attribution Share-Alike license 2.5 |