commit 98d2387fc5160633808c369497f83fba1880cf84
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Thu Aug 6 12:12:01 2020 +0200
Use new cmake macros
lightspark.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lightspark.spec b/lightspark.spec
index b5165ce..dc11b6b 100644
--- a/lightspark.spec
+++ b/lightspark.spec
@@ -7,7 +7,7 @@
Name: lightspark
Version: 0.8.3
-Release: 1%{?git_snapshot:.%{date}git%{commit_short}}%{?dist}
+Release: 2%{?git_snapshot:.%{date}git%{commit_short}}%{?dist}
Summary: An alternative Flash Player implementation
License: LGPLv3+
URL:
http://lightspark.github.io/
@@ -85,11 +85,11 @@ This is the Chromium compatible plugin for %{name}.
%{?with_tightspark: -DCOMPILE_TIGHTSPARK=1} \
.
-%make_build VERBOSE=1
+%cmake_build
%install
-%make_install
+%cmake_install
%find_lang %{name}
%if %{with tightspark}
@@ -127,6 +127,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Thu Aug 06 2020 Xavier Bachelot <xavier(a)bachelot.org> - 0.8.3-2
+- Use new cmake macros
+
* Wed Jul 08 2020 Xavier Bachelot <xavier(a)bachelot.org> - 0.8.3-1
- Update to 0.8.3