mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Start on RPM spec file
This commit is contained in:
parent
317d23c1bb
commit
7ace0759b9
1 changed files with 37 additions and 0 deletions
37
dist/rpm/arsse.spec
vendored
Normal file
37
dist/rpm/arsse.spec
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
Name: arsse
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Multi-protocol RSS/Atom newsfeed synchronization server
|
||||
License: MIT
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
URL: https://thearsse.com/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: php >= 7.1
|
||||
Requires: php-intl
|
||||
Requires: php-dom
|
||||
Requires: php-simplexml
|
||||
Requires: php-iconv
|
||||
Requires: php-posix
|
||||
Requires: php-pcntl
|
||||
# This is usually compiled in
|
||||
Requires: php-filter
|
||||
# The below extensions are part of the PHP core in recent versions
|
||||
Requires: php-hash
|
||||
Requires: php-json
|
||||
# A Web server option and database option are required
|
||||
Requires: arsse-www-conf
|
||||
Requires: arsse-db-conf
|
||||
|
||||
Recommends: arsse-sqlite
|
||||
Recommends: arsse-nginx-fpm
|
||||
|
||||
%description
|
||||
The Arsse bridges the gap between multiple existing newsfeed aggregator
|
||||
client protocols such as Tiny Tiny RSS, Nextcloud News and Miniflux,
|
||||
allowing you to use compatible clients for many protocols with a single
|
||||
server.
|
||||
|
||||
%package sqlite
|
||||
Requires: (php-sqlite or php-pdo_sqlite)
|
Loading…
Reference in a new issue