Compare commits

..

4 commits

Author SHA1 Message Date
Francesco Frassinelli
fcde04b9f1 Merge branch 'master' into el6 2015-04-02 13:10:06 +02:00
Francesco Frassineli
4de30a5873 Merge branch 'master' into el6 2014-09-15 13:20:27 +02:00
Francesco Frassineli
bbcefb8b1b Version bump 2014-08-01 15:30:06 +02:00
Francesco Frassineli
fc887e2c7f Version bump 2014-05-29 15:57:47 +02:00
4 changed files with 72 additions and 1 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
/seren-0.0.16.tar.gz
/seren-0.0.17.tar.gz
/seren-0.0.18.tar.gz
/seren-0.0.19.tar.gz
/seren-0.0.20.tar.gz
/seren-0.0.21.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

65
seren.spec Normal file
View file

@ -0,0 +1,65 @@
Name: seren
Version: 0.0.21
Release: 1%{?dist}
Summary: Simple VoIP program to create conferences from the terminal
Group: Applications/Internet
License: GPLv3+
URL: http://holdenc.altervista.org/seren/
Source: http://holdenc.altervista.org/seren/downloads/%{name}-%{version}.tar.gz
BuildRequires: alsa-lib-devel
BuildRequires: opus-devel
BuildRequires: ncurses-devel
BuildRequires: gmp-devel
%description
Seren is a simple VoIP program based on the Opus codec that allows you
to create a voice conference from the terminal, with up to 10
participants, without having to register accounts, exchange emails, or
add people to contact lists.
All you need to join an existing conference is the host name or IP
address of one of the participants.
Seren creates a dynamic peer-to-peer network of equivalent nodes which
exchange text and audio data using a UDP connection, and offers the
user the ability to change the quality/bitrate on the fly, encrypt the
traffic and record the calls.
%prep
%setup -q
%build
%configure --enable-default-pulse
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%files
%{_bindir}/seren
%{_mandir}/man1/seren.1.gz
%doc COPYING README BUGS TODO Changelog
%changelog
* Thu Apr 02 2015 Francesco Frassinelli <fraph24@gmail.com> - 0.0.21-1
- Version bump
* Sun Sep 14 2014 Francesco Frassinelli <fraph24@gmail.com> - 0.0.20-1
- Version bump
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Fri Aug 01 2014 Francesco Frassinelli <fraph24@gmail.com> - 0.0.19-1
- Version bump
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu May 29 2014 Francesco Frassinelli <frafra@fedoraproject.org> - 0.0.18-1
- Version bump
* Sat Jan 18 2014 Francesco Frassinelli <frafra@fedoraproject.org> - 0.0.17-1
- Version bump
* Mon Jan 06 2014 Francesco Frassinelli <frafra@fedoraproject.org> - 0.0.16-1
- Initial build

1
sources Normal file
View file

@ -0,0 +1 @@
9a0e31e68c682ea5b45efab86246448b seren-0.0.21.tar.gz