Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Till Maas
4ac3aeae87 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7
2014-12-17 22:14:19 +01:00
Fedora Release Engineering
9dc89f5a32 dist-git conversion 2010-07-29 14:54:29 +00:00
Dennis Gilmore
e1f296dc67 Initialize branch EL-6 for vbindiff 2010-05-08 02:27:18 +00:00
Bill Nottingham
44daf8da38 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:05 +00:00
6 changed files with 3 additions and 90 deletions

View file

@ -1 +0,0 @@
vbindiff-3.0_beta4.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vbindiff
# $Id$
NAME := vbindiff
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7

View file

@ -1 +0,0 @@
vbindiff-3_0-0_2_beta4_fc10:HEAD:vbindiff-3.0-0.2.beta4.fc10.src.rpm:1229272421

View file

@ -1 +0,0 @@
dbda80ef580e1a0975ef50b9aaa5210e vbindiff-3.0_beta4.tar.gz

View file

@ -1,66 +0,0 @@
%define beta_version 4
Name: vbindiff
Version: 3.0
Release: 0.4.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
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.4.beta4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.3.beta4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Dec 10 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 3.0-0.2.beta4
- Release tag fixed
- Install command fixed
* Sun Jul 27 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 3.0-0.1.beta4
- rebuild for version 3.0 beta 4
* Tue Jul 8 2008 Nicoleau Fabien <nicoleau.fabien@gmail.com> - 3.0-0.1.beta3
- Initial build