]> git.pld-linux.org Git - packages/lxqt-openssh-askpass.git/blob - lxqt-openssh-askpass.spec
- new
[packages/lxqt-openssh-askpass.git] / lxqt-openssh-askpass.spec
1 #
2 # Conditional build:
3 #
4 %define         qtver           4.8.5
5
6 Summary:        lxqt-openssh-askpass
7 Name:           lxqt-openssh-askpass
8 Version:        0.7.0
9 Release:        0.1
10 License:        GPLv2 and LGPL-2.1+
11 Group:          X11/Applications
12 Source0:        http://lxqt.org/downloads/lxqt/0.7.0/%{name}-%{version}.tar.xz
13 # Source0-md5:  f4161f201caa0c48e32926b78709c9ec
14 URL:            http://www.lxqt.org/
15 BuildRequires:  cmake >= 2.8.3
16 BuildRequires:  liblxqt-devel >= 0.7.0
17 BuildRequires:  libqtxdg-devel >= 0.5.3
18 BuildRequires:  xz-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 lxqt-openssh-askpass
23
24 %prep
25 %setup -q -c %{name}-%{version}
26
27 %build
28 install -d build
29 cd build
30 %cmake \
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 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/lxqt-openssh-askpass
This page took 0.077807 seconds and 3 git commands to generate.