Name: libwrc Version: 20231202 Release: 1 Summary: Library to access the Windows Resource Compiler (WRC) format Group: System Environment/Libraries License: LGPL-3.0-or-later Source: %{name}-%{version}.tar.gz URL: https://github.com/libyal/libwrc BuildRequires: gcc %description -n libwrc Library to access the Windows Resource Compiler (WRC) format %package -n libwrc-static Summary: Library to access the Windows Resource Compiler (WRC) format Group: Development/Libraries Requires: libwrc = %{version}-%{release} %description -n libwrc-static Static library version of libwrc. %package -n libwrc-devel Summary: Header files and libraries for developing applications for libwrc Group: Development/Libraries Requires: libwrc = %{version}-%{release} %description -n libwrc-devel Header files and libraries for developing applications for libwrc. %package -n libwrc-python3 Summary: Python 3 bindings for libwrc Group: System Environment/Libraries Requires: libwrc = %{version}-%{release} python3 BuildRequires: python3-devel python3-setuptools %description -n libwrc-python3 Python 3 bindings for libwrc %package -n libwrc-tools Summary: Several tools for reading Windows Resource (RC) files Group: Applications/System Requires: libwrc = %{version}-%{release} %description -n libwrc-tools Several tools for reading Windows Resource (RC) files %prep %setup -q %build %configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} --enable-python make %{?_smp_mflags} %install rm -rf %{buildroot} %make_install %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -n libwrc %license COPYING COPYING.LESSER %doc AUTHORS README %{_libdir}/*.so.* %files -n libwrc-static %license COPYING COPYING.LESSER %doc AUTHORS README %{_libdir}/*.a %files -n libwrc-devel %license COPYING COPYING.LESSER %doc AUTHORS README %{_libdir}/*.so %{_libdir}/pkgconfig/libwrc.pc %{_includedir}/* %{_mandir}/man3/* %files -n libwrc-python3 %license COPYING COPYING.LESSER %doc AUTHORS README %{_libdir}/python3*/site-packages/*.a %{_libdir}/python3*/site-packages/*.so %files -n libwrc-tools %license COPYING COPYING.LESSER %doc AUTHORS README %{_bindir}/* %{_mandir}/man1/* %changelog * Sat Dec 2 2023 Joachim Metz 20231202-1 - Auto-generated