0.28.0
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
parent
9b414ce8c8
commit
cc89acdb97
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/exiv2-0.27.5-RC3.tar.gz
|
/exiv2-0.27.5-RC3.tar.gz
|
||||||
/exiv2-0.27.5-Source.tar.gz
|
/exiv2-0.27.5-Source.tar.gz
|
||||||
/exiv2-0.27.6-Source.tar.gz
|
/exiv2-0.27.6-Source.tar.gz
|
||||||
|
/exiv2-0.28.0-Source.tar.gz
|
||||||
|
15
exiv2.spec
15
exiv2.spec
@ -3,16 +3,16 @@
|
|||||||
|
|
||||||
Summary: Exif and Iptc metadata manipulation library
|
Summary: Exif and Iptc metadata manipulation library
|
||||||
Name: exiv2
|
Name: exiv2
|
||||||
Version: 0.27.6
|
Version: 0.28.0
|
||||||
%global internal_ver %{version}
|
%global internal_ver %{version}
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://www.exiv2.org/
|
URL: http://www.exiv2.org/
|
||||||
%if 0%{?beta:1}
|
%if 0%{?beta:1}
|
||||||
Source0: https://github.com/Exiv2/exiv2/archive/v%{version}-%{beta}/%{name}-%{version}-%{beta}.tar.gz
|
Source0: https://github.com/Exiv2/exiv2/archive/v%{version}-%{beta}/%{name}-%{version}-%{beta}.tar.gz
|
||||||
%else
|
%else
|
||||||
Source0: http://exiv2.org/builds/%{name}-%{version}-Source.tar.gz
|
Source0: https://github.com/Exiv2/exiv2/releases/download/v%{version}/%{name}-%{version}-Source.tar.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
@ -24,6 +24,8 @@ BuildRequires: expat-devel
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: brotli-devel
|
||||||
|
BuildRequires: inih-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
# docs
|
# docs
|
||||||
BuildRequires: doxygen graphviz libxslt
|
BuildRequires: doxygen graphviz libxslt
|
||||||
@ -107,7 +109,7 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
|
|||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%{_libdir}/libexiv2.so.27*
|
%{_libdir}/libexiv2.so.28*
|
||||||
%{_libdir}/libexiv2.so.%{internal_ver}
|
%{_libdir}/libexiv2.so.%{internal_ver}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -115,14 +117,15 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
|
|||||||
%{_libdir}/libexiv2.so
|
%{_libdir}/libexiv2.so
|
||||||
%{_libdir}/pkgconfig/exiv2.pc
|
%{_libdir}/pkgconfig/exiv2.pc
|
||||||
%{_libdir}/cmake/exiv2/
|
%{_libdir}/cmake/exiv2/
|
||||||
# todo: -static subpkg? -- rex
|
|
||||||
%{_libdir}/libexiv2-xmp.a
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%{_pkgdocdir}/
|
%{_pkgdocdir}/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 21 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.28.0-1
|
||||||
|
- 0.28.0
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.6-5
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.6-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (exiv2-0.27.6-Source.tar.gz) = 045d7fb391202b53897336094812600680141a292367a9194e9529bccb8ab54465190ea0f0636970114402a38840b33b2fcf2edf7b6c616f3e585fa295a887a4
|
SHA512 (exiv2-0.28.0-Source.tar.gz) = 5c523ee8c2156417df978048e8e5c5009f77b05eb546ca7063c00dd4f468aa89b1aa60fe4411a638bcf75adc72042bb2ecb3c023b5367f6b756f486c00776dfb
|
||||||
|
Loading…
Reference in New Issue
Block a user