blur-effect/blur-effect.spec

41 lines
926 B
RPMSpec
Raw Normal View History

2020-07-13 18:34:48 +08:00
%bcond_with check
%global debug_package %{nil}
%global _unpackaged_files_terminate_build 0
Name: blur-effect
Version: 1.1.3
2020-08-10 17:03:41 +08:00
Release: 3
2020-07-13 18:34:48 +08:00
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
2020-08-10 16:37:08 +08:00
BuildRequires: glew-devel mesa-libgbm-devel gdk-pixbuf2-devel mesa-libGLES-devel mesa-libEGL-devel libdrm-devel
2020-07-13 18:34:48 +08:00
%description
%prep
%setup
%build
cmake .
make
%install
%make_install
%files
/usr/local/bin/blur_image
%license LICENSE
%doc README.md
%changelog
2020-08-10 16:37:08 +08:00
* Mon Aug 10 2020 chenbo pan <panchenbo@uniontech.com> - 1.1.3-3
- fix compile fail
2020-07-30 15:15:44 +08:00
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2
- fix spec
2020-07-30 14:31:16 +08:00
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-1
- Package init