]> git.pld-linux.org Git - packages/bdiff.git/blob - bdiff.spec
- initial import
[packages/bdiff.git] / bdiff.spec
1 Summary:        diffutils for binary files.
2 Summary(pl):    diffutils dla plików binarnych.
3 Name:           bdiff
4 Version:        1.0.4
5 Release:        0.1
6 License:        GPL     
7 Group:          Applications/Console
8 Source0:        http://xoomer.virgilio.it/g_pochini/%{name}-%{version}.tgz
9 # Source0-md5:  c4c74d3b753c0e125998e797b7dcf3fa
10 Patch0:         %{name}-Makefile.patch
11 URL:            http://xoomer.virgilio.it/g_pochini/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 bdiff is a simple and small program to do what the very common utilities
16 "diff" and "patch" do with text files, but also works with binary
17 files.
18
19 %description -l pl
20
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 # create directories if necessary
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install bdiff $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc Fileformat.txt README magic.txt
42 %attr(755,root,root) %{_bindir}/*
This page took 0.079099 seconds and 4 git commands to generate.