]> git.pld-linux.org Git - packages/ascii2binary.git/blob - ascii2binary.spec
- updated to 2.14
[packages/ascii2binary.git] / ascii2binary.spec
1 Summary:        Convert between textual and binary representations of numbers
2 Summary(pl.UTF-8):      Zamiana między tekstową a binarną reprezentacją liczb
3 Name:           ascii2binary
4 Version:        2.14
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.billposer.org/Software/Downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  d2366dd7cf9ac7f66766f9cf19af64f4
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.UTF-8
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.077864 seconds and 3 git commands to generate.