219 lines
6.3 KiB
RPMSpec
219 lines
6.3 KiB
RPMSpec
%bcond_with clang
|
|
|
|
Name: libfm-qt
|
|
Version: 2.0.2
|
|
Release: 1%{?dist}
|
|
Summary: Companion library for PCManFM
|
|
License: GPL-2.0-or-later
|
|
URL: https://lxqt-project.org
|
|
Source0: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: cmake
|
|
%if %{with clang}
|
|
BuildRequires: clang >= 5.0
|
|
%else
|
|
BuildRequires: gcc-c++
|
|
%endif
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
BuildRequires: cmake(Qt6LinguistTools)
|
|
BuildRequires: cmake(lxqt2-build-tools)
|
|
BuildRequires: qt6-qtbase-private-devel
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xcb)
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
BuildRequires: pkgconfig(libfm)
|
|
BuildRequires: pkgconfig(lxqt) >= 2.0
|
|
BuildRequires: pkgconfig(libmenu-cache)
|
|
BuildRequires: pkgconfig(libexif)
|
|
BuildRequires: lxqt-menu-data
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: menu-cache-devel
|
|
|
|
%description
|
|
Libfm-Qt is a companion library providing components to build
|
|
desktop file managers.
|
|
|
|
%package devel
|
|
Summary: Development files for libfm-qt
|
|
Requires: libfm-qt%{?_isa} = %{version}-%{release}
|
|
Requires: menu-cache-devel
|
|
|
|
%description devel
|
|
libfm-qt-devel package contains libraries and header files for
|
|
developing applications that use libfm-qt.
|
|
|
|
|
|
%package l10n
|
|
BuildArch: noarch
|
|
Summary: Translations for libfm-qt
|
|
Requires: libfm-qt
|
|
%description l10n
|
|
This package provides translations for the libfm-qt package.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version}
|
|
|
|
%build
|
|
%if %{with clang}
|
|
export CC=clang
|
|
export CXX=clang++
|
|
%endif
|
|
|
|
%cmake_lxqt
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
%find_lang libfm-qt --with-qt
|
|
|
|
%files
|
|
%doc AUTHORS CHANGELOG README.md
|
|
%license LICENSE
|
|
%{_libdir}/libfm-qt6.so.14
|
|
%{_libdir}/libfm-qt6.so.14.*
|
|
%{_datadir}/libfm-qt6
|
|
|
|
%files devel
|
|
%{_libdir}/libfm-qt6.so
|
|
%{_libdir}/pkgconfig/libfm-qt6.pc
|
|
%{_includedir}/libfm-qt6/
|
|
%dir %{_datadir}/cmake/fm-qt6
|
|
%{_datadir}/cmake/fm-qt6/*
|
|
%{_datadir}/libfm-qt6/archivers.list
|
|
%{_datadir}/libfm-qt6/terminals.list
|
|
%{_datadir}/mime/packages/libfm-qt6-mimetypes.xml
|
|
|
|
%files l10n -f libfm-qt.lang
|
|
%doc AUTHORS CHANGELOG README.md
|
|
%license LICENSE
|
|
%dir %{_datadir}/libfm-qt6/translations
|
|
|
|
%changelog
|
|
* Fri Sep 27 2024 Raven <raven@sysadmins.ws> - 2.0.2-1
|
|
- update to 2.0.2
|
|
|
|
* Mon Nov 6 2023 Raven <raven@sysadmins.ws> - 1.4.0-1
|
|
- update to 1.4.0
|
|
|
|
* Thu May 18 2023 Raven <raven@sysadmins.ws> - 1.3.0-1
|
|
- update to 1.3.0
|
|
|
|
* Fri Nov 11 2022 Raven <raven@sysadmins.ws> - 1.2.0-1
|
|
- update to 1.2.0
|
|
|
|
* Mon Nov 08 2021 Raven <raven@sysadmins.ws> - 1.0.0-1
|
|
- update to 1.0.0
|
|
- drop RHEL7 support
|
|
|
|
* Tue Jan 26 2021 Raven <raven@sysadmins.ws> - 0.16.0-1
|
|
- version update
|
|
|
|
* Tue Jun 16 2020 Raven <raven@sysadmins.ws> - 0.15.1-1
|
|
- version update
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Mon Dec 09 2019 Jan Grulich <jgrulich@redhat.com> - 0.14.1-8
|
|
- rebuild (qt5)
|
|
|
|
* Sun Oct 06 2019 Zamir SUN <sztsian@gmail.com> - 0.14.1-7
|
|
- Move menu-cache-devel to dependencies of libfm-qt-devel
|
|
- Fixes RHBZ 1758064
|
|
|
|
* Wed Sep 25 2019 Jan Grulich <jgrulich@redhat.com> - 0.14.1-6
|
|
- rebuild (qt5)
|
|
|
|
* Fri Sep 20 2019 Zamir SUN <sztsian@gmail.com> - 0.14.1-5
|
|
- Improve compatibility with epel7
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Mon Jun 17 2019 Jan Grulich <jgrulich@redhat.com> - 0.14.1-3
|
|
- rebuild (qt5)
|
|
|
|
* Wed Jun 05 2019 Jan Grulich <jgrulich@redhat.com> - 0.14.1-2
|
|
- rebuild (qt5)
|
|
|
|
* Mon Apr 15 2019 Zamir SUN <sztsian@gmail.com> - 0.14.1-1
|
|
- Update to version 0.14.1
|
|
|
|
* Mon Mar 04 2019 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.14.0-3
|
|
- Rebuild for Qt 5.12.1
|
|
|
|
* Wed Feb 13 2019 Zamir SUN <sztsian@gmail.com> - 0.14.0-2
|
|
- Add l10n sub package
|
|
|
|
* Wed Feb 13 2019 Zamir SUN <zsun@fedoraproject.org> - 0.14.0-1
|
|
- Prepare for LXQt 0.14.0
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Thu Dec 13 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.13.1-3
|
|
- rebuild (qt5)
|
|
|
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 0.13.1-2
|
|
- rebuild (qt5)
|
|
|
|
* Thu Aug 09 2018 Zamir SUN <zsun@fedoraproject.org> - 0.13.1-1
|
|
- Update to 0.13.1
|
|
|
|
* Fri Aug 03 2018 Zamir SUN <zsun@fedoraproject.org> - 0.13.0-2
|
|
- Add menu-cache-devel as Require, otherwise cmake report 'Imported target "fm-qt" includes non-existent path'
|
|
|
|
* Fri Aug 03 2018 Zamir SUN <zsun@fedoraproject.org> - 0.13.0-1
|
|
- Update to version 0.13.0
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Thu Jun 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.11.2-13
|
|
- rebuild (qt5)
|
|
|
|
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.11.2-12
|
|
- rebuild (qt5)
|
|
|
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 0.11.2-11
|
|
- rebuild (qt5)
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Mon Jan 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.11.2-9
|
|
- rebuild (qt5)
|
|
|
|
* Sun Nov 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.11.2-8
|
|
- rebuild (qt5)
|
|
|
|
* Wed Oct 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.11.2-7
|
|
- BR: qt5-qtbase-private-devel
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Thu Jan 19 2017 Christian Dersch <lupinix@mailbox.org> - 0.11.2-3
|
|
- rebuilt
|
|
|
|
* Wed Jan 18 2017 Christian Dersch <lupinix@mailbox.org> - 0.11.2-2
|
|
- moved translations to lxqt-l10n
|
|
|
|
* Mon Jan 16 2017 Christian Dersch <lupinix@mailbox.org> - 0.11.2-1
|
|
- new version
|
|
|
|
* Thu Sep 29 2016 Helio Chissini de Castro <helio@kde.org> - 0.11.1-2
|
|
- Fix some rpmlint errors
|
|
|
|
* Mon Sep 26 2016 Helio Chissini de Castro <helio@kde.org> - 0.11.1-1
|
|
New package splitted from main pcmanfm-qt
|