From 0a57d2d564ec355482ec6e69a8f7545ce120d1d344fe0cb17f537e2b0d424176 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 13 Nov 2015 22:35:44 +0000 Subject: [PATCH] Accepting request 343358 from X11:LXQt 1 OBS-URL: https://build.opensuse.org/request/show/343358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcmanfm-qt?expand=0&rev=5 --- pcmanfm-qt-0.10.0.tar.xz | 3 +++ pcmanfm-qt-0.9.0.tar.xz | 3 --- pcmanfm-qt.changes | 5 +++++ pcmanfm-qt.spec | 24 ++++++++++-------------- 4 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 pcmanfm-qt-0.10.0.tar.xz delete mode 100644 pcmanfm-qt-0.9.0.tar.xz diff --git a/pcmanfm-qt-0.10.0.tar.xz b/pcmanfm-qt-0.10.0.tar.xz new file mode 100644 index 0000000..b44359d --- /dev/null +++ b/pcmanfm-qt-0.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4 +size 228540 diff --git a/pcmanfm-qt-0.9.0.tar.xz b/pcmanfm-qt-0.9.0.tar.xz deleted file mode 100644 index 7f61fa4..0000000 --- a/pcmanfm-qt-0.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2df0f0a0c092f9ee6e7311255ab2aed66c8ea897b3399affb96732c46421e2df -size 189184 diff --git a/pcmanfm-qt.changes b/pcmanfm-qt.changes index c753859..cf8f61a 100644 --- a/pcmanfm-qt.changes +++ b/pcmanfm-qt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 5 13:10:10 UTC 2015 - mvetter@suse.com + +- Upstream release 0.10.0 + ------------------------------------------------------------------- Fri Feb 20 21:31:00 UTC 2015 - sfalken@opensuse.org diff --git a/pcmanfm-qt.spec b/pcmanfm-qt.spec index f7d12d4..4a5adc9 100644 --- a/pcmanfm-qt.spec +++ b/pcmanfm-qt.spec @@ -17,14 +17,14 @@ Name: pcmanfm-qt -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: File manager and desktop icon manager License: GPL-2.0+ Group: System/GUI/LXDE Url: http://www.lxqt.org Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz -BuildRequires: cmake +BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkg-config @@ -62,20 +62,14 @@ Requires: pkg-config %description -n libfm-qt5-devel Libfm-Qt libraries for development -%package -n %{name}-lang -Summary: Translations for pcmanfm-qt -Group: System/GUI/LXDE-Qt -Requires: %{name} = %{version} - -%description -n %{name}-lang -Translation files for pcmanfm-qt +%lang_package %prep %setup -q %build %cmake -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install %cmake_install @@ -95,9 +89,9 @@ Translation files for pcmanfm-qt %defattr(-,root,root) %doc AUTHORS COPYING %dir %{_datadir}/pcmanfm-qt -%{_bindir}/pcmanfm-qt +%{_bindir}/%{name} %{_datadir}/applications/*.desktop -%{_datadir}/man/man1/pcmanfm-qt.1.gz +%{_mandir}/man?/%{name}.* %files -n libfm-qt5-2 %defattr(-,root,root) @@ -110,8 +104,10 @@ Translation files for pcmanfm-qt %{_libdir}/pkgconfig/libfm-qt5.pc %{_libdir}/libfm-qt5.so -%files -n %{name}-lang +%files lang %defattr(-,root,root) -%{_datadir}/pcmanfm-qt/translations +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/translations +%{_datadir}/%{name}/translations %changelog