Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:adrianSuSE:PL
fossil
fossil.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fossil.spec of Package fossil
# # spec file for package fossil # # Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de> # # 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/ # # From https://fossil-scm.org/home/uv/releases.md %define fossil_uuid 8be0372c1051043761320c8ea8669c3cf320c406e5fe18ad36b7be5f844ca73b %bcond_without tests Name: fossil Version: 2.24 Release: 0 Summary: Distributed software configuration management License: BSD-2-Clause Group: Development/Tools/Version Control URL: https://fossil-scm.org/ Source: https://fossil-scm.org/home/tarball/%{fossil_uuid}/%{name}-%{version}.tar.gz Patch0: fossil-2.24-5ad708085a90365f.patch Patch1: fossil-2.24-fb4e90b662803e47.patch Patch2: fossil-2.24-17c01c549e73c6b8.patch BuildRequires: pkgconfig BuildRequires: tcl BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(sqlite3) >= 3.43.0 BuildRequires: pkgconfig(zlib) %description Fossil is a distributed software configuration management system with these features: * integrated bug tracking and wiki * built-in web-interface * uses HTTP, with proxy support * everything is in a single executable and CGI-enabled * sqlite-backed database %prep %autosetup -p0 # test package version and source version match grep -qFx %{version} VERSION %build %{?set_build_flags: %{set_build_flags}} %{!?set_build_flags: export CFLAGS="%{optflags}"} # FIXME: you should use the %%configure macro ./configure \ --prefix=%{_prefix} \ --with-openssl=%{_prefix} \ --with-zlib=%{_prefix} \ --disable-internal-sqlite \ --with-sqlite=%{_prefix} \ %{nil} %make_build %install %make_install install -D -m 644 -t %{buildroot}%{_mandir}/man1 fossil.1 %check %if %{with tests} # Tests fail on Leap due to TCL "time value too large/small to represent" %if 0%{?suse_version} > 1600 tclsh test/tester.tcl %{buildroot}%{_bindir}/%{name} %endif %endif %files %license COPYRIGHT-BSD2.txt %{_bindir}/fossil %{_mandir}/man1/fossil.1%{?ext_man} %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