2024-01-06 06:16:07 +01:00
|
|
|
Name: libzen
|
2024-01-06 06:16:07 +01:00
|
|
|
Version: 0.4.40
|
2024-01-06 06:16:07 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: shared library for libmediainfo and mediainfo
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://mediaarea.net
|
|
|
|
Source: https://mediaarea.net/download/source/libzen/%{version}/libzen_%{version}.tar.bz2
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Shared library for libmediainfo and mediainfo.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c
|
|
|
|
cd ZenLib/Project/GNU/Library
|
|
|
|
./autogen.sh
|
|
|
|
|
|
|
|
%build
|
|
|
|
cd ZenLib/Project/GNU/Library
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
cd ZenLib/Project/GNU/Library
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libzen.so.*
|
|
|
|
%doc ZenLib/License.txt
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/ZenLib
|
|
|
|
%{_includedir}/ZenLib/*
|
|
|
|
%{_libdir}/libzen.so
|
|
|
|
%{_libdir}/pkgconfig/libzen.pc
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:16:07 +01:00
|
|
|
* Sat Dec 24 2022 Automatic Build System <autodist@mambasoft.it> 0.4.40-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:16:07 +01:00
|
|
|
* Mon Sep 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.39-1mamba
|
|
|
|
- package created using the webbuild interface
|