Changeset 1714 for spec/trunk


Ignore:
Timestamp:
Oct 3, 2020, 9:31:00 PM (5 years ago)
Author:
tellie
Message:

spec: tea: Release version 50.1.0-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/tea.spec

    r1694 r1714  
    11Name:          tea
    2 Version:       50.0.4
    3 Release:       2%{?dist}
     2Version:       50.1.0
     3Release:       1%{?dist}
    44Summary:       A powerful and easy-to-use Qt4-based editor with many useful features for HTML, Docbook, and LaTeX editing
    55Group:         Graphical Desktop/Applications/Development
     
    88Packager:      TeLLie elbert.pol@gmail.com
    99URL:           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}
     11Source:       http://downloads.sourceforge.net/project/tea-editor/tea-editor/%{version}/tea-%{version}.tar.bz2
     12%else
    1213%scm_source  github https://github.com/psemiletov/tea-qt master
     14%endif
    1315
    1416License:       GPL
     17%if !0%{?os2_version}
    1518# AUTOBUILDREQ-BEGIN
    1619#BuildRequires: glibc-devel
    1720#BuildRequires: libGL-devel
     21%endif
    1822BuildRequires: hunspell-devel
    1923BuildRequires: qt5-qtbase-devel
     
    3034Morse-code tools, bookmarks, syntax highlighting, and more.
    3135
     36%debug_package
     37
    3238%prep
    3339%scm_setup
     
    4349cd builder
    4450
    45 cmake -DCMAKE_INSTALL_PREFIX:PATH=/@unixroot/usr ..
    46 
     51cmake -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 ..
    4760make %{?_smp_mflags}
    4861
     
    5871
    5972%changelog
     73* Sat Oct 03 2020 Elbert Pol <elbert.pol@gmail.com> 50.1.0-1
     74- Updated to latest source
     75
    6076* Thu Apr 02 2020 Elbert Pol <elbert.pol@gmail.com> 50.0.4-2
    6177- Requirement from some files not needed and build with gcc 9.2.0
Note: See TracChangeset for help on using the changeset viewer.