This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 85f5643d2bc17dc00733be86f7053269d8dd7047
Author: Kim Woelders <[email protected]>
AuthorDate: Fri Aug 7 13:15:03 2026 +0200
Spec file: Add a %conf section
---
e16.spec.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/e16.spec.in b/e16.spec.in
index 355c3001..ac3271d5 100644
--- a/e16.spec.in
+++ b/e16.spec.in
@@ -30,8 +30,10 @@ This package will install the Enlightenment window manager.
%prep
%setup -q
-%build
+%conf
%configure %{?acflags}
+
+%build
make %{?_smp_mflags}
%install
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.