Initial SPEC upload (#1862597).

epel9
Vitaly Zaitsev 5 years ago
parent c98449ba30
commit 637fdf7791
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

1
.gitignore vendored

@ -0,0 +1 @@
/kcolorpicker-0.1.4.tar.gz

@ -0,0 +1,59 @@
%undefine __cmake_in_source_build
%define appname kColorPicker
%global libname lib%{appname}
Name: kcolorpicker
Version: 0.1.4
Release: 1%{?dist}
License: LGPLv3+
Summary: QToolButton control with color popup menu
URL: https://github.com/ksnip/%{appname}
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: ninja-build
BuildRequires: gcc-c++
BuildRequires: cmake
%description
QToolButton with color popup menu which lets you select a color.
The popup features a color dialog button which can be used to add
custom colors to the popup menu.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%description devel
%{summary}.
%prep
%autosetup -n %{appname}-%{version} -p1
%build
%cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS:BOOL=OFF \
-DBUILD_EXAMPLE:BOOL=OFF
%cmake_build
%install
%cmake_install
%files
%doc README.md
%license LICENSE
%{_libdir}/%{libname}.so.0*
%files devel
%{_includedir}/%{appname}/
%{_libdir}/cmake/%{appname}/
%{_libdir}/%{libname}.so
%changelog
* Fri Jul 31 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 0.1.4-1
- Initial SPEC release.

@ -0,0 +1 @@
SHA512 (kcolorpicker-0.1.4.tar.gz) = 135b8e0e189feb724f6a4f6a09b8e18922d294fbb3c80cd8522acec272ad0503eff5bf375ae7d58b1dd2f891dc0df187b2a3442726f8ff980583c475090b8673
Loading…
Cancel
Save