]> git.pld-linux.org Git - packages/ascii2binary.git/blame - ascii2binary.spec
- tabs in preamble
[packages/ascii2binary.git] / ascii2binary.spec
CommitLineData
f4e24033 1Summary: Convert between textual and binary representations of numbers
5f2d954c 2Summary(pl.UTF-8): Zamiana między tekstową a binarną reprezentacją liczb
605c2ae1 3Name: ascii2binary
4Version: 2.12
5Release: 1
6License: GPL
7Group: Applications
8Source0: http://www.billposer.org/Software/Downloads/%{name}-%{version}.tgz
9# Source0-md5: 71a75ab5b77ae047b257baa180c07cf2
10URL: http://billposer.org/Software/a2b.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14The Ascii2Binary project consists of two complementary programs that
15convert between textual and binary representations of numbers. In both
16programs, the type and size/precision of the input or output is
17selected using command line flags.
18
c8ca7f25
JR
19%description -l pl.UTF-8
20Ascii2Binary zawiera dwa uzupełniające się programy zamieniające
21liczby między ich tekstową a binarną reprezentacją. W obu programach
f4e24033 22typ oraz rozmiar i precyzja danych jest wybierania na podstawie flag
c8ca7f25 23linii poleceń.
605c2ae1 24
25%prep
26%setup -q
27
28%build
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
f4e24033 43%doc AUTHORS ChangeLog NEWS README
605c2ae1 44%attr(755,root,root) %{_bindir}/*
45%{_mandir}/man1/*
This page took 0.119543 seconds and 4 git commands to generate.