]> git.pld-linux.org Git - packages/lxqt-openssh-askpass.git/blame - lxqt-openssh-askpass.spec
- updated to 0.10.0
[packages/lxqt-openssh-askpass.git] / lxqt-openssh-askpass.spec
CommitLineData
e3af0888
WF
1#
2# Conditional build:
3#
c1ceb46f 4%define qtver 5.3.1
e3af0888
WF
5
6Summary: lxqt-openssh-askpass
7Name: lxqt-openssh-askpass
2d450195
WF
8Version: 0.10.0
9Release: 1
e3af0888
WF
10License: GPLv2 and LGPL-2.1+
11Group: X11/Applications
2d450195
WF
12Source0: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
13# Source0-md5: e5f284e7a63d6ccc057dde0098ee1fe6
e3af0888
WF
14URL: http://www.lxqt.org/
15BuildRequires: cmake >= 2.8.3
c1ceb46f 16BuildRequires: liblxqt-devel >= 0.8.0
17BuildRequires: libqtxdg-devel >= 1.0.0
e3af0888
WF
18BuildRequires: xz-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22lxqt-openssh-askpass
23
24%prep
c1ceb46f 25%setup -q
e3af0888
WF
26
27%build
28install -d build
29cd build
30%cmake \
31 ../
2d450195 32
e3af0888
WF
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} -C build install \
39 DESTDIR=$RPM_BUILD_ROOT
40
2d450195
WF
41%find_lang %{name} --with-qm
42
e3af0888
WF
43%clean
44rm -rf $RPM_BUILD_ROOT
45
2d450195 46%files -f %{name}.lang
e3af0888
WF
47%defattr(644,root,root,755)
48%attr(755,root,root) %{_bindir}/lxqt-openssh-askpass
2d450195 49%dir %{_datadir}/lxqt/translations/%{name}
This page took 0.121919 seconds and 4 git commands to generate.