From 50bb997ae6f1b57cd263c98e8a297742cc28fbce Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 2 Jul 2023 23:12:47 +0300 Subject: [PATCH] import libudfread-1.1.2-2.el9 --- .gitignore | 1 + .libudfread.metadata | 1 + SPECS/libudfread.spec | 81 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 .gitignore create mode 100644 .libudfread.metadata create mode 100644 SPECS/libudfread.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26f9772 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libudfread-1.1.2.tar.bz2 diff --git a/.libudfread.metadata b/.libudfread.metadata new file mode 100644 index 0000000..fad7602 --- /dev/null +++ b/.libudfread.metadata @@ -0,0 +1 @@ +4a64c571f8e8eab9eae974c44f3b049d2d2ab587 SOURCES/libudfread-1.1.2.tar.bz2 diff --git a/SPECS/libudfread.spec b/SPECS/libudfread.spec new file mode 100644 index 0000000..2c9b248 --- /dev/null +++ b/SPECS/libudfread.spec @@ -0,0 +1,81 @@ +Name: libudfread +Version: 1.1.2 +Release: 2%{?dist} +Summary: UDF reader library +License: LGPLv2+ +URL: https://code.videolan.org/videolan/libudfread +Source0: https://code.videolan.org/videolan/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 + +BuildRequires: gcc +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: make + + +%description +This library allows reading UDF filesystems, like raw devices and image files. +The library is created and maintained by VideoLAN Project and is used by +projects like VLC and Kodi. + + +%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 +autoreconf -vif +%configure --disable-static +%make_build + + +%install +%make_install +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + + +%ldconfig_scriptlets + + +%files +%doc ChangeLog +%license COPYING +%{_libdir}/libudfread.so.0* + +%files devel +%{_includedir}/udfread/ +%{_libdir}/libudfread.so +%{_libdir}/pkgconfig/libudfread.pc + + +%changelog +* Sun Jul 02 2023 Arkady L. Shane - 1.1.2-2 +- Rebuilt for MSVSphere 9.2 + +* Thu Jul 22 2021 Fedora Release Engineering - 1.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Apr 06 2021 Xavier Bachelot 1.1.2-1 +- Update to 1.1.2 (RHBZ#1946205) + +* Tue Jan 26 2021 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Oct 31 2020 Xavier Bachelot 1.1.1-1 +- Update to 1.1.1 (RHBZ#1893436) + +* Thu Sep 03 2020 Xavier Bachelot 1.1.0-2 +- Don't glob _includedir +- Patch obsolete m4 macro + +* Thu Aug 13 2020 Xavier Bachelot 1.1.0-1 +- Initial package