parent
0aef5d1789
commit
f94bc0c054
10
lensfun.spec
10
lensfun.spec
@ -6,7 +6,7 @@
|
||||
Name: lensfun
|
||||
Version: 0.3.2
|
||||
Summary: Library to rectify defects introduced by photographic lenses
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
|
||||
License: LGPLv3 and CC-BY-SA
|
||||
URL: http://lensfun.sourceforge.net/
|
||||
@ -38,7 +38,6 @@ BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: %{python3} %{python3}-devel
|
||||
%else
|
||||
Obsoletes: lensfun-python3 < %{version}-%{release}
|
||||
#Obsoletes: lensfun-python34 < %{version}-%{release}
|
||||
Obsoletes: lensfun-tools < %{version}-%{release}
|
||||
%endif
|
||||
# for rst2man, if INSTALL_HELPER_SCRIPTS != OFF
|
||||
@ -71,6 +70,10 @@ adapters in lensfun.
|
||||
%package -n %{python3}-lensfun
|
||||
Summary: Python3 lensfun bindings
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%if 0%{?rhel} == 7
|
||||
## pkgname changed in epel7 from python34- to python36-
|
||||
Obsoletes: python34-lensfun < %{version}-%{release}
|
||||
%endif
|
||||
%description -n %{python3}-lensfun
|
||||
%{summary}.
|
||||
|
||||
@ -167,8 +170,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 19 2019 Rex Dieter <rdieter@fedoraproject.org> - 0.3.2-19
|
||||
* Wed Jun 19 2019 Rex Dieter <rdieter@fedoraproject.org> - 0.3.2-20
|
||||
- use %%python3_pkgversion
|
||||
- epel7: Obsoletes: python34-lensfun (#1721810)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user