X-Git-Url: http://git.pld-linux.org/?p=packages%2Felvis.git;a=blobdiff_plain;f=elvis.spec;h=602dc2c0915e7af1e11ab03d6666fd11f1ff8ca9;hp=e427910225a64131450139b75fb157ab2b4039ec;hb=69642a89ddaf79ce424e04429526658b4a970189;hpb=ada476d516f0b6821e3f1a502f38155e6c4f0820 diff --git a/elvis.spec b/elvis.spec index e427910..602dc2c 100644 --- a/elvis.spec +++ b/elvis.spec @@ -1,23 +1,24 @@ Summary: Elvis is a clone of vi/ex Summary(pl): Elvis jest klonem edytora vi Name: elvis -Version: 2.2c +Version: 2.2h Release: 1 -Copyright: Artistic License +License: Artistic (see LICENSE) Group: Applications/Editors -Group(pt): X11/Aplicações/Editores -Group(pl): Aplikacje/Edytory Source0: ftp://ftp.cs.pdx.edu/pub/elvis/unreleased/%{name}-%{version}.tar.gz +# Source0-md5: bb2720fe0b51c72336ff6fcf9920d71c +BuildRequires: ORBit-devel +BuildRequires: XFree86-devel BuildRequires: ncurses-devel >= 5.0 BuildRequires: ncurses-static -BuildRequires: XFree86-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: elvis-X11 -%define _libdir %{_datadir} +%define _libdir %{_datadir} %description -Vi clone. +Elvis is one of the most popular Vi clones. Its swift, well +documented and has many features. %description -l pl Elvis to jeden z popularniejszych klonów edytora vi. Jest szybki, @@ -27,13 +28,13 @@ posiada bogate mo Summary: Static elvis Summary(pl): elvis skompilowany statycznie Group: Applications/Editors -Group(pt): X11/Aplicações/Editores -Group(pl): Aplikacje/Edytory Provides: vi Obsoletes: vi +Obsoletes: vim-static +Obsoletes: nvi %description static -The classic unix /bin/vi - small, static compiled editor which is +The classic unix /bin/vi - small, statically linked editor which is useful as a rescue tool. %description static -l pl @@ -44,18 +45,18 @@ kt %setup -q %build -CC="cc $RPM_OPT_FLAGS"; export CC -LDFLAGS="-static -s"; export LDFLAGS +CC="%{__cc} %{rpmcflags}"; export CC +LDFLAGS="-static %{rpmldflags}" %configure \ --without-x \ --datadir=%{_datadir}/elvis - + %{__make} LIBS="-ltinfo" -mv elvis elvis.static +mv -f elvis elvis.static %{__make} clean -LDFLAGS="-s";export LDFLAGS +LDFLAGS="%{rpmldflags}" %configure \ --with-x \ --datadir=%{_datadir}/elvis @@ -64,25 +65,23 @@ LDFLAGS="-s";export LDFLAGS %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/{bin,%{_bindir},%{_mandir}/man1,%{_datadir}/elvis} +install -d $RPM_BUILD_ROOT/{bin,%{_bindir},%{_mandir}/man1,%{_datadir}/elvis/themes} -install -s elvis ref $RPM_BUILD_ROOT%{_bindir} -install -s elvis.static $RPM_BUILD_ROOT/bin/vi +install elvis ref $RPM_BUILD_ROOT%{_bindir} +install elvis.static $RPM_BUILD_ROOT/bin/vi install lib/*.man $RPM_BUILD_ROOT%{_mandir}/man1 rm -f lib/*.man -mv lib/license . -install lib/* $RPM_BUILD_ROOT%{_libdir}/elvis - -gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \ - license BUGS +mv -f lib/license LICENSE +install lib/*.* $RPM_BUILD_ROOT%{_libdir}/elvis +install lib/themes/* $RPM_BUILD_ROOT%{_libdir}/elvis/themes %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc {license,BUGS}.gz README.html +%doc LICENSE BUGS README.html %attr(755,root,root) %{_bindir}/elvis %attr(755,root,root) %{_bindir}/ref %{_mandir}/man1/*