diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..785e887 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/seren.spec b/seren.spec new file mode 100644 index 0000000..9b48b98 --- /dev/null +++ b/seren.spec @@ -0,0 +1,68 @@ +Name: seren +Version: 0.0.21 +Release: 2%{?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 +* Fri Jun 19 2015 Fedora Release Engineering - 0.0.21-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Apr 02 2015 Francesco Frassinelli - 0.0.21-1 +- Version bump + +* Sun Sep 14 2014 Francesco Frassinelli - 0.0.20-1 +- Version bump + +* Mon Aug 18 2014 Fedora Release Engineering - 0.0.19-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Aug 01 2014 Francesco Frassinelli - 0.0.19-1 +- Version bump + +* Sun Jun 08 2014 Fedora Release Engineering - 0.0.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu May 29 2014 Francesco Frassinelli - 0.0.18-1 +- Version bump + +* Sat Jan 18 2014 Francesco Frassinelli - 0.0.17-1 +- Version bump + +* Mon Jan 06 2014 Francesco Frassinelli - 0.0.16-1 +- Initial build diff --git a/sources b/sources new file mode 100644 index 0000000..4bba4be --- /dev/null +++ b/sources @@ -0,0 +1 @@ +9a0e31e68c682ea5b45efab86246448b seren-0.0.21.tar.gz