Author: gotar                        Date: Sun Feb 18 13:19:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   vbindiff.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/vbindiff.spec
diff -u /dev/null SPECS/vbindiff.spec:1.1
--- /dev/null   Sun Feb 18 14:19:40 2007
+++ SPECS/vbindiff.spec Sun Feb 18 14:19:35 2007
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:       diff with editing capabilities for binary files
+Summary(pl.UTF-8):     Odpowiednik diffa dla plików binarnych z możliwością 
edycji
+Name:          vbindiff
+Version:       3.0
+Release:       0.beta1
+License:       GPL v2
+Group:         Applications/Editors
+Source0:       
http://home.comcast.net/~chris-madsen/vbindiff/%{name}-%{version}_beta1.tar.gz
+# Source0-md5: a003ab76c596f47ea14d9e8ec82e5ad9
+URL:           http://home.comcast.net/~chris-madsen/vbindiff/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: ncurses-ext-devel >= 5.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Visual Binary Diff (VBinDiff) 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).
+
+%description -l pl.UTF-8
+Visual Binary Diff (VBinDiff) wyświetla pliki w postaci szestnaskowej lub
+ASCII/EBCDIC. Może również wyświetlać dwa pliki jednocześnie podświetlając
+różnice pomiędzy nimi. W przeciwieństwie do diffa, radzi sobie dobrze z
+dużymi plikami (do 4 GB).
+
+%prep
+%setup -q -n %{name}-%{version}_beta1
+
+%build
+CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS NEWS README
+%{_mandir}/man1/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/18 13:19:35  gotar
+- initial PLD release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to