mirror of
https://abf.rosa.ru/djam/jitsi.git
synced 2025-02-23 16:42:54 +00:00
Update to 2.2
This commit is contained in:
parent
d0f84367c8
commit
8eb71693e4
2 changed files with 5 additions and 3 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,3 +1,4 @@
|
|||
sources:
|
||||
jitsi-src-1.0-latest.zip: b21166e30103bd0440ac722cbb53bdcdc7c179d7
|
||||
jitsi-src-2.0-latest.zip: 3726f1db2d2d5c989de2d2e2aac6c77289a2840c
|
||||
jitsi-src-2.2.4603.9615.zip: f94c36c2759184cc94b4029dde08c35efbe5a547
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
%define debug_package %nil
|
||||
%define label 4603.9615
|
||||
|
||||
Name: jitsi
|
||||
Version: 2.0
|
||||
Version: 2.2
|
||||
Release: 2
|
||||
Summary: Jitsi - Open Source Video Calls and Chat
|
||||
Group: Communications
|
||||
License: LGPLv2+
|
||||
URL: https://www.jitsi.org
|
||||
Source: http://download.jitsi.org/jitsi/nightly/src/%{name}-src-%{version}-latest.zip
|
||||
Source: http://download.jitsi.org/jitsi/nightly/src/%{name}-src-%{version}.%{label}.zip
|
||||
BuildRoot: %{_topdir}/buildroot
|
||||
AutoReqProv: no
|
||||
BuildRequires: java-devel
|
||||
|
@ -28,7 +29,7 @@ freely available under the terms of the GNU Lesser General Public License.
|
|||
%setup -q -n jitsi
|
||||
|
||||
%build
|
||||
ant -Dlabel=4506.10553 rebuild
|
||||
ant -Dlabel=%{label} rebuild
|
||||
|
||||
%install
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
|
|
Loading…
Add table
Reference in a new issue