diff --git a/festival-freebsoft-utils.spec b/festival-freebsoft-utils.spec index 0a9379c..caaee52 100644 --- a/festival-freebsoft-utils.spec +++ b/festival-freebsoft-utils.spec @@ -1,13 +1,13 @@ Name: festival-freebsoft-utils Version: 0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of utilities that enhance Festival with some useful features Group: System Environment/Libraries BuildArch: noarch License: GPLv2+ URL: http://www.freebsoft.org/festival-freebsoft-utils -Source0: http://www.freebsoft.org/pub/projects/%{name}/%{name}-%{version}.tar.gz +Source0: http://devel.freebsoft.org/pub/projects/%{name}/%{name}-%{version}.tar.gz BuildRequires: festival @@ -41,24 +41,21 @@ Key festival-freebsoft-utils features are: %build %install -rm -rf %{buildroot} - mkdir -p %{buildroot}/%{_datadir}/festival/lib/ cp -p *.scm %{buildroot}/%{_datadir}/festival/lib/ -%clean -rm -rf %{buildroot} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc COPYING NEWS README %{_datadir}/festival/lib/*.scm %changelog +* Sat Sep 1 2012 Peter Robinson - 0.10-5 +- Update URLs and modernise spec + * Thu Jul 19 2012 Fedora Release Engineering - 0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild