1
0

Accepting request 1036750 from home:jengelh:branches:science

OBS-URL: https://build.opensuse.org/request/show/1036750
OBS-URL: https://build.opensuse.org/package/show/science/gap-curlinterface?expand=0&rev=1
This commit is contained in:
Dmitry Roshchin 2022-11-19 16:53:24 +00:00 committed by Git OBS Bridge
commit cfbc4c430e
5 changed files with 85 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdce5de61d50cd21ecd7c3267e5e9df2b604b99ec8add824a7e64ccc3a907a97
size 228849

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Tue Oct 18 19:11:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 2.3.1) for build.opensuse.org

54
gap-curlinterface.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package gap-curlinterface
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gap-curlinterface
Version: 2.3.1
Release: 0
Summary: GAP: Web Access via curl
License: Artistic-2.0
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/curlInterface/
#Git-Clone: https://github.com/gap-packages/curlInterface
Source: https://github.com/gap-packages/curlInterface/releases/download/v%version/curlInterface-%version.tar.gz
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
BuildRequires: pkgconfig(libcurl)
Requires: gap-core >= 4.9
Requires: gap-gapdoc >= 1.5
%description
This package provides a wrapper around libcurl, to allow downloading
files over http, ftp and https from within the GAP processor.
%prep
%autosetup -n curlInterface-%version
%build
%configure --with-gaproot="%gapdir"
%make_build
%install
%gappkg_simple_install
pushd "%buildroot/$fmoddir/"
rm -Rfv config.* configure* Makefile* gen/ src/
find . -type f -size 0 -name _Chunks.xml -print -delete
popd
%files -f %name.files
%changelog