summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-04-20 19:33:19 -0400
committerB Stack <bgstack15@gmail.com>2021-04-20 19:34:32 -0400
commit710ef62aac8dedfb5234126f6e4f37459617d00e (patch)
tree93e43197949cf2ce2b9dd39f6eab90a5992c4f0e /scite-fedora
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-710ef62aac8dedfb5234126f6e4f37459617d00e.tar.gz
stackrpms-710ef62aac8dedfb5234126f6e4f37459617d00e.tar.bz2
stackrpms-710ef62aac8dedfb5234126f6e4f37459617d00e.zip
v5.0.1, add make liblexilla
Diffstat (limited to 'scite-fedora')
-rw-r--r--scite-fedora/README.md9
-rw-r--r--scite-fedora/scite.spec37
2 files changed, 29 insertions, 17 deletions
diff --git a/scite-fedora/README.md b/scite-fedora/README.md
index 2d139e8..275b601 100644
--- a/scite-fedora/README.md
+++ b/scite-fedora/README.md
@@ -2,15 +2,18 @@
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 4.
+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.
# Reverse dependency matrix
Distro | scite version
---------- | ---------------
CentOS 6 | 3.7.6
CentOS 7 | 3.7.6
-CentOS 8 | 4.4.3
-Fedora 30 | 4.4.3
+CentOS 8 | 5.0.1
+Fedora 32 | 5.0.1
+
+# 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
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 7de17a7..4b4f8d3 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,5 +1,5 @@
-# el is on 3.x, fc is on 4.x
-%global pkgversion 4.4.5
+# el is on 3.x, fc is on 5.x
+%global pkgversion 5.0.1
%define tarballversion %( echo %pkgversion | tr -d '.' )
%define scl_env %{nil}
@@ -16,7 +16,7 @@ Summary: SCIntilla-based GTK text editor
License: MIT
Group: Applications/Editors
Url: http://www.scintilla.org/SciTE.html
-Packager: B Stack <bgstack15@gmail.com>
+Packager: B. Stack <bgstack15@gmail.com>
Source0: https://www.scintilla.org/scite%{tarballversion}.tgz
Patch0: scite-utf8.patch
@@ -49,6 +49,9 @@ rm -rf scite/lua
scl enable %{scl_env} /bin/bash <<'EOFSCL'
%endif
make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags} -shared -dynamiclib" \
+ CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" DEBUG=1 -C lexilla/src \
+ libdir=%{_libdir}
+ make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags} -shared -dynamiclib" \
CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" DEBUG=1 -C scintilla/gtk \
libdir=%{_libdir}
#Build without lua support
@@ -60,6 +63,9 @@ EOFSCL
%endif
%else
make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags} -shared -dynamiclib" \
+ CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" GTK3=1 DEBUG=1 -C lexilla/src \
+ libdir=%{_libdir}
+ make %{?_smp_mflags} LDFLAGS="%{?__global_ldflags} -shared -dynamiclib" \
CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" GTK3=1 DEBUG=1 -C scintilla/gtk \
libdir=%{_libdir}
#Build without lua support
@@ -103,37 +109,40 @@ desktop-file-install --delete-original \
%{_libdir}/*
%changelog
-* Thu Oct 01 2020 B Stack <bgstack15@gmail.com> - 4.4.5-1/3.7.6-1
+* Tue Apr 20 2021 B. Stack <bgstack15@gmail.com> - 5.0.1-1/3.7.6-1
+- Update version
+
+* Thu Oct 01 2020 B. Stack <bgstack15@gmail.com> - 4.4.5-1/3.7.6-1
- Update version
-* Thu Jul 23 2020 B Stack <bgstack15@gmail.com> - 4.4.4-1/3.7.6-1
+* Thu Jul 23 2020 B. Stack <bgstack15@gmail.com> - 4.4.4-1/3.7.6-1
- Update version
-* Wed Jun 03 2020 B Stack <bgstack15@gmail.com> - 4.4.3-1/3.7.6-1
+* Wed Jun 03 2020 B. Stack <bgstack15@gmail.com> - 4.4.3-1/3.7.6-1
- Update version
-* Tue May 05 2020 B Stack <bgstack15@gmail.com> - 4.3.3-1/3.7.6-1
+* Tue May 05 2020 B. Stack <bgstack15@gmail.com> - 4.3.3-1/3.7.6-1
- Update version
-* Wed Mar 04 2020 B Stack <bgstack15@gmail.com> - 4.3.1-1/3.7.6-1
+* Wed Mar 04 2020 B. Stack <bgstack15@gmail.com> - 4.3.1-1/3.7.6-1
- Update version
-* Thu Jan 16 2020 B Stack <bgstack15@gmail.com> - 4.3.0-1/3.7.6-1
+* Thu Jan 16 2020 B. Stack <bgstack15@gmail.com> - 4.3.0-1/3.7.6-1
- Update version
-* Thu Dec 19 2019 B Stack <bgstack15@gmail.com> - 4.2.3-1/3.7.6-1
+* Thu Dec 19 2019 B. Stack <bgstack15@gmail.com> - 4.2.3-1/3.7.6-1
- Update version
-* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 4.2.2-1/3.7.6-1
+* Mon Nov 11 2019 B. Stack <bgstack15@gmail.com> - 4.2.2-1/3.7.6-1
- Update version
-* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 4.2.1-1/3.7.6-1
+* Mon Nov 11 2019 B. Stack <bgstack15@gmail.com> - 4.2.1-1/3.7.6-1
- Rewritten to build Fedora and Enterprise Linux versions from a single spec with minor flags changed
-* Thu Jun 6 2019 B Stack <bgstack15@gmail.com> - 4.1.6-1/3.7.5-1
+* Thu Jun 6 2019 B. Stack <bgstack15@gmail.com> - 4.1.6-1/3.7.5-1
- Rewritten to build Fedora and Enterprise Linux versions from a single spec with minor flags changed
-* Mon May 6 2019 B Stack <bgstack15@gmail.com> - 4.1.5-1
+* Mon May 6 2019 B. Stack <bgstack15@gmail.com> - 4.1.5-1
- Brought to latest version
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-3
bgstack15