Name: libsmdev Version: 20240505 Release: 1%{?dist} Summary: Libyal library to access to storage media devices Group: System Environment/Libraries License: LGPL-3.0-or-later URL: https://github.com/libyal/libsmdev VCS: https://github.com/libyal/libsmdev # Releases https://github.com/libyal/libsmdev/releases %global gituser libyal %global gitname libsmdev %global gitdate 20240505 %global commit 9b9c94244a9d0df752fbb0cbee20207a2ee0c7e1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Source0: %{url}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz #Patch build to use the shared system libraries rather than using embedded ones Patch0: %{name}-000-libs.patch # Allow older autotools for EPEL builds Patch1: %{name}-001-configure.ac.patch BuildRequires: gcc BuildRequires: make BuildRequires: pkgconfig BuildRequires: automake BuildRequires: libtool BuildRequires: gettext-devel BuildRequires: libcerror-devel BuildRequires: libcthreads-devel BuildRequires: libcdata-devel BuildRequires: libclocale-devel BuildRequires: libcnotify-devel BuildRequires: libuna-devel BuildRequires: libcfile-devel %description Library to access to storage media devices %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: zlib-devel Requires: pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -n %{gitname}-%{commit} #%%patch0 -p 1 -b .libs ./autogen.sh %build %configure --disable-static --enable-wide-character-type %make_build %install %make_install find %{buildroot} -name '*.la' -exec rm -f {} ';' %ldconfig_scriptlets %check make check %files %doc AUTHORS COPYING NEWS README %{_libdir}/*.so.* %{_bindir}/smdevinfo %{_mandir}/man1/smdevinfo.1* %files devel %{_includedir}/%{name}.h %{_includedir}/%{name}/ %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %{_mandir}/man3/%{name}.3* %changelog * Mon Aug 01 2016 Michal Ambroz - 20160524-1 - bump to 20160524 * Sat Jun 06 2015 Michal Ambroz - 20150105-1 - Initial build for Fedora