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

index 50d35c96ee34dfb24ba853018c2e52f700f0dade..e73027cca0e9aebedd811d2ef1f9494893c74a69 100644 (file)
@@ -5,16 +5,16 @@
 
 Summary:       lxqt-sudo
 Name:          lxqt-sudo
-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: 7671aebf30a28cb27438dd87de0a589e
+# Source0-md5: 3e071c753f9f1fd63566799234cb426b
 URL:           http://www.lxqt.org/
 BuildRequires: cmake >= 2.8.3
-BuildRequires: liblxqt-devel >= 0.10.0
-BuildRequires: libqtxdg-devel >= 1.0.0
+BuildRequires: liblxqt-devel >= 0.11.0
+BuildRequires: libqtxdg-devel >= 2.0.0
 BuildRequires: xdg-utils >= 1.1.0
 BuildRequires: xz-devel
 Requires:      lxqt-common
@@ -30,6 +30,7 @@ lxqt-sudo
 install -d build
 cd build
 %cmake \
+       -DPULL_TRANSLATIONS:BOOL=OFF \
        ../
 
 %{__make}
@@ -40,17 +41,17 @@ 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-sudo
 %attr(755,root,root) %{_bindir}/lxsu
 %attr(755,root,root) %{_bindir}/lxsudo
-%dir %{_datadir}/lxqt/translations/%{name}
+#%dir %{_datadir}/lxqt/translations/%{name}
 %{_mandir}/man1/lxqt-sudo.1*
 %{_mandir}/man1/lxsu.1*
 %{_mandir}/man1/lxsudo.1*
This page took 0.149343 seconds and 4 git commands to generate.