From fbd0f9042ebf8c179e253171a6716314e33a8bdf Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:58:02 +0100 Subject: [PATCH] liblensfun: require lliblensfun-tools [release 0.3.95-2mamba;Mon Feb 24 2020] --- liblensfun.spec | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/liblensfun.spec b/liblensfun.spec index dbe3df1..cbecdff 100644 --- a/liblensfun.spec +++ b/liblensfun.spec @@ -1,6 +1,6 @@ Name: liblensfun -Version: 0.3.2 -Release: 1mamba +Version: 0.3.95 +Release: 2mamba Summary: A library to rectify the defects introduced by your photographic equipment Group: System/Libraries Vendor: openmamba @@ -16,6 +16,7 @@ BuildRequires: libglib-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END License: LGPL +Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -40,6 +41,15 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description tools This package contains utility applications for %{name}. +%package -n python-lensfun +Group: System/Libraries/Python +Summary: Pythno bindings for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: python3 + +%description -n python-lensfun +This package contains the python binding for %{name}. + %prep %setup -q -n lensfun-%{version} @@ -77,13 +87,25 @@ This package contains utility applications for %{name}. %{_libdir}/liblensfun.so %{_libdir}/pkgconfig/lensfun.pc +%files -n python-lensfun +%defattr(-,root,root) +%{python3_sitelib}/lensfun-%{version}-py*.egg-info +%{python3_sitelib}/lensfun/* + %files tools %defattr(-,root,root) %{_bindir}/g-lensfun-update-data %{_bindir}/lensfun-add-adapter %{_bindir}/lensfun-update-data +%{_bindir}/lensfun-convert-lcp %changelog +* Mon Feb 24 2020 Silvan Calarco 0.3.95-2mamba +- liblensfun: require lliblensfun-tools + +* Sun Feb 02 2020 Automatic Build System 0.3.95-1mamba +- automatic version update by autodist + * Tue Feb 16 2016 Automatic Build System 0.3.2-1mamba - automatic version update by autodist