]> git.pld-linux.org Git - SPECS.git/blob - lxqt-about.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / lxqt-about.spec
1 #
2 # Conditional build:
3 #
4 %define         qtver           5.3.1
5
6 Summary:        lxqt-about
7 Name:           lxqt-about
8 Version:        0.11.0
9 Release:        1
10 License:        GPLv2 and LGPL-2.1+
11 Group:          X11/Applications
12 Source0:        http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
13 # Source0-md5:  fc03056a2226f78da99acaeb5ce78e80
14 URL:            http://www.lxqt.org/
15 BuildRequires:  cmake >= 2.8.3
16 BuildRequires:  liblxqt-devel >= 0.10.0
17 BuildRequires:  xz-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 lxqt-about.
22
23 %prep
24 %setup -q
25
26 %build
27 install -d build
28 cd build
29 %cmake \
30         -DPULL_TRANSLATIONS=OFF \
31         ../
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} -C build install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 #%%find_lang %{name} --with-qm
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %post   -p /sbin/ldconfig
47 %postun -p /sbin/ldconfig
48
49 %files
50 %defattr(644,root,root,755)
51 #%%dir %{_datadir}/lxqt/translations/%{name}
52 %attr(755,root,root) %{_bindir}/lxqt-about
53 %{_desktopdir}/lxqt-about.desktop
This page took 0.27671 seconds and 3 git commands to generate.