diff --git a/exempi-2.6.1.tar.gz b/exempi-2.6.1.tar.gz deleted file mode 100644 index e1249bf9401d285c7c6728a8aac7e6f3b4aa6ee9..0000000000000000000000000000000000000000 Binary files a/exempi-2.6.1.tar.gz and /dev/null differ diff --git a/exempi-2.6.3.tar.bz2 b/exempi-2.6.3.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..f29d99ff82c664bd4968590fb151395b904ec3fe Binary files /dev/null and b/exempi-2.6.3.tar.bz2 differ diff --git a/exempi.spec b/exempi.spec index cab1fa1888493bd10aad99d2ad10458d64077e8e..1b340d359452fceffb8de221733e0944b66d8b84 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,11 +1,11 @@ %define anolis_release 1 Summary: Library for easy parsing of XMP metadata Name: exempi -Version: 2.6.1 +Version: 2.6.3 Release: %{anolis_release}%{?dist} License: BSD URL: http://libopenraw.freedesktop.org/wiki/Exempi -Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz +Source0: https://gitlab.freedesktop.org/libopenraw/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ BuildRequires: boost-devel expat-devel zlib-devel pkgconfig BuildRequires: autoconf automake libtool @@ -17,9 +17,17 @@ Exempi provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{EVR} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %package devel Summary: Headers for developing programs that will use %{name} -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{EVR} Requires: pkgconfig %description devel @@ -27,7 +35,7 @@ This package contains the libraries and header files needed for developing with exempi. %prep -%setup -q +%autosetup -p1 %build libtoolize -vi @@ -49,11 +57,18 @@ make check rm -rf %{buildroot}%{_libdir}/*.la rm -rf %{buildroot}%{_libdir}/*.a +%generate_compatibility_deps + %files -%doc AUTHORS ChangeLog COPYING +%doc COPYING +%dir %{abidir} %{_bindir}/exempi %{_libdir}/libexempi.so.8* %{_mandir}/man1/exempi.1* +%{abidir}/libexempi.dump + +%files doc +%doc AUTHORS ChangeLog INSTALL NEWS README* %files devel %{_includedir}/exempi-2.0/ @@ -61,5 +76,8 @@ rm -rf %{buildroot}%{_libdir}/*.a %{_libdir}/pkgconfig/*.pc %changelog +* Tue Feb 07 2023 Kaihao Bai - 2.6.3-1 +- update version + * Tue Apr 12 2022 Zhongling He 2.6.1-1 - Init package from upstream v2.6.1