]> git.pld-linux.org Git - packages/fb.git/commitdiff
- initial release
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 13 Sep 2003 08:27:05 +0000 (08:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fb.spec -> 1.1

fb.spec [new file with mode: 0644]

diff --git a/fb.spec b/fb.spec
new file mode 100644 (file)
index 0000000..5225db4
--- /dev/null
+++ b/fb.spec
@@ -0,0 +1,49 @@
+Summary:       utility for viewing and editing binary files
+Summary(pl):   narzêdzie do przegl±dania i edytowania plików binarnych
+Name:          fb
+Version:       1.5
+Release:       1
+License:       GPL
+Group:         Applications/Text
+Source0:       http://home.mho.net/jswaby/%{name}_tar.gz
+# Source0-md5: 9dd94106da20bc5a2929c5e95a729106
+URL:           http://home.mho.net/jswaby/fb.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fb is a utility for the viewing and editing of binary files. Files can be
+viewed in binary, decimal, hexadecimal, and octal, and/or characters.
+In addition to simple overwriting, a binary file may be dumped as binary,
+hexadecimal, decimal, or octal numbers; edited with one's favorite text
+editor; and then translated back into a binary file.                         
+
+%description -l pl
+fb jest narzêdziem do ogl±dania i edytowania plików binarnych. Pliki
+mog± byæ ogl±dane w postaci liczb systemu dwójkowego, dziesiêtnego,
+szesnastkowego, ósemkowego, a tak¿e w postaci znaków ASCII. Oprócz
+prostego nadpisywania, pliki binarne mog± byæ zapisane do pliku w dowolnej
+postaci tekstowej, przeedytowane edytorem tekstu, a nastêpnie z powrotem
+przet³umaczone na plik binarny.
+
+%prep
+%setup -c -n %{name}
+
+%build
+%{__make} \
+       CFLAGS="%{rpmcflags}" \
+       %{name}
+
+%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}/*
+%{_mandir}/man1/*
This page took 0.0729 seconds and 4 git commands to generate.