mirror of
https://abf.rosa.ru/djam/rhvoice.git
synced 2025-02-24 02:22:45 +00:00
Updated to 0.6-0.20170110.1
This commit is contained in:
parent
0a73fe8a89
commit
392f252a14
3 changed files with 15 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"RHVoice-0.5.tar.gz": decd4ce36ad6523f925a740494d72be56ddae571
|
rhvoice-81e388d.tar.xz: 4015ab95f0d878499987094c408e89a0d6662c3b
|
||||||
|
|
3
com.github.OlgaYakovleva.RHVoice.service
Normal file
3
com.github.OlgaYakovleva.RHVoice.service
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[D-BUS Service]
|
||||||
|
Name = com.github.OlgaYakovleva.RHVoice
|
||||||
|
Exec = @bindir@/RHVoice-service
|
15
rhvoice.spec
15
rhvoice.spec
|
@ -1,3 +1,6 @@
|
||||||
|
%define gitrev 81e388d
|
||||||
|
%define gitdate 20170110
|
||||||
|
|
||||||
%define oname RHVoice
|
%define oname RHVoice
|
||||||
|
|
||||||
%define major 2
|
%define major 2
|
||||||
|
@ -10,13 +13,14 @@
|
||||||
|
|
||||||
Summary: Free and open source speech synthesizer
|
Summary: Free and open source speech synthesizer
|
||||||
Name: rhvoice
|
Name: rhvoice
|
||||||
Version: 0.5
|
Version: 0.6
|
||||||
Release: 2
|
Release: 0.%{gitdate}.1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Sound
|
Group: Sound
|
||||||
Url: http://tiflo.info/rhvoice/
|
Url: http://tiflo.info/rhvoice/
|
||||||
# From git by tag https://github.com/Olga-Yakovleva/RHVoice/archive/%{version}.tar.gz
|
# 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: scons
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
BuildRequires: pkgconfig(ao)
|
BuildRequires: pkgconfig(ao)
|
||||||
|
@ -96,7 +100,7 @@ Development files for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %{oname}-%{version}
|
%setup -qn %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
scons \
|
scons \
|
||||||
|
@ -113,3 +117,6 @@ scons \
|
||||||
sysconfdir=%{_sysconfdir} \
|
sysconfdir=%{_sysconfdir} \
|
||||||
DESTDIR=%{buildroot} \
|
DESTDIR=%{buildroot} \
|
||||||
install
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue