]> git.pld-linux.org Git - packages/bvi.git/blob - bvi.spec
- s/home_etc/etc_dir/
[packages/bvi.git] / bvi.spec
1 Summary:        Binary vi
2 Summary(pl):    Binarny vi
3 Name:           bvi
4 Version:        1.3.1
5 Release:        2
6 License:        GPL
7 Group:          Applications/Editors
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz
9 Patch0:         %{name}-etc_dir.patch
10 URL:            http://bvi.sf.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 bvi is a simple binary file editor which user interface is based on vi
15 editor.
16
17 %description -l pl
18 bvi to prosty edytor plików binarnych z interfejsem wzorowanym na
19 edytorze vi.
20
21 %prep
22 %setup -q
23 %patch0 -p1
24
25 %build
26 %configure --with-ncurses=/usr
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README CHANGES CREDITS html/*
41 %attr(755,root,root) %{_bindir}/*
42 %{_datadir}/bmore.help
43 %doc %{_mandir}/man1/*
This page took 0.051827 seconds and 3 git commands to generate.