Author: gotar Date: Sun Feb 18 14:27:01 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: hexdiff.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/hexdiff.spec diff -u /dev/null SPECS/hexdiff.spec:1.1 --- /dev/null Sun Feb 18 15:27:01 2007 +++ SPECS/hexdiff.spec Sun Feb 18 15:26:56 2007 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: Visual diff for binary files +Summary(pl.UTF-8): Odpowiednik diffa dla plików binarnych +Name: hexdiff +Version: 0.0.48 +Release: 1 +License: distributable +Group: Applications/Text +Source0: http://tboudet.free.fr/hexdiff/%{name}.tar.gz +# Source0-md5: f606d3a6af616b53395102a2cb1a243c +URL: http://tboudet.free.fr/hexdiff/ +BuildRequires: ncurses-devel >= 5.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Visuel Hexdiff displays binary files differences in hex and ASCII. + +%description -l pl.UTF-8 +Visuel Hexdiff pokazuje szesnastkowo oraz tekstowo różnice pomiędzy +plikami. + +%prep +%setup -q -n HexDiff + +%build +%{__make} \ + COPT="%{rpmcflags} -I/usr/include/ncurses -DVERSION=\\\"%{version}\\\" -DTRACE=0 -ansi" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} + +install %{name} $RPM_BUILD_ROOT%{_bindir} +install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%doc BUGS CHANGES README TODO +%{_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 14:26:56 gotar +- initial PLD release ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
