]> git.pld-linux.org Git - packages/bvi.git/blob - bvi.spec
ebb9e29f6b848dbde0ff8549662223241281432b
[packages/bvi.git] / bvi.spec
1 Summary:        binary vi
2 Summary(pl):    binarny vi
3 Name:           bvi
4 Version:        1.3.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Editors
8 Source0:        http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz
9 URL:            http://bvi.sf.net/
10 #BuildRequires:
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14
15 %description -l pl
16
17 %prep
18 %setup -q -n %{name}-%{version}.orig -a 1
19 %patch0 -p1
20
21 %build
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT
28
29 %{__make} install DESTDIR=$RPM_BUILD_ROOT
30
31 gzip -9nf README ChangeLog
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %pre
37
38 %preun
39
40 %post
41
42 %postun
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %attr(755,root,root) %{_bindir}/*
48 %{_datadir}/%{name}
This page took 0.035686 seconds and 3 git commands to generate.