forked from pool/libixion
Accepting request 576923 from LibreOffice:Factory
- Rename python3 package to match up naming conventions - Install license file OBS-URL: https://build.opensuse.org/request/show/576923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libixion?expand=0&rev=13
This commit is contained in:
commit
7ab041e03f
@ -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
|
Wed Nov 29 12:44:50 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libixion
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -68,12 +68,14 @@ Requires: %{libname} = %{version}
|
|||||||
%description tools
|
%description tools
|
||||||
Tools to use ixion parser and interpreter from cli.
|
Tools to use ixion parser and interpreter from cli.
|
||||||
|
|
||||||
%package python3
|
%package -n python3-%{name}
|
||||||
Summary: Python bindings for libixion
|
Summary: Python bindings for libixion
|
||||||
Group: Productivity/Publishing/Word
|
Group: Productivity/Publishing/Word
|
||||||
Obsoletes: %{name}-python
|
Obsoletes: %{name}-python
|
||||||
|
# Renamed in 15.0
|
||||||
|
Provides: %{name}-python3 = %{version}
|
||||||
|
|
||||||
%description python3
|
%description -n python3-%{name}
|
||||||
Python 3 bindings for %{name}.
|
Python 3 bindings for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -97,6 +99,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
|
%license LICENSE
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -107,7 +110,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%files python3
|
%files -n python3-%{name}
|
||||||
%{python3_sitearch}/ixion.so
|
%{python3_sitearch}/ixion.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user