4 |
|
|
5 |
Name: bglibs |
Name: bglibs |
6 |
Summary: BG Libraries Collection |
Summary: BG Libraries Collection |
7 |
Version: 1.106 |
Version: 2.04 |
8 |
Release: 1 |
Release: 1 |
9 |
License: GPL |
License: GPL |
10 |
Group: Development/Libraries |
Group: Development/Libraries |
11 |
Source: http://untroubled.org/%{name}/%{name}-%{version}.tar.gz |
Source: http://untroubled.org/%{name}/%{name}-%{version}.tar.gz |
12 |
|
Patch0: bglibs-2.04-mock.patch |
13 |
BuildRoot: %{_tmppath}/%{name}-buildroot |
BuildRoot: %{_tmppath}/%{name}-buildroot |
14 |
BuildRequires: libtool |
BuildRequires: libtool |
15 |
|
BuildRequires: glibc glibc-static glibc-devel |
16 |
|
BuildRequires: mtools autoconf |
17 |
URL: http://untroubled.org/%{name}/ |
URL: http://untroubled.org/%{name}/ |
18 |
Packager: Bruce Guenter <bruce@untroubled.org> |
Packager: Bruce Guenter <bruce@untroubled.org> |
19 |
|
|
31 |
|
|
32 |
%prep |
%prep |
33 |
%setup |
%setup |
34 |
|
%patch0 -p1 |
35 |
echo gcc "%{optflags}" -g >conf-cc |
echo gcc "%{optflags}" -g >conf-cc |
36 |
echo gcc -g -L. >conf-ld |
echo gcc -g -L. >conf-ld |
37 |
echo %{_includedir} >conf-include |
echo %{_includedir} >conf-include |
68 |
%{basedir}/include |
%{basedir}/include |
69 |
%{basedir}/lib/*.a |
%{basedir}/lib/*.a |
70 |
%{basedir}/lib/*.la |
%{basedir}/lib/*.la |
71 |
%{basedir}/lib/*.lib |
#%{basedir}/lib/*.lib |
72 |
%{basedir}/lib/*.so |
%{basedir}/lib/*.so |
73 |
%{basedir}/lib/*/*.a |
#%{basedir}/lib/*/*.a |
74 |
%{_bindir}/cli-generate |
%{_bindir}/cli-generate |
75 |
%{_bindir}/crc-gentab |
%{_bindir}/crc-gentab |
76 |
%{_mandir}/*/* |
%{_mandir}/*/* |
77 |
|
|
78 |
|
%changelog |
79 |
|
* Sat Mar 05 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.04-1.sme |
80 |
|
- initial build for SME10 [SME: 11883] |
81 |
|
patched selftests.sh to avoid net/resolve_ipv4addr.c test which fails under mock |
82 |
|
added BuildRequires glibc glibc-static glibc-devel mtools autoconf |
83 |
|
commented out files for devel %{basedir}/lib/*.lib and %{basedir}/lib/*/*.a |
84 |
|
as they fails. |
85 |
|
|