libqbase/.gear/libqbase.spec

41 lines
714 B
RPMSpec
Raw Permalink Normal View History

2023-09-13 14:43:43 +03:00
%define _unpackaged_files_terminate_build 1
Name: libqbase
2023-09-13 14:43:43 +03:00
Version: 0.0.1
Release: alt1
Summary: Common BaseALT Qt projects library.
2023-09-13 14:43:43 +03:00
License: GPLv2+
Group: Other
Url: https://github.com/mchernigin/baselib
BuildRequires(pre): rpm-macros-cmake
BuildRequires: gcc-c++ cmake cmake-modules
BuildRequires: qt5-base-common qt5-base-devel qt5-declarative-devel qt5-tools-devel
Source0: %name-%version.tar
%global target_name qbase
2023-09-13 14:43:43 +03:00
%description
Common BaseALT Qt projects library
2023-09-13 14:43:43 +03:00
%prep
%setup -q
%build
%cmake
%cmake_build
%install
%cmakeinstall_std
%files
%_includedir/%target_name/
%_libdir/*.so
%_libdir/cmake
2023-09-13 14:43:43 +03:00
%changelog
* Wed Sep 13 2023 Michael Chernigin <chernigin@altlinux.org> 0.0.1-alt1
- Initial build