2024-01-05 20:46:20 +01:00
|
|
|
Name: bctoolbox
|
2024-01-05 20:46:20 +01:00
|
|
|
Version: 0.6.0
|
2024-01-05 20:46:20 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://linphone.org
|
|
|
|
## GITSOURCE https://github.com/BelledonneCommunications/bctoolbox.git 0.4.0
|
|
|
|
Source: https://github.com/BelledonneCommunications/bctoolbox.git/%{version}/bctoolbox-%{version}.tar.bz2
|
2024-01-05 20:46:20 +01:00
|
|
|
Patch0: bctoolbox-0.6.0-ftbfs-arm.patch
|
2024-01-05 20:46:20 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libbcunit-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libpolarssl-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
Utilities library used by Belledonne Communications softwares like belle-sip, mediastreamer2 and linphone.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 20:46:20 +01:00
|
|
|
%ifarch arm
|
|
|
|
%patch0 -p1
|
|
|
|
%endif
|
2024-01-05 20:46:20 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libbctoolbox-tester.so.*
|
|
|
|
%{_libdir}/libbctoolbox.so.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/bctoolbox
|
|
|
|
%{_includedir}/bctoolbox/*
|
|
|
|
%{_libdir}/libbctoolbox-tester.la
|
|
|
|
%{_libdir}/libbctoolbox-tester.so
|
|
|
|
%{_libdir}/libbctoolbox.la
|
|
|
|
%{_libdir}/libbctoolbox.so
|
|
|
|
%{_libdir}/pkgconfig/bctoolbox-tester.pc
|
|
|
|
%{_libdir}/pkgconfig/bctoolbox.pc
|
2024-01-05 20:46:20 +01:00
|
|
|
%doc NEWS
|
2024-01-05 20:46:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:46:20 +01:00
|
|
|
* Mon Oct 02 2017 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Mar 18 2017 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:46:20 +01:00
|
|
|
* Sat Dec 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
|
|
|
|
- package created using the webbuild interface
|