i3 version update 4.18
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
0bb9e08701
commit
39bd25a395
|
@ -1,5 +1,5 @@
|
|||
Name: i3
|
||||
Version: 4.17.1
|
||||
Version: 4.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Improved tiling window manager
|
||||
License: BSD
|
||||
|
@ -81,15 +81,14 @@ Asciidoc and doxygen generated documentations for %{name}.
|
|||
%setup -q
|
||||
# Drop /usr/bin/env lines in those which will be installed to %%_bindir.
|
||||
find . -maxdepth 1 -type f -name "i3*" -exec sed -i -e '1s;^#!/usr/bin/env perl;#!/usr/bin/perl;' {} + -print
|
||||
#
|
||||
sed -i 's/1\.14\.4/1\.14\.1/g' configure
|
||||
### ### sed -i 's/1\.14\.4/1\.14\.1/g' configure
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build -C *-powerel-linux-gnu
|
||||
doxygen pseudo-doc.doxygen
|
||||
mv pseudo-doc/html pseudo-doc/doxygen
|
||||
#doxygen pseudo-doc.doxygen
|
||||
#mv pseudo-doc/html pseudo-doc/doxygen
|
||||
|
||||
|
||||
%install
|
||||
|
|
Loading…
Reference in New Issue