From d641e92acc57cfe2a40f642ac6d1a8883b2e3dc8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 15 May 2024 21:04:41 +0200 Subject: [PATCH] use gittag from version instead of master [release 20200330_fe05a0-2mamba;Wed May 15 2024] --- mbrola-voices.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/mbrola-voices.spec b/mbrola-voices.spec index e76cda7..a9fa2f3 100644 --- a/mbrola-voices.spec +++ b/mbrola-voices.spec @@ -1,20 +1,19 @@ +%define gittag %(echo %version | cut -d_ -f2) Name: mbrola-voices -Version: 20191027git -Release: 1mamba +Version: 20200330_fe05a0 +Release: 2mamba Summary: Data files of mbrola speech synthesizer voices Group: System/Multimedia Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/numediart/MBROLA-voices.git -## GITSOURCE https://github.com/numediart/MBROLA-voices.git master -Source: https://github.com/numediart/MBROLA-voices.git/master/MBROLA-voices-%{version}.tar.bz2 +URL: https://github.com/numediart/MBROLA-voices +Source: https://github.com/numediart/MBROLA-voices.git/master@%{gittag}/MBROLA-voices-%{version}.tar.bz2 License: Affero GNU Public License ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildArch: noarch Requires: mbrola -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Data files of mbrola speech synthesizer voices. @@ -41,5 +40,11 @@ cp -a en1 it3 it4 %{buildroot}%{_datadir}/mbrola/ %doc LICENSE.md %changelog +* Wed May 15 2024 Silvan Calarco 20200330_fe05a0-2mamba +- use gittag from version instead of master + +* Sat Dec 02 2023 Automatic Build System 20200330_fe05a0-1mamba +- automatic version update by autodist + * Sun Oct 27 2019 Silvan Calarco 20191027git-1mamba - package created using the webbuild interface