diff --git a/libvisual.spec b/libvisual.spec index 85e0eb2..f34d1ce 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,8 +1,8 @@ -%define smallversion 0.4 +%global smallversion 0.4 Name: libvisual Version: 0.4.0 -Release: 18%{?dist} +Release: 19%{?dist} Epoch: 1 Summary: Abstraction library for audio visualisation plugins Group: Applications/Multimedia @@ -63,12 +63,11 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %postun -p /sbin/ldconfig %files -f %{name}-%{smallversion}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS README TODO +%doc AUTHORS ChangeLog NEWS README TODO +%license COPYING %{_libdir}/*.so.* %files devel -%defattr(-,root,root,-) %doc README NEWS TODO AUTHORS %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc @@ -76,6 +75,9 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %changelog +* Tue Jan 19 2016 Tom Callaway - 1:0.4.0-19 +- spec file cleanups + * Wed Jun 17 2015 Fedora Release Engineering - 1:0.4.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild