|
|
@ -1,24 +1,18 @@
|
|
|
|
Summary: Library for extracting extra information from image files
|
|
|
|
Summary: Library for extracting extra information from image files
|
|
|
|
Name: libexif
|
|
|
|
Name: libexif
|
|
|
|
Version: 0.6.22
|
|
|
|
Version: 0.6.24
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 8%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
URL: https://libexif.github.io/
|
|
|
|
URL: https://libexif.github.io/
|
|
|
|
%global tarball_version %(echo %{version} | sed -e 's|\\.|_|g')
|
|
|
|
Source0: https://github.com/libexif/libexif/releases/download/v%{version}/libexif-%{version}.tar.bz2
|
|
|
|
Source0: https://github.com/libexif/libexif/archive/libexif-%{tarball_version}-release.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/libexif/libexif/commit/ce03ad7ef4e8aeefce79192bf5b6f69fae396f0c
|
|
|
|
|
|
|
|
Patch0: CVE-2020-0181-CVE-2020-0198.patch
|
|
|
|
|
|
|
|
# https://github.com/libexif/libexif/commit/9266d14b5ca4e29b970fa03272318e5f99386e06
|
|
|
|
|
|
|
|
Patch1: CVE-2020-0452.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Most digital cameras produce EXIF files, which are JPEG files with
|
|
|
|
Most digital cameras produce EXIF files, which are JPEG files with
|
|
|
@ -28,6 +22,7 @@ allows you to parse an EXIF file and read the data from those tags.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Files needed for libexif application development
|
|
|
|
Summary: Files needed for libexif application development
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The libexif-devel package contains the libraries and header files
|
|
|
|
The libexif-devel package contains the libraries and header files
|
|
|
|
for writing programs that use libexif.
|
|
|
|
for writing programs that use libexif.
|
|
|
@ -35,38 +30,34 @@ for writing programs that use libexif.
|
|
|
|
%package doc
|
|
|
|
%package doc
|
|
|
|
Summary: The EXIF Library API documentation
|
|
|
|
Summary: The EXIF Library API documentation
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
%description doc
|
|
|
|
API Documentation for programmers wishing to use libexif in their programs.
|
|
|
|
API Documentation for programmers wishing to use libexif in their programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n libexif-libexif-%{tarball_version}-release -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
autoreconf -fiv
|
|
|
|
autoreconf -fiv
|
|
|
|
|
|
|
|
iconv -f latin1 -t utf-8 < COPYING > COPYING.utf8; cp COPYING.utf8 COPYING
|
|
|
|
|
|
|
|
iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README
|
|
|
|
|
|
|
|
|
|
|
|
%configure \
|
|
|
|
|
|
|
|
--disable-static
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%configure --disable-static
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
rm -fv %{buildroot}%{_libdir}/lib*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{_datadir}/doc/libexif
|
|
|
|
rm -rf %{buildroot}%{_datadir}/doc/libexif
|
|
|
|
cp -R doc/doxygen-output/libexif-api.html .
|
|
|
|
|
|
|
|
iconv -f latin1 -t utf-8 < COPYING > COPYING.utf8; cp COPYING.utf8 COPYING
|
|
|
|
|
|
|
|
iconv -f latin1 -t utf-8 < README > README.utf8; cp README.utf8 README
|
|
|
|
|
|
|
|
%find_lang libexif-12
|
|
|
|
%find_lang libexif-12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
%make_build check
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f libexif-12.lang
|
|
|
|
%files -f libexif-12.lang
|
|
|
|
%doc README NEWS
|
|
|
|
%doc README NEWS
|
|
|
@ -79,16 +70,39 @@ make check
|
|
|
|
%{_libdir}/pkgconfig/libexif.pc
|
|
|
|
%{_libdir}/pkgconfig/libexif.pc
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%doc libexif-api.html
|
|
|
|
%doc doc/doxygen-output/libexif-api.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.22-6
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.6.24-8
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.24-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.24-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.24-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.24-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.24-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.24-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 30 2021 Yaakov Selkowitz <yselkowi@redhat.com> - 0.6.24-1
|
|
|
|
|
|
|
|
- 0.6.24 (#2026626)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 15 2021 Rex Dieter <rdieter@fedoraproject.org> - 0.6.23-1
|
|
|
|
|
|
|
|
- 0.6.23 (#2003457)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.22-5
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.22-5
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.22-4
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.22-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|