automatic version update by autodist [release 21.04.0-1mamba;Sat Apr 24 2021]
This commit is contained in:
parent
0feb12cfb5
commit
3293354c1d
@ -1,5 +1,5 @@
|
||||
Name: libkexiv2
|
||||
Version: 20.12.3
|
||||
Version: 21.04.0
|
||||
Release: 1mamba
|
||||
Summary: A wrapper library around Exiv2 library
|
||||
Group: Graphical Desktop/Libraries/KDE
|
||||
@ -11,7 +11,6 @@ Source: http://download.kde.org/stable/release-service/%{version}/src/lib
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libexiv2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqt5-devel
|
||||
@ -19,7 +18,7 @@ BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Provides: libkexiv2_5
|
||||
Obsoletes: libkexiv2_5
|
||||
Obsoletes: libkexiv2_5 < 21.04.0
|
||||
|
||||
%description
|
||||
Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP.
|
||||
@ -33,7 +32,7 @@ Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libkexiv2_5-devel
|
||||
Obsoletes: libkexiv2_5-devel
|
||||
Obsoletes: libkexiv2_5-devel < 21.04.0
|
||||
|
||||
%description devel
|
||||
Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP.
|
||||
@ -41,8 +40,7 @@ Metadata interface follow this paper:
|
||||
http://www.metadataworkinggroup.com/pdf/mwg_guidance.pdf
|
||||
This library is used by kipi-plugins, digiKam and others kipi host programs.
|
||||
The library documentation is available on header files.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -64,19 +62,15 @@ This package contains static libraries and header files need for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/libKF5KExiv2.so.*
|
||||
%{_datadir}/qlogging-categories5/libkexiv2.categories
|
||||
%doc AUTHORS COPYING COPYING.LIB
|
||||
%doc AUTHORS LICENSES
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -92,6 +86,9 @@ exit 0
|
||||
%doc README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Apr 24 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user