|
@@ -3,7 +3,7 @@
|
|
|
Name: exiv2
|
|
|
Summary: Exif and IPTC metadata manipulation library
|
|
|
Summary(ja): Exif, IPTC メタデータ操作ライブラリ
|
|
|
-Version: 0.27.3
|
|
|
+Version: 0.27.4
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -86,16 +86,15 @@ exiv2 用ヘッダファイル,ライブラリ,開発用ドキュメント
|
|
|
-DEXIV2_ENABLE_NLS:BOOL=ON \
|
|
|
-DEXIV2_BUILD_PO:BOOL=ON \
|
|
|
-DEXIV2_BUILD_SAMPLES:BOOL=OFF \
|
|
|
- -DEXIV2_ENABLE_LIBXMP:BOOL=ON \
|
|
|
- .
|
|
|
+ -DEXIV2_ENABLE_LIBXMP:BOOL=ON
|
|
|
|
|
|
-make %{?_smp_mflags}
|
|
|
+%cmake_build
|
|
|
|
|
|
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
-make install/fast DESTDIR=%{buildroot}
|
|
|
+%cmake_install
|
|
|
|
|
|
%find_lang exiv2 --with-man
|
|
|
|
|
@@ -114,10 +113,6 @@ chmod a+x $RPM_BUILD_ROOT%{_libdir}/lib*.so.*
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
-
|
|
|
-
|
|
|
%files -f %{name}.lang
|
|
|
%defattr(-,root,root,-)
|
|
|
%license COPYING*
|
|
@@ -140,6 +135,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jun 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.27.4-1
|
|
|
+- new upstream release.
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
+
|
|
|
* Sat Sep 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.27.3-1
|
|
|
- new upstream release.
|
|
|
|