Changeset 1714 for spec/trunk
- Timestamp:
- Oct 3, 2020, 9:31:00 PM (5 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/tea.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/tea.spec
r1694 r1714 1 1 Name: tea 2 Version: 50. 0.43 Release: 2%{?dist}2 Version: 50.1.0 3 Release: 1%{?dist} 4 4 Summary: A powerful and easy-to-use Qt4-based editor with many useful features for HTML, Docbook, and LaTeX editing 5 5 Group: Graphical Desktop/Applications/Development … … 8 8 Packager: TeLLie elbert.pol@gmail.com 9 9 URL: http://semiletov.org/tea/ 10 #Source: http://semiletov.org/tea/dloads/tea-%{version}.tar.bz2 11 #Source: http://downloads.sourceforge.net/project/tea-editor/tea-editor/%{version}/tea-%{version}.tar.bz2 10 %if !0%{?os2_version} 11 Source: http://downloads.sourceforge.net/project/tea-editor/tea-editor/%{version}/tea-%{version}.tar.bz2 12 %else 12 13 %scm_source github https://github.com/psemiletov/tea-qt master 14 %endif 13 15 14 16 License: GPL 17 %if !0%{?os2_version} 15 18 # AUTOBUILDREQ-BEGIN 16 19 #BuildRequires: glibc-devel 17 20 #BuildRequires: libGL-devel 21 %endif 18 22 BuildRequires: hunspell-devel 19 23 BuildRequires: qt5-qtbase-devel … … 30 34 Morse-code tools, bookmarks, syntax highlighting, and more. 31 35 36 %debug_package 37 32 38 %prep 33 39 %scm_setup … … 43 49 cd builder 44 50 45 cmake -DCMAKE_INSTALL_PREFIX:PATH=/@unixroot/usr .. 46 51 cmake -DCMAKE_INSTALL_PREFIX:PATH=/@unixroot/usr \ 52 -DCMAKE_SKIP_RPATH:BOOL=YES \ 53 -DCMAKE_BUILD_TYPE=release \ 54 -DUSE_ASPELL=ON \ 55 -DUSE_PRINTER=ON \ 56 -DUSE_PDF=ON \ 57 -DUSE_DJVU=ON \ 58 -DUSE_QML=ON \ 59 -Wno-dev .. 47 60 make %{?_smp_mflags} 48 61 … … 58 71 59 72 %changelog 73 * Sat Oct 03 2020 Elbert Pol <elbert.pol@gmail.com> 50.1.0-1 74 - Updated to latest source 75 60 76 * Thu Apr 02 2020 Elbert Pol <elbert.pol@gmail.com> 50.0.4-2 61 77 - Requirement from some files not needed and build with gcc 9.2.0
Note:
See TracChangeset
for help on using the changeset viewer.
