liblensfun: require lliblensfun-tools [release 0.3.95-2mamba;Mon Feb 24 2020]
This commit is contained in:
parent
c278e907c7
commit
fbd0f9042e
@ -1,6 +1,6 @@
|
|||||||
Name: liblensfun
|
Name: liblensfun
|
||||||
Version: 0.3.2
|
Version: 0.3.95
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library to rectify the defects introduced by your photographic equipment
|
Summary: A library to rectify the defects introduced by your photographic equipment
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libglib-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
License: LGPL
|
License: LGPL
|
||||||
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,6 +41,15 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
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
|
%prep
|
||||||
%setup -q -n lensfun-%{version}
|
%setup -q -n lensfun-%{version}
|
||||||
|
|
||||||
@ -77,13 +87,25 @@ This package contains utility applications for %{name}.
|
|||||||
%{_libdir}/liblensfun.so
|
%{_libdir}/liblensfun.so
|
||||||
%{_libdir}/pkgconfig/lensfun.pc
|
%{_libdir}/pkgconfig/lensfun.pc
|
||||||
|
|
||||||
|
%files -n python-lensfun
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{python3_sitelib}/lensfun-%{version}-py*.egg-info
|
||||||
|
%{python3_sitelib}/lensfun/*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/g-lensfun-update-data
|
%{_bindir}/g-lensfun-update-data
|
||||||
%{_bindir}/lensfun-add-adapter
|
%{_bindir}/lensfun-add-adapter
|
||||||
%{_bindir}/lensfun-update-data
|
%{_bindir}/lensfun-update-data
|
||||||
|
%{_bindir}/lensfun-convert-lcp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user