]> git.pld-linux.org Git - packages/bvi.git/blame - bvi.spec
- up to 1.4.2
[packages/bvi.git] / bvi.spec
CommitLineData
360d8d28 1Summary: Binary vi
2d933b5f 2Summary(pl.UTF-8): Binarny vi
b06198ff 3Name: bvi
a17a9419 4Version: 1.4.2
13fa6233 5Release: 1
b06198ff 6License: GPL
7Group: Applications/Editors
53876c22 8Source0: http://downloads.sourceforge.net/bvi/%{name}-%{version}.src.tar.gz
a17a9419 9# Source0-md5: d96d4320a148945d3e564f2e5c6af981
d0f7f84f 10Patch0: %{name}-home_etc.patch
35386fd0 11URL: http://bvi.sourceforge.net/
ed90372b 12BuildRequires: automake
35386fd0 13BuildRequires: ncurses-devel
b06198ff 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
360d8d28
JB
17bvi is a simple binary file editor which user interface is based on vi
18editor.
22cdd53a 19
a9af3498
JR
20%description -l pl.UTF-8
21bvi to prosty edytor plików binarnych z interfejsem wzorowanym na
360d8d28 22edytorze vi.
22cdd53a 23
b06198ff 24%prep
9b2d824a 25%setup -q
26%patch0 -p1
b06198ff 27
28%build
ed90372b 29cp -f /usr/share/automake/config.sub .
080eda00
PG
30%configure \
31 --with-ncurses=/usr
b06198ff 32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT
37
080eda00
PG
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
b06198ff 40
b06198ff 41%clean
42rm -rf $RPM_BUILD_ROOT
43
b06198ff 44%files
45%defattr(644,root,root,755)
13fa6233 46%doc README CHANGES CREDITS
b06198ff 47%attr(755,root,root) %{_bindir}/*
f574d43b
JB
48%{_datadir}/%{name}
49%{_mandir}/man1/*
This page took 0.063628 seconds and 4 git commands to generate.