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