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