import lensfun-0.3.2-15.el8

This commit is contained in:
CentOS Sources 2021-05-18 03:01:56 -04:00 committed by Andrew Lukoshko
parent ee47fdb146
commit abc2cda380
2 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,13 @@
diff --git a/docs/doxyfile.in.cmake b/docs/doxyfile.in.cmake
index 235484b..c8791b9 100644
--- a/docs/doxyfile.in.cmake
+++ b/docs/doxyfile.in.cmake
@@ -958,7 +958,7 @@ HTML_COLORSTYLE_GAMMA = 80
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the

View File

@ -9,7 +9,7 @@
Name: lensfun Name: lensfun
Version: 0.3.2 Version: 0.3.2
Summary: Library to rectify defects introduced by photographic lenses Summary: Library to rectify defects introduced by photographic lenses
Release: 14%{?dist} Release: 15%{?dist}
License: LGPLv3 and CC-BY-SA License: LGPLv3 and CC-BY-SA
URL: http://lensfun.sourceforge.net/ URL: http://lensfun.sourceforge.net/
@ -29,6 +29,7 @@ Patch866: 0866-Pull-isnan-into-std-namespace-include-cmath-not-math.patch
## upstreamable patches ## upstreamable patches
# install manpages only when INSTALL_HELPER_SCRIPTS=ON # install manpages only when INSTALL_HELPER_SCRIPTS=ON
Patch200: lensfun-0.3.2-INSTALL_HELPER_SCRIPTS.patch Patch200: lensfun-0.3.2-INSTALL_HELPER_SCRIPTS.patch
Patch201: lensfun-0.3.2-HTML_TIMESTAMP_NO.patch
BuildRequires: cmake >= 2.8 BuildRequires: cmake >= 2.8
BuildRequires: doxygen BuildRequires: doxygen
@ -39,7 +40,7 @@ BuildRequires: pkgconfig(zlib)
BuildRequires: %{python3} %{python3}-devel BuildRequires: %{python3} %{python3}-devel
%else %else
Obsoletes: lensfun-python3 < %{version}-%{release} Obsoletes: lensfun-python3 < %{version}-%{release}
#Obsoletes: lensfun-python34 < %{version}-%{release} #Obsoletes: lensfun-python34 < %%{version}-%%{release}
Obsoletes: lensfun-tools < %{version}-%{release} Obsoletes: lensfun-tools < %{version}-%{release}
%endif %endif
# for rst2man, if INSTALL_HELPER_SCRIPTS != OFF # for rst2man, if INSTALL_HELPER_SCRIPTS != OFF
@ -93,6 +94,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%patch866 -p1 -b .0866 %patch866 -p1 -b .0866
%patch200 -p1 -b .INSTALL_HELPER_SCRIPTS %patch200 -p1 -b .INSTALL_HELPER_SCRIPTS
%patch201 -p1 -b .HTML_TIMESTAMP_NO
%if 0%{?python3:1} %if 0%{?python3:1}
sed -i.shbang \ sed -i.shbang \
@ -172,6 +174,10 @@ popd
%changelog %changelog
* Thu Jan 14 2021 Jiri Kucera <jkucera@redhat.com> - 0.3.2-15
- Fix undeclared file conflicts
Resolves: #1853149
* Sun Jul 22 2018 Charalampos Stratakis <cstratak@redhat.com> - 0.3.2-14 * Sun Jul 22 2018 Charalampos Stratakis <cstratak@redhat.com> - 0.3.2-14
- Change build dependency to python3-docutils - Change build dependency to python3-docutils