forked from pool/swipl
[info=1604597a6d4c84fc69c42dd3f278b673e48e26ae]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/swipl?expand=0&rev=5
This commit is contained in:
parent
7ffbc06305
commit
f71ce63ba3
@ -1,4 +1,4 @@
|
|||||||
mtime: 1678283554
|
mtime: 1688563859
|
||||||
commit: 2dd40642db3c2648acf9a22098440ac2b1d96168
|
commit: 1604597a6d4c84fc69c42dd3f278b673e48e26ae
|
||||||
url: https://src.opensuse.org/pool/swipl
|
url: https://src.opensuse.org/pool/swipl
|
||||||
revision: factory
|
revision: factory
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 4 14:24:55 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Make rpmlint slightly less unhappy with us.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 7 08:55:38 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Tue Mar 7 08:55:38 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
17
swipl.spec
17
swipl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package swipl
|
# spec file for package swipl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,12 +27,12 @@ Source98: swipl-rpmlintrc
|
|||||||
# For SOURCE_DATE_EPOCH variable- reproducible builds
|
# For SOURCE_DATE_EPOCH variable- reproducible builds
|
||||||
Source99: %{name}.changes
|
Source99: %{name}.changes
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: ninja
|
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: freetype2-devel
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
|
BuildRequires: gperftools-devel
|
||||||
BuildRequires: java-devel >= 1.8.0
|
BuildRequires: java-devel >= 1.8.0
|
||||||
# For %%check
|
# For %%check
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
@ -40,7 +40,7 @@ BuildRequires: libarchive-devel
|
|||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libunwind-devel
|
BuildRequires: libunwind-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: gperftools-devel
|
BuildRequires: ninja
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: unixODBC-devel
|
BuildRequires: unixODBC-devel
|
||||||
@ -49,8 +49,8 @@ BuildRequires: pkgconfig(libedit)
|
|||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
BuildRequires: pkgconfig(ossp-uuid)
|
BuildRequires: pkgconfig(ossp-uuid)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(xaw6)
|
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xaw6)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xft)
|
BuildRequires: pkgconfig(xft)
|
||||||
BuildRequires: pkgconfig(xinerama)
|
BuildRequires: pkgconfig(xinerama)
|
||||||
@ -64,7 +64,7 @@ Provides: swi_pl = %{version}
|
|||||||
Obsoletes: swi-prolog < %{version}
|
Obsoletes: swi-prolog < %{version}
|
||||||
Obsoletes: swi_pl < %{version}
|
Obsoletes: swi_pl < %{version}
|
||||||
|
|
||||||
# jpackage-utils \
|
# jpackage-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Edinburgh-style Prolog compiler including modules, autoload, libraries,
|
Edinburgh-style Prolog compiler including modules, autoload, libraries,
|
||||||
@ -74,6 +74,9 @@ Emacs interface, a very fast compiler,and an X11 interface using XPCE.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
sed -i -e "s|#!%{_bindir}/env swipl|#!%{_bindir}/swipl|" \
|
||||||
|
packages/protobufs/bootstrap/protoc-gen-swipl
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH="$(sed -n '/^----/n;s/ - .*$//;p;q' %{SOURCE99} | date -u -f - +%%s)"
|
export SOURCE_DATE_EPOCH="$(sed -n '/^----/n;s/ - .*$//;p;q' %{SOURCE99} | date -u -f - +%%s)"
|
||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
@ -96,8 +99,8 @@ install -D -m 0644 %{buildroot}%{_datadir}/pkgconfig/swipl.pc \
|
|||||||
rm -v %{buildroot}%{_datadir}/pkgconfig/swipl.pc
|
rm -v %{buildroot}%{_datadir}/pkgconfig/swipl.pc
|
||||||
rmdir -v %{buildroot}%{_datadir}/pkgconfig
|
rmdir -v %{buildroot}%{_datadir}/pkgconfig
|
||||||
|
|
||||||
%fdupes %{buildroot}/%{_libdir}/%{name}
|
%fdupes %{buildroot}/%{_libdir}/%{name}*
|
||||||
%fdupes %{buildroot}/%{_libdir}/%{name}-%{version}
|
%fdupes %{buildroot}/%{_prefix}/lib/%{name}*
|
||||||
%fdupes %{buildroot}/%{_docdir}/%{name}-%{version}
|
%fdupes %{buildroot}/%{_docdir}/%{name}-%{version}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user