forked from pool/libfm-qt
- Added:
* Provides: libfm-qt6 >= %{version} for main library * Specfile Cleanup * %check section OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/libfm-qt?expand=0&rev=57
This commit is contained in:
parent
b31fba3ea1
commit
90949ef098
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 4 14:28:21 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
- Added:
|
||||||
|
* Provides: libfm-qt6 >= %{version} for main library
|
||||||
|
* Specfile Cleanup
|
||||||
|
* %check section
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 3 20:09:16 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
Mon Jun 3 20:09:16 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ Version: 2.0.2
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Core library of PCManFM-Qt (Qt binding for libfm)
|
Summary: Core library of PCManFM-Qt (Qt binding for libfm)
|
||||||
License: BSD-3-Clause AND LGPL-2.1-or-later
|
License: BSD-3-Clause AND LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
URL: https://github.com/lxqt/libfm-qt
|
URL: https://github.com/lxqt/libfm-qt
|
||||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||||
@ -51,15 +50,14 @@ Libfm-Qt is a companion library providing components to build desktop file manag
|
|||||||
|
|
||||||
%package -n %{_name}-%{_ver}
|
%package -n %{_name}-%{_ver}
|
||||||
Summary: Libfm-qt libraries
|
Summary: Libfm-qt libraries
|
||||||
Group: System/Libraries
|
|
||||||
Requires: %{_name}-data >= %{version}
|
Requires: %{_name}-data >= %{version}
|
||||||
|
Provides: %{_name} >= %{version}
|
||||||
|
|
||||||
%description -n %{_name}-%{_ver}
|
%description -n %{_name}-%{_ver}
|
||||||
Libfm-Qt is a companion library providing components to build desktop file managers
|
Libfm-Qt is a companion library providing components to build desktop file managers
|
||||||
|
|
||||||
%package -n %{_name}-data
|
%package -n %{_name}-data
|
||||||
Summary: Data files for libfm library
|
Summary: Data files for libfm library
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n %{_name}-data
|
%description -n %{_name}-data
|
||||||
@ -67,7 +65,6 @@ Provides data to be read by libfm-qt
|
|||||||
|
|
||||||
%package -n %{_name}-devel
|
%package -n %{_name}-devel
|
||||||
Summary: Development files for libfm-qt
|
Summary: Development files for libfm-qt
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: %{_name}-%{_ver} = %{version}-%{release}
|
Requires: %{_name}-%{_ver} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n %{_name}-devel
|
%description -n %{_name}-devel
|
||||||
@ -87,6 +84,9 @@ Libfm-Qt libraries for development
|
|||||||
|
|
||||||
%ldconfig_scriptlets -n %{_name}-%{_ver}
|
%ldconfig_scriptlets -n %{_name}-%{_ver}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%ctest
|
||||||
|
|
||||||
%files -n %{_name}-%{_ver}
|
%files -n %{_name}-%{_ver}
|
||||||
%doc AUTHORS CHANGELOG README.md
|
%doc AUTHORS CHANGELOG README.md
|
||||||
%{_libdir}/%{_name}.so.*
|
%{_libdir}/%{_name}.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user