/[packages]/cauldron/qttranslations5/current/SPECS/qttranslations5.spec
ViewVC logotype

Contents of /cauldron/qttranslations5/current/SPECS/qttranslations5.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1378551 - (show annotations) (download)
Mon Mar 18 01:40:41 2019 UTC (5 years, 1 month ago) by neoclust
File size: 1094 byte(s)
New version 5.12.0
1 %define snapshot 0
2 %define pre rc
3
4 %define qtmajor 5
5 %define qtminor 12
6 %define qtsubminor 2
7
8 %define rel 1
9
10 %define major_private 1
11 %define qtversion %{qtmajor}.%{qtminor}.%{qtsubminor}
12
13 %if %snapshot
14 %define qttarballdir qttranslations-everywhere-src-%{qtversion}-%pre
15 %else
16 %define qttarballdir qttranslations-everywhere-src-%{qtversion}
17 %endif
18
19 Name: qttranslations5
20 Version: %{qtversion}
21 Release: %mkrel %{rel}
22 Summary: Qt Translations
23 Group: Development/KDE and Qt
24 License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL
25 URL: http://www.qt.io
26 Source0: http://download.qt.io/official_releases/qt/%{qtmajor}.%{qtminor}/%{version}/submodules/%{qttarballdir}.tar.xz
27 BuildRequires: qtbase5-devel
28 BuildRequires: qttools5
29 BuildArch: noarch
30 #Branch Patchs
31
32 #Trunk Patchs
33
34 #Patch from Mageia
35
36
37 %description
38 Translation files for Qt Project apps.
39
40 %files
41 %{_qt5_translationdir}
42
43 #------------------------------------------------------------------------------
44
45 %prep
46 %setup -q -n qttranslations-everywhere-src-%{qtversion}
47
48 %build
49 %qmake_qt5
50
51 %make_build
52
53 %install
54 %qmakeinstall_std

  ViewVC Help
Powered by ViewVC 1.1.30