From 27568b8f9b4c8dd5ae40ea1a93fe67eef2764d2c Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Feb 16 2018 09:25:34 +0000 Subject: Fix directory ownership --- diff --git a/gtts-token.spec b/gtts-token.spec index e5de587..febcc5a 100644 --- a/gtts-token.spec +++ b/gtts-token.spec @@ -4,7 +4,7 @@ Name: gtts-token Version: 1.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Calculates a token to run the Google Translate text to speech # LICENSE file is currently missing, already reported upstream # https://github.com/Boudewijn26/gTTS-token/issues/5 @@ -72,14 +72,17 @@ cp %{SOURCE1} . %files -n python2-gtts-token %license LICENSE %{python_sitelib}/gTTS_token-* -%{python_sitelib}/gtts_token/* +%{python_sitelib}/gtts_token/ %files -n python3-gtts-token %license LICENSE %{python3_sitelib}/gTTS_token-* -%{python3_sitelib}/gtts_token/* +%{python3_sitelib}/gtts_token/ %changelog +* Fri Feb 16 2018 2018 Lumír Balhar - 1.1.1-6 +- Fix directory ownership + * Wed Feb 07 2018 Fedora Release Engineering - 1.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild