]> git.pld-linux.org Git - packages/bdiff.git/blob - bdiff.spec
- release 1
[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:        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
16 utilities "diff" and "patch" do with text files, but also works with
17 binary files.
18
19 %description -l pl
20 bdiff jest prostym i niewielkim programem s³u¿±cym do tego, do czego
21 u¿ywane s± popularne narzêdzia "diff" oraz "patch" - z t± ró¿nic±, ¿e
22 dzia³a nie tylko na plikach tekstowych, a tak¿e binarnych.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 %build
29 %{__make} \
30         CFLAGS="%{rpmcflags}" \
31         CC="%{__cc}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install bdiff $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc Fileformat.txt README magic.txt
45 %attr(755,root,root) %{_bindir}/*
This page took 0.066652 seconds and 4 git commands to generate.