]> git.pld-linux.org Git - packages/lxqt-openssh-askpass.git/commitdiff
- updated to 0.11.0 master
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 16 Oct 2016 18:38:10 +0000 (20:38 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 16 Oct 2016 18:38:10 +0000 (20:38 +0200)
lxqt-openssh-askpass.spec

index aa4da233ce3066f089c9944c311d2a86915cb772..9f2fec334dd4cc01cacd7f407e12d6e31471c19d 100644 (file)
@@ -5,16 +5,16 @@
 
 Summary:       lxqt-openssh-askpass
 Name:          lxqt-openssh-askpass
-Version:       0.10.0
+Version:       0.11.0
 Release:       1
 License:       GPLv2 and LGPL-2.1+
 Group:         X11/Applications
 Source0:       http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: e5f284e7a63d6ccc057dde0098ee1fe6
+# Source0-md5: d0b37554cb283ca09fa4523308be7072
 URL:           http://www.lxqt.org/
 BuildRequires: cmake >= 2.8.3
-BuildRequires: liblxqt-devel >= 0.8.0
-BuildRequires: libqtxdg-devel >= 1.0.0
+BuildRequires: liblxqt-devel >= 0.11.0
+BuildRequires: libqtxdg-devel >= 2.0.0
 BuildRequires: xz-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,6 +28,7 @@ lxqt-openssh-askpass
 install -d build
 cd build
 %cmake \
+       -DPULL_TRANSLATIONS=OFF \
        ../
 
 %{__make}
@@ -38,12 +39,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --with-qm
+#%find_lang %{name} --with-qm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/lxqt-openssh-askpass
-%dir %{_datadir}/lxqt/translations/%{name}
+#%dir %{_datadir}/lxqt/translations/%{name}
This page took 0.085657 seconds and 4 git commands to generate.