]> git.pld-linux.org Git - packages/vbindiff.git/blob - vbindiff.spec
try to automake regenerate
[packages/vbindiff.git] / vbindiff.spec
1 %define         pre     beta4
2 Summary:        diff with editing capabilities for binary files
3 Summary(pl.UTF-8):      Odpowiednik diffa dla plików binarnych z możliwością edycji
4 Name:           vbindiff
5 Version:        3.0
6 Release:        0.%{pre}.1
7 License:        GPL v2+
8 Group:          Applications/Editors
9 Source0:        http://www.cjmweb.net/vbindiff/%{name}-%{version}_%{pre}.tar.gz
10 # Source0-md5:  dbda80ef580e1a0975ef50b9aaa5210e
11 URL:            http://www.cjmweb.net/vbindiff/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  ncurses-ext-devel >= 5.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Visual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII
20 (or EBCDIC). It can also display two files at once, and highlight the
21 differences between them. Unlike diff, it works well with large files
22 (up to 4 GB).
23
24 %description -l pl.UTF-8
25 Visual Binary Diff (VBinDiff) wyświetla pliki w postaci szestnaskowej
26 lub ASCII/EBCDIC. Może również wyświetlać dwa pliki jednocześnie
27 podświetlając różnice pomiędzy nimi. W przeciwieństwie do diffa, radzi
28 sobie dobrze z dużymi plikami (do 4 GB).
29
30 %prep
31 %setup -q -n %{name}-%{version}_%{pre}
32
33 %build
34 CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses"
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/*
53 %doc AUTHORS NEWS README
54 %{_mandir}/man1/*
This page took 0.215545 seconds and 3 git commands to generate.