Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tecosaur
gerbil
gerbil.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gerbil.spec of Package gerbil
Name: gerbil Version: 0.18.1 Release: 0 Summary: Opinionated dialect of Scheme for systems programming, on the Gambit runtime License: LGPL-2.1-only AND Apache-2.0 Group: Development/Languages/Scheme URL: https://cons.io/ Source0: https://github.com/mighty-gerbils/gerbil/archive/refs/tags/%{name}-v%{version}.tar.gz#/%{name}-v%{version}.tar.gz Source1: %{name}.rpmlintrc BuildRequires: fdupes BuildRequires: makeinfo BuildRequires: pkgconfig BuildRequires: pkgconfig(libssl) BuildRequires: openssl BuildRequires: zlib-devel BuildRequires: sqlite3-devel %description Gerbil scheme %prep %autosetup -n %{name}-v%{version} %build %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects ./configure \ --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= \ --disable-shared \ --enable-zlib \ --enable-sqlite \ --enable-march= \ --prefix=%{_libdir}/gerbil %make_build %install make install DESTDIR=%{buildroot} chmod -x %{buildroot}%{_libdir}/gerbil/lib/static/libcrypto-rfc5114.c %fdupes %{buildroot}%{_libdir}/gerbil mkdir -p %{buildroot}%{_bindir} for binfile in %{buildroot}%{_libdir}/gerbil/bin/*; do if [ -x "$binfile" ]; then f="$(basename $binfile)" ln -s %{_libdir}/gerbil/bin/"$f" %{buildroot}%{_bindir}/"$f" fi done %files %{_libdir}/gerbil %{_bindir}/*
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor