Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
sbbs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eric
sbbs
Commits
e2482a41
Commit
e2482a41
authored
Oct 09, 2020
by
Eric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
begin work on centos spec file
parent
9919c23e
Pipeline
#326
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
0 deletions
+65
-0
synchronet.spec
synchronet.spec
+65
-0
No files found.
synchronet.spec
0 → 100644
View file @
e2482a41
# define general things we will need later
%define sbbs_dir /sbbs
%define sbbs_user sbbs
%define sbbs_group sbbs
# distribution specific definitions
%define use_systemd (0%{?fedora} && 0%{?fedora} >= 18) || (0%{?rhel} && 0%{?rhel} >= 7) || (0%{?suse_version} == 1315)
%if 0%{?rhel} == 5
Group: System Environment/Daemons
Requires(pre): shadow-utils
Requires: initscripts >= 8.36
Requires(post): chkconfig
%endif
%if 0%{?rhel} == 6
Group: System Environment/Daemons
Requires(pre): shadow-utils
Requires: initscripts >= 8.36
Requires(post): chkconfig
%endif
%if 0%{?rhel} == 7
Group: System Environment/Daemons
Requires(pre): shadow-utils
Requires: systemd
BuildRequires: systemd
Epoch: 1
%endif
%if 0%{?suse_version} == 1315
Group: Productivity/Networking/Web/Servers
BuildRequires: systemd
Requires(pre): shadow
Requires: systemd
%endif
# end of distribution specific definitions
Summary: Modern bbs server software
Name: synchronet
Version: 1.19.3
Release: 1%{?dist}.ngx
Vendor: Synchronet
URL: https://synchro.net
Source0: https://gitlab.synchro.net/sbbs/sbbs/-/archive/master/sbbs-master.tar.gz
License: #todo - fill me out
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: glibc-devel
BuildRequires: ncurses-devel
BuildRequires: nspr-devel
BuildRequires: python3
BuildRequires: git
BuildRequires: libcap-devel
BuildRequires: gdb
BuildRequires: xorg-x11-proto-devel
BuildRequires: SDL-devel
BuildRequires: gtk3-devel
BuildRequires: libglade2-devel
BuildRequires: libzip-devel
BuildRequires: unzip
BuildRequires: lrzsz
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment