liblensfun: require lliblensfun-tools [release 0.3.95-2mamba;Mon Feb 24 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 04:58:02 +01:00
parent c278e907c7
commit fbd0f9042e

View File

@ -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 <silvan.calarco@mambasoft.it> 0.3.95-2mamba
- liblensfun: require lliblensfun-tools
* Sun Feb 02 2020 Automatic Build System <autodist@mambasoft.it> 0.3.95-1mamba
- automatic version update by autodist
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
- automatic version update by autodist