Update to 5.3.54 and cleanup spec

i9m
Arkady L. Shane 8 months ago
parent 429c11ca73
commit 342a9e97b0
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1 +1 @@
acf3478f758ef7e5a95050481afe9f2b540b906e SOURCES/belr-5.3.5.tar.gz 23d4122e512ad47853757d11c622542dd163b78a SOURCES/belr-5.3.54.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/belr-5.3.5.tar.gz SOURCES/belr-5.3.54.tar.gz

@ -1,17 +1,14 @@
%define major 1
%define libname %{name}-libs
%define develname %{name}-devel
Summary: Language recognition library Summary: Language recognition library
Name: belr Name: belr
Version: 5.3.5 Version: 5.3.54
Release: 2%{?dist}.inferit Release: 1%{?dist}.inferit
License: GPLv3 License: GPLv3
Group: System/Libraries
URL: https://linphone.org/ URL: https://linphone.org/
Source0: https://gitlab.linphone.org/BC/public/belr/-/archive/%{version}/belr-%{version}.tar.gz Source0: https://gitlab.linphone.org/BC/public/belr/-/archive/%{version}/belr-%{version}.tar.gz
# (wally) from OpenSUSE to install pkgconfig .pc file # (wally) from OpenSUSE to install pkgconfig .pc file
Patch0: belr-fix-pkgconfig.patch Patch0: belr-fix-pkgconfig.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: cmake(BCToolbox) >= %{version} BuildRequires: cmake(BCToolbox) >= %{version}
BuildRequires: ninja-build BuildRequires: ninja-build
@ -21,21 +18,18 @@ BuildRequires: pkgconfig(udev)
Belr aims at parsing any input formatted according to a language defined by Belr aims at parsing any input formatted according to a language defined by
an ABNF grammar, such as the protocols standardised at IETF. an ABNF grammar, such as the protocols standardised at IETF.
%package -n %{libname} %package libs
Summary: Language recognition library Summary: Language recognition library
Group: System/Libraries
%description -n %{libname} %description libs
Belr aims at parsing any input formatted according to a language defined by Belr aims at parsing any input formatted according to a language defined by
an ABNF grammar, such as the protocols standardised at IETF. an ABNF grammar, such as the protocols standardised at IETF.
%package -n %{develname} %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Group: Development/C++ Requires: %{name} = %{version}-%{release}
Requires: %{libname} = %{version}-%{release}
Provides: %{name}-devel = %{version}-%{release}
%description -n %{develname} %description devel
This package contains development files for %{name} This package contains development files for %{name}
%prep %prep
@ -63,12 +57,12 @@ find %{buildroot} -name "*.la" -delete
%{_bindir}/belr-parse %{_bindir}/belr-parse
%{_bindir}/belr-compiler %{_bindir}/belr-compiler
%files -n %{libname} %files libs
%license LICENSE* %license LICENSE*
%doc README* %doc README*
%{_libdir}/lib%{name}.so.%{major}{,.*} %{_libdir}/lib%{name}.so.*
%files -n %{develname} %files devel
%{_includedir}/%{name}/ %{_includedir}/%{name}/
%{_libdir}/lib%{name}.so %{_libdir}/lib%{name}.so
%{_libdir}/cmake/Belr/ %{_libdir}/cmake/Belr/
@ -76,6 +70,10 @@ find %{buildroot} -name "*.la" -delete
%changelog %changelog
* Fri May 31 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.3.54-1.inferit
- Update to 5.3.54
- Clean up spec
* Wed May 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 5.3.5-2.inferit * Wed May 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 5.3.5-2.inferit
- Rebuilt for MSVSphere 9.4 - Rebuilt for MSVSphere 9.4

Loading…
Cancel
Save