commit 41b748eff4da9d78a78397a3ba8f31b9b99cc719 Author: tigro Date: Wed Jan 15 12:33:25 2025 +0300 import libtatsu-1.0.3-1.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a27282d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libtatsu-1.0.3.tar.bz2 diff --git a/.libtatsu.metadata b/.libtatsu.metadata new file mode 100644 index 0000000..a05e773 --- /dev/null +++ b/.libtatsu.metadata @@ -0,0 +1 @@ +b83643b5c10658fed9e15d025276959700679e33 SOURCES/libtatsu-1.0.3.tar.bz2 diff --git a/SPECS/libtatsu.spec b/SPECS/libtatsu.spec new file mode 100644 index 0000000..34aadfc --- /dev/null +++ b/SPECS/libtatsu.spec @@ -0,0 +1,64 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +Name: libtatsu +Version: 1.0.3 +Release: %autorelease +Summary: Library handling the communication with Apple's TSS + +License: LGPL-2.1-only +URL: https://github.com/libimobiledevice/libtatsu +Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.bz2 + +BuildRequires: gcc +BuildRequires: make +BuildRequires: libplist-devel +BuildRequires: libcurl-devel + +%description +The libtatsu library allows creating TSS request payloads, sending them to +Apple's TSS server, and retrieving and processing the response. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%autosetup -p1 + +%build +%configure --disable-static +%make_build + +%install +%make_install + +%files +%license COPYING +%doc NEWS README.md +%{_libdir}/%{name}.so.0* + +%files devel +%{_includedir}/%{name}/ +%{_libdir}/%{name}.so +%{_libdir}/pkgconfig/%{name}-1.0.pc + +%changelog +* Wed Jan 15 2025 Arkady L. Shane - 1.0.3-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Tue Sep 03 2024 Davide Cavalca - 1.0.3-1 +- Initial import; Fixes: RHBZ#2292505 +## END: Generated by rpmautospec