Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
network:cryptocurrencies
stellar
stellar.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File stellar.spec of Package stellar
# # spec file for package stellar # # Copyright (c) 2023 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 https://bugs.opensuse.org/ # Name: stellar Version: 19.14.0 Release: 0 Summary: P2P digital currency License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND MIT Group: Productivity/Networking/Other URL: https://www.%{name}.org/ Source0: %{name}-%{version}.tar.xz ExclusiveArch: x86_64 BuildRequires: automake BuildRequires: bison BuildRequires: clang >= 10.0 BuildRequires: flex BuildRequires: freetype2-devel %if 0%{?suse_version} && 0%{?is_opensuse} && 0%{?suse_version} <= 1500 && 0%{?sle_version} && 0%{?sle_version} <= 150500 BuildRequires: gcc8 BuildRequires: gcc8-c++ %endif BuildRequires: git BuildRequires: gnu_parallel BuildRequires: gtk2-devel BuildRequires: gtk3-devel BuildRequires: libcapstone-devel BuildRequires: libglfw-devel BuildRequires: libtool BuildRequires: pandoc BuildRequires: postgresql-devel BuildRequires: postgresql-server %define description_text Stellar is a replicated state machine that maintains a local copy of a cryptographic ledger and processes transactions against it, in consensus with a set of peers. It implements the Stellar Consensus Protocol, a federated consensus protocol. %description %{description_text} %package doc Summary: Documentation for %{name} Group: Documentation/Man BuildArch: noarch %description doc %{description_text} This package contains the documentation for %{name}. %prep %setup -q %build ./autogen.sh --skip-submodules %configure --docdir=%{_defaultdocdir}/%{name} --enable-silent-rules --disable-static --enable-shared --enable-tracy --enable-tracy-gui %make_build %install %make_install %{__mv} %{buildroot}%{_bindir}/tracy-gui %{buildroot}%{_bindir}/%{name}-gui %{__mv} %{buildroot}%{_defaultdocdir}/%{name} %{buildroot}%{_defaultdocdir}/%{name}-doc %{__strip} -s %{buildroot}%{_bindir}/%{name}-gui %check %{__make} %{?_smp_mflags} check %files %defattr(-,root,root,-) %attr(755,root,root) %{_bindir}/%{name}-core %attr(755,root,root) %{_bindir}/%{name}-gui %files doc %defattr(-,root,root,-) %{_defaultdocdir}/%{name}-doc/ %doc CONTRIBUTING.md ChangeLog NEWS README README.md SECURITY.md %license COPYING LICENSE-APACHE.txt %changelog
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