diff --git a/libusbmuxd.spec b/libusbmuxd.spec index 33f458afec004ee99af196e78a18915085c8ba44..556a07b6a31b72c5c0cc610c80b112ec7e16804c 100644 --- a/libusbmuxd.spec +++ b/libusbmuxd.spec @@ -1,6 +1,8 @@ +%define anolis_release .0.1 + Name: libusbmuxd Version: 1.0.10 -Release: 9%{?dist} +Release: 9%{anolis_release}%{?dist} Summary: Client library USB multiplex daemon for Apple's iOS devices Group: System Environment/Libraries @@ -34,6 +36,14 @@ Obsoletes: usbmuxd-devel < 1.0.9 %description devel Files for development with %{name}. +%package doc +Summary: Documents for %{name} +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +Doc pages for %{name}. + %prep %setup -q %patch0 -p1 -b .soc @@ -62,7 +72,6 @@ make check %files %{!?_licensedir:%global license %%doc} %license COPYING -%doc README AUTHORS %{_libdir}/libusbmuxd.so.4* %files utils @@ -73,7 +82,13 @@ make check %{_libdir}/pkgconfig/libusbmuxd.pc %{_libdir}/libusbmuxd.so +%files doc +%doc README AUTHORS + %changelog +* Tue Jul 19 2022 Zhao Hang - 1.0.10-9.0.1 +- Add doc sub package + * Wed Feb 07 2018 Fedora Release Engineering - 1.0.10-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild