diff --git a/svxlink.spec b/svxlink.spec index 9d41746..da5e9b1 100644 --- a/svxlink.spec +++ b/svxlink.spec @@ -2,13 +2,11 @@ Name: svxlink Epoch: 2 Version: %{main_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Repeater controller and EchoLink (simplex or repeater) Group: Applications/Internet -#files contained in sounds package are licensed under GPLv2 -#the rest of files are licensed under GPLv2+ -License: GPLv2 and GPLv2+ +License: GPLv2+ URL: http://www.svxlink.net Source0: https://github.com/sm0svx/svxlink/archive/%{version}.tar.gz Source1: https://github.com/sm0svx/svxlink-sounds-en_US-heather/releases/download/14.08/%{name}-sounds-en_US-heather-16k-13.12.tar.bz2 @@ -282,10 +280,16 @@ exit 0 %{_mandir}/man1/siglevdetcal.*.* %{_mandir}/man5/* %attr(755,svxlink,daemon) %dir %{_localstatedir}/spool/svxlink -%attr(755,svxlink,daemon) %dir %{_localstatedir}/spool/svxlink/{propagation_monitor,qso_recorder,voice_mail} +%attr(755,svxlink,daemon) %dir %{_localstatedir}/spool/svxlink/propagation_monitor +%attr(755,svxlink,daemon) %dir %{_localstatedir}/spool/svxlink/qso_recorder +%attr(755,svxlink,daemon) %dir %{_localstatedir}/spool/svxlink/voice_mail %ghost %{_localstatedir}/log/svxlink %changelog +* Thu Aug 20 2015 Lucian Langa - 2:14.08.1-2 +- fix permmissions under spool dir +- update license + * Wed Aug 05 2015 Lucian Langa - 2:14.08.1-1 - disable parallel builds - add tmpdir configs