kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16-docs.git/commit/?id=cc17380f93cdc07d8c1e8f815a2879399ddc6b8b

commit cc17380f93cdc07d8c1e8f815a2879399ddc6b8b
Author: Kim Woelders <[email protected]>
Date:   Fri Jul 13 07:19:40 2018 +0200

    Spec file cleanups
---
 e16-docs.spec.in | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/e16-docs.spec.in b/e16-docs.spec.in
index 01ae1b2..1f08294 100644
--- a/e16-docs.spec.in
+++ b/e16-docs.spec.in
@@ -1,40 +1,37 @@
-Summary:       Documentation for the Enlightenment window manager.
-Name:          @PACKAGE@
+Summary:       Documentation for Enlightenment, DR16
+Name:          @PACKAGE@
 Version:       @VERSION@
 Release:       @E_RPM_REVISION@%{?_vendorsuffix:.%{_vendorsuffix}}
 License:       BSD
 Group:         User Interface/Desktops
+URL:           http://www.enlightenment.org/
 Source:                
http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
-Prefix:                %{_prefix}
+Vendor:                The Enlightenment Project 
(http://www.enlightenment.org/)
+BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 BuildArch:     noarch
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
-URL:           http://www.enlightenment.org/
 
 Requires: e16-edox
 Obsoletes: edox-data
 Obsoletes: enlightenment-docs < 0.16.8
 
 %description
-These are the DOX data files.
-DOX is a very very very simple document viewer for help docs for Enlightenment.
-This is part of the Enlightenment distribution.
+This package contains documentation for Enlightenment, DR16.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
-%{configure} %{?acflags}
-%{__make} %{?_smp_mflags} %{?mflags}
+%configure
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install}
+make install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-, root, root)
 %doc AUTHORS COPYING README
 %{_datadir}/e16/E-docs/*
 

-- 


Reply via email to