summaryrefslogtreecommitdiff
path: root/scite-fedora/README.md
blob: 766ff41d5006dfdf4c07e6cb787ab47188d65965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# scite upstream
https://src.fedoraproject.org/rpms/scite/tree/f29

# Reason for being in stackrpms
Fedora and CentOS do not package scite and I have use of them. CentOS 7 relies on version 3 of the application, but CentOS 8 and Fedora relies on version 5.

Devuan Ceres already packages [scite](https://salsa.debian.org/debian/scite) but I want to add some customizations for myself.

# Reverse dependency matrix
Distro       | scite version
------------ | ---------------
CentOS 6     | 3.7.6
CentOS 7     | 3.7.6
CentOS 8     | 5.2.2
Fedora 34    | 5.2.2
Devuan Ceres | 5.2.2

# References
void linux [scite](https://github.com/void-linux/void-packages/blob/master/srcpkgs/scite/template) package guided me at version 5.0.1.

# Differences
## From upstream for Fedora
See file [stackrpms-scite.spec.diff](stackrpms-scite.spec.diff)
## Between scite-fedora and scite-el
Run file [fc-el-scite-diff.sh](fc-el-scite-diff.sh).

    scite-fedora/fc-el-scite-diff.sh | vi -

## From upstream for Devuan

bgstack15