]> git.pld-linux.org Git - packages/bvi.git/blobdiff - bvi.spec
- BR: ncurses-devel
[packages/bvi.git] / bvi.spec
index ebb9e29f6b848dbde0ff8549662223241281432b..0b15fd47f3cc8b087454d53570534b39ef2890c6 100644 (file)
--- a/bvi.spec
+++ b/bvi.spec
@@ -1,48 +1,51 @@
-Summary:       binary vi
-Summary(pl):   binarny vi
+Summary:       Binary vi
+Summary(pl):   Binarny vi
 Name:          bvi
-Version:       1.3.1
+Version:       1.3.2
 Release:       1
 License:       GPL
 Group:         Applications/Editors
-Source0:       http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz
-URL:           http://bvi.sf.net/
-#BuildRequires:
+Source0:       http://dl.sourceforge.net/bvi/%{name}-%{version}.src.tar.gz
+# Source0-md5: 4257305ffb27177a6d5208b2df4ca92d
+Patch0:                %{name}-home_etc.patch
+Patch1:                %{name}-paths.patch
+URL:           http://bvi.sourceforge.net/
+BuildRequires: automake
+BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+bvi is a simple binary file editor which user interface is based on vi
+editor.
 
 %description -l pl
+bvi to prosty edytor plików binarnych z interfejsem wzorowanym na
+edytorze vi.
 
 %prep
-%setup -q -n %{name}-%{version}.orig -a 1
+%setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-%configure
+cp -f /usr/share/automake/config.sub .
+%configure \
+       --with-ncurses=/usr
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf README ChangeLog
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%preun
-
-%post
-
-%postun
-
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README CHANGES CREDITS html/*
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
+%{_mandir}/man1/*
This page took 0.104568 seconds and 4 git commands to generate.