41 lines
926 B
RPMSpec
41 lines
926 B
RPMSpec
%bcond_with check
|
|
%global debug_package %{nil}
|
|
%global _unpackaged_files_terminate_build 0
|
|
|
|
Name: blur-effect
|
|
Version: 1.1.3
|
|
Release: 3
|
|
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
|
|
|
License: GPLv3
|
|
URL: https://uos-packages.deepin.com/uos/pool/main/b/blur-effect/
|
|
Source0: %{name}-%{version}.orig.tar.xz
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: glew-devel mesa-libgbm-devel gdk-pixbuf2-devel mesa-libGLES-devel mesa-libEGL-devel libdrm-devel
|
|
%description
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
cmake .
|
|
make
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
/usr/local/bin/blur_image
|
|
%license LICENSE
|
|
%doc README.md
|
|
|
|
|
|
%changelog
|
|
* Mon Aug 10 2020 chenbo pan <panchenbo@uniontech.com> - 1.1.3-3
|
|
- fix compile fail
|
|
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2
|
|
- fix spec
|
|
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-1
|
|
- Package init
|