You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
1.8 KiB
86 lines
1.8 KiB
|
|
%global framework libkexiv2
|
|
|
|
Name: kf5-libkexiv2
|
|
Summary: A wrapper around Exiv2 library
|
|
Version: 16.04.0
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
URL: https://quickgit.kde.org/?p=%{framework}.git
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
%if %{revision} >= 50
|
|
%global stable unstable
|
|
%else
|
|
%global stable stable
|
|
%endif
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-%{version}.tar.xz
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kf5-rpm-macros
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
BuildRequires: pkgconfig(exiv2)
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
%description
|
|
Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata
|
|
as EXIF IPTC and XMP.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: pkgconfig(Qt5Gui)
|
|
%description devel
|
|
%{summary}.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} ..
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%doc AUTHORS README
|
|
%license COPYING
|
|
%{_kf5_libdir}/libKF5KExiv2.so.*
|
|
|
|
%files devel
|
|
%{_kf5_libdir}/libKF5KExiv2.so
|
|
%{_kf5_includedir}/libkexiv2_version.h
|
|
%{_kf5_includedir}/KExiv2/
|
|
%{_kf5_libdir}/cmake/KF5KExiv2/
|
|
|
|
|
|
%changelog
|
|
* Fri Apr 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.0-1
|
|
- 16.04.0
|
|
|
|
* Wed Mar 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.03.80-1
|
|
- 16.03.80
|
|
|
|
* Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-1
|
|
- 15.12.3
|
|
|
|
* Mon Feb 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.2-1
|
|
- 15.12.2
|
|
|
|
* Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.1-1
|
|
- 15.12.1, first try
|
|
|