rpms/vbindiff/F-9 import.log, NONE, 1.1 vbindiff.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicoleau Fabien eponyme at fedoraproject.org
Sun Dec 14 16:39:55 UTC 2008


Author: eponyme

Update of /cvs/pkgs/rpms/vbindiff/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24750/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log vbindiff.spec 
Log Message:
New package



--- NEW FILE import.log ---
vbindiff-3_0-0_2_beta4_fc10:F-9:vbindiff-3.0-0.2.beta4.fc10.src.rpm:1229272734


--- NEW FILE vbindiff.spec ---
%define beta_version 4
Name:           vbindiff
Version:        3.0 
Release:        0.2.beta%{beta_version}%{?dist}
Summary:        Visual binary diff

Group:          Applications/Editors
License:        GPLv2+
URL:            http://www.cjmweb.net/%{name}/
Source0:        http://www.cjmweb.net/%{name}/%{name}-%{version}_beta%{beta_version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ncurses-devel

%description
VBinDiff (Visual Binary Diff) displays files in hexadecimal
and ASCII (or EBCDIC). It can also display two files at once,
and highlight the differences between them.
Unlike diff, it works well with large files (up to 4 GB).

VBinDiff was inspired by the Compare Files function 
of the ProSel utilities by Glen Bredon, for the Apple II.

The single-file mode was inspired by the LIST utility 
of 4DOS and friends. While less provides a good line-oriented display,
it has no equivalent to LIST's hex display.

%prep
%setup -q -n %{name}-%{version}_beta%{beta_version}


%build
%configure INSTALL="install -p"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS NEWS README README.PuTTY COPYING putty.src
%{_bindir}/%{name}
%{_datadir}/man/man?/%{name}*


%changelog
* Wed Dec 10 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 3.0-0.2.beta4
- Release tag fixed
- Install command fixed
* Sun Jul 27 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 3.0-0.1.beta4
- rebuild for version 3.0 beta 4
* Tue Jul  8 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 3.0-0.1.beta3
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vbindiff/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2008 04:57:59 -0000	1.1
+++ .cvsignore	14 Dec 2008 16:39:25 -0000	1.2
@@ -0,0 +1 @@
+vbindiff-3.0_beta4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vbindiff/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2008 04:57:59 -0000	1.1
+++ sources	14 Dec 2008 16:39:25 -0000	1.2
@@ -0,0 +1 @@
+dbda80ef580e1a0975ef50b9aaa5210e  vbindiff-3.0_beta4.tar.gz




More information about the fedora-extras-commits mailing list