/[smeserver]/rpms/bglibs/sme10/bglibs.spec
ViewVC logotype

Diff of /rpms/bglibs/sme10/bglibs.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by jpp, Thu Mar 4 04:06:22 2021 UTC Revision 1.4 by jpp, Sun Mar 6 03:00:47 2022 UTC
# Line 4  Line 4 
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    
# Line 28  for developing programs which use the bg Line 31  for developing programs which use the bg
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
# Line 64  fgrep -x /usr/local/bglibs/lib /etc/ld.s Line 68  fgrep -x /usr/local/bglibs/lib /etc/ld.s
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed