Revert "0.28.0"
This reverts commit cc89acdb97.
Version 0.28.0 was never built. Reverting this commit prevents it
from accidentally being built and causing issues during the upcoming
mass rebuild.
This commit is contained in:
parent
cc89acdb97
commit
af076b4841
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,4 +8,3 @@
|
||||
/exiv2-0.27.5-RC3.tar.gz
|
||||
/exiv2-0.27.5-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
|
||||
Name: exiv2
|
||||
Version: 0.28.0
|
||||
Version: 0.27.6
|
||||
%global internal_ver %{version}
|
||||
Release: 1%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://www.exiv2.org/
|
||||
%if 0%{?beta:1}
|
||||
Source0: https://github.com/Exiv2/exiv2/archive/v%{version}-%{beta}/%{name}-%{version}-%{beta}.tar.gz
|
||||
%else
|
||||
Source0: https://github.com/Exiv2/exiv2/releases/download/v%{version}/%{name}-%{version}-Source.tar.gz
|
||||
Source0: http://exiv2.org/builds/%{name}-%{version}-Source.tar.gz
|
||||
%endif
|
||||
|
||||
## upstream patches
|
||||
@ -24,8 +24,6 @@ BuildRequires: expat-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: brotli-devel
|
||||
BuildRequires: inih-devel
|
||||
BuildRequires: zlib-devel
|
||||
# docs
|
||||
BuildRequires: doxygen graphviz libxslt
|
||||
@ -109,7 +107,7 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%files libs
|
||||
%{_libdir}/libexiv2.so.28*
|
||||
%{_libdir}/libexiv2.so.27*
|
||||
%{_libdir}/libexiv2.so.%{internal_ver}
|
||||
|
||||
%files devel
|
||||
@ -117,15 +115,14 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
|
||||
%{_libdir}/libexiv2.so
|
||||
%{_libdir}/pkgconfig/exiv2.pc
|
||||
%{_libdir}/cmake/exiv2/
|
||||
# todo: -static subpkg? -- rex
|
||||
%{_libdir}/libexiv2-xmp.a
|
||||
|
||||
%files doc
|
||||
%{_pkgdocdir}/
|
||||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (exiv2-0.28.0-Source.tar.gz) = 5c523ee8c2156417df978048e8e5c5009f77b05eb546ca7063c00dd4f468aa89b1aa60fe4411a638bcf75adc72042bb2ecb3c023b5367f6b756f486c00776dfb
|
||||
SHA512 (exiv2-0.27.6-Source.tar.gz) = 045d7fb391202b53897336094812600680141a292367a9194e9529bccb8ab54465190ea0f0636970114402a38840b33b2fcf2edf7b6c616f3e585fa295a887a4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user