2024-01-05 20:46:29 +01:00
|
|
|
Name: bcunit
|
2024-01-05 20:46:29 +01:00
|
|
|
Epoch: 1
|
2024-02-11 12:03:21 +01:00
|
|
|
Version: 5.3.19
|
2024-01-05 20:46:29 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 20:46:29 +01:00
|
|
|
Summary: A fork of the defunct project CUnit, with several fixes and patches applied
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 20:46:29 +01:00
|
|
|
URL: https://linphone.org/
|
2024-01-05 20:46:29 +01:00
|
|
|
Source: https://github.com/BelledonneCommunications/bcunit.git/master/bcunit-%{version}.tar.bz2
|
2024-01-05 20:46:29 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
A fork of the defunct project CUnit, with several fixes and patches applied.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: A fork of the defunct project CUnit, with several fixes and patches applied
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
A fork of the defunct project CUnit, with several fixes and patches applied.
|
|
|
|
|
|
|
|
%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:29 +01:00
|
|
|
touch README
|
2024-01-05 20:46:29 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 20:46:29 +01:00
|
|
|
%cmake -d build \
|
|
|
|
-DENABLE_DOC=ON \
|
|
|
|
-DENABLE_STATIC=OFF
|
2024-01-05 20:46:29 +01:00
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 20:46:29 +01:00
|
|
|
%makeinstall -C build
|
2024-01-05 20:46:29 +01:00
|
|
|
|
|
|
|
%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)
|
|
|
|
%dir %{_datadir}/BCUnit
|
|
|
|
%{_datadir}/BCUnit/*
|
|
|
|
%{_libdir}/libbcunit.so.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/BCUnit
|
|
|
|
%{_includedir}/BCUnit/*.h
|
|
|
|
%{_libdir}/libbcunit.so
|
|
|
|
%{_libdir}/pkgconfig/bcunit.pc
|
2024-01-05 20:46:30 +01:00
|
|
|
#%{_mandir}/man3/BCUnit.3*
|
|
|
|
#%dir %{_docdir}/BCUnit
|
|
|
|
#%{_docdir}/BCUnit/*
|
2024-01-05 20:46:30 +01:00
|
|
|
#%dir %{_datadir}/BCunit
|
|
|
|
#%dir %{_datadir}/BCunit/cmake
|
|
|
|
#%{_datadir}/BCunit/cmake/BcUnit*.cmake
|
2024-01-05 20:46:29 +01:00
|
|
|
%doc ChangeLog NEWS README TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-02-11 12:03:21 +01:00
|
|
|
* Fri Feb 09 2024 Automatic Build System <autodist@openmamba.org> 5.3.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-03 10:07:45 +01:00
|
|
|
* Sat Feb 03 2024 Automatic Build System <autodist@openmamba.org> 5.3.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-24 20:58:27 +01:00
|
|
|
* Wed Jan 24 2024 Automatic Build System <autodist@openmamba.org> 5.3.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-12 21:31:40 +01:00
|
|
|
* Mon Jan 08 2024 Automatic Build System <autodist@openmamba.org> 5.3.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:46:30 +01:00
|
|
|
* Tue Jan 02 2024 Automatic Build System <autodist@mambasoft.it> 5.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:46:30 +01:00
|
|
|
* Tue Jun 06 2023 Automatic Build System <autodist@mambasoft.it> 5.2.62-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:46:29 +01:00
|
|
|
* Wed Dec 28 2022 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:46:29 +01:00
|
|
|
* Fri May 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2.20200229git-2mamba
|
|
|
|
- rebuilt with cmake
|
|
|
|
|
2024-01-05 20:46:29 +01:00
|
|
|
* Sat Feb 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2.20200229git-1mamba
|
|
|
|
- update to 3.0.2.20200229git
|
|
|
|
|
2024-01-05 20:46:29 +01:00
|
|
|
* Mon Nov 13 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- update to 3.0.2
|
|
|
|
|
2024-01-05 20:46:29 +01:00
|
|
|
* Sat Dec 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.20161217git-1mamba
|
|
|
|
- package created using the webbuild interface
|