Update URLs and modernise spec

epel9
Peter Robinson 13 years ago
parent af00eb2b77
commit e6d5f5fbba

@ -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 <pbrobinson@fedoraproject.org> - 0.10-5
- Update URLs and modernise spec
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Loading…
Cancel
Save