Updated to 0.6-0.20170110.1

This commit is contained in:
Алзим 2017-01-10 05:29:27 +03:00
parent 0a73fe8a89
commit 392f252a14
3 changed files with 15 additions and 5 deletions

View file

@ -1,2 +1,2 @@
sources:
"RHVoice-0.5.tar.gz": decd4ce36ad6523f925a740494d72be56ddae571
rhvoice-81e388d.tar.xz: 4015ab95f0d878499987094c408e89a0d6662c3b

View file

@ -0,0 +1,3 @@
[D-BUS Service]
Name = com.github.OlgaYakovleva.RHVoice
Exec = @bindir@/RHVoice-service

View file

@ -1,3 +1,6 @@
%define gitrev 81e388d
%define gitdate 20170110
%define oname RHVoice
%define major 2
@ -10,13 +13,14 @@
Summary: Free and open source speech synthesizer
Name: rhvoice
Version: 0.5
Release: 2
Version: 0.6
Release: 0.%{gitdate}.1
License: GPLv3+
Group: Sound
Url: http://tiflo.info/rhvoice/
# From git by tag https://github.com/Olga-Yakovleva/RHVoice/archive/%{version}.tar.gz
Source0: %{oname}-%{version}.tar.gz
Source0: %{name}-%{gitrev}.tar.xz
Source1: com.github.OlgaYakovleva.RHVoice.service
BuildRequires: scons
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(ao)
@ -96,7 +100,7 @@ Development files for %{name}.
%prep
%setup -qn %{oname}-%{version}
%setup -qn %{name}
%build
scons \
@ -113,3 +117,6 @@ scons \
sysconfdir=%{_sysconfdir} \
DESTDIR=%{buildroot} \
install
mkdir -p %{buildroot}%{_datadir}/dbus-1/services/com.github.OlgaYakovleva.RHVoice.service
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/dbus-1/services/com.github.OlgaYakovleva.RHVoice.service