]> git.pld-linux.org Git - packages/bdiff.git/commitdiff
- initial import
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 8 Mar 2004 16:45:47 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bdiff-Makefile.patch -> 1.1
    bdiff.spec -> 1.1

bdiff-Makefile.patch [new file with mode: 0644]
bdiff.spec [new file with mode: 0644]

diff --git a/bdiff-Makefile.patch b/bdiff-Makefile.patch
new file mode 100644 (file)
index 0000000..e440368
--- /dev/null
@@ -0,0 +1,11 @@
+--- bdiff-1.0.4/Makefile~      2003-09-30 21:45:54.000000000 +0000
++++ bdiff-1.0.4/Makefile       2004-03-08 16:37:32.413065664 +0000
+@@ -14,7 +14,7 @@
+       strip bdiff
+ lib/md5.o:
+-      cc -O2 -D_LIBC -c lib/md5.c -o lib/md5.o
++      cc -O2 -c lib/md5.c -o lib/md5.o
+ clean:
+       rm -f bdiff search.o lib/md5.o
diff --git a/bdiff.spec b/bdiff.spec
new file mode 100644 (file)
index 0000000..b5905c9
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       diffutils for binary files.
+Summary(pl):   diffutils dla plików binarnych.
+Name:          bdiff
+Version:       1.0.4
+Release:       0.1
+License:       GPL     
+Group:         Applications/Console
+Source0:       http://xoomer.virgilio.it/g_pochini/%{name}-%{version}.tgz
+# Source0-md5: c4c74d3b753c0e125998e797b7dcf3fa
+Patch0:                %{name}-Makefile.patch
+URL:           http://xoomer.virgilio.it/g_pochini/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+bdiff is a simple and small program to do what the very common utilities
+"diff" and "patch" do with text files, but also works with binary
+files.
+
+%description -l pl
+
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install bdiff $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Fileformat.txt README magic.txt
+%attr(755,root,root) %{_bindir}/*
This page took 0.0584480000000001 seconds and 4 git commands to generate.