diff --git a/libixion.changes b/libixion.changes index e1873c9..661d849 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 15 08:19:15 UTC 2018 - tchvatal@suse.com + +- Rename python3 package to match up naming conventions +- Install license file + ------------------------------------------------------------------- Wed Nov 29 12:44:50 UTC 2017 - tchvatal@suse.com diff --git a/libixion.spec b/libixion.spec index b8a804d..3f9f49a 100644 --- a/libixion.spec +++ b/libixion.spec @@ -1,7 +1,7 @@ # # spec file for package libixion # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -68,12 +68,14 @@ Requires: %{libname} = %{version} %description tools Tools to use ixion parser and interpreter from cli. -%package python3 +%package -n python3-%{name} Summary: Python bindings for libixion Group: Productivity/Publishing/Word Obsoletes: %{name}-python +# Renamed in 15.0 +Provides: %{name}-python3 = %{version} -%description python3 +%description -n python3-%{name} Python 3 bindings for %{name}. %prep @@ -97,6 +99,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} +%license LICENSE %{_libdir}/*.so.* %files devel @@ -107,7 +110,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %files tools %{_bindir}/* -%files python3 +%files -n python3-%{name} %{python3_sitearch}/ixion.so %changelog