diff --git a/python-gstreamer1.spec b/python-gstreamer1.spec index 0fc15b9..cc27064 100644 --- a/python-gstreamer1.spec +++ b/python-gstreamer1.spec @@ -79,13 +79,15 @@ popd find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %files -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{python2_sitearch}/gi/overrides/* %{_libdir}/gstreamer-1.0/libgstpythonplugin.so %if 0%{?with_python3} %files -n python3-gstreamer1 -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{python3_sitearch}/gi/overrides/* %{_libdir}/gstreamer-1.0/libgstpythonplugin.*.so @@ -95,6 +97,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' * Sat Aug 15 2015 Kalev Lember - 1.5.2-1 - Update to 1.5.2 - Use libdir macro instead of hardcoding lib64 +- Use license macro for COPYING files * Thu Jun 18 2015 Fedora Release Engineering - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild