]> git.pld-linux.org Git - packages/libbinio.git/blame - libbinio.spec
- 1.4
[packages/libbinio.git] / libbinio.spec
CommitLineData
04076fa2 1#
742492e7 2# Conditional build:
0ff53c24 3%bcond_without static_libs # don't build static library
742492e7 4#
8a21e54d 5Summary: Binary I/O stream class library
fdf2c26f 6Summary(pl): Biblioteka klas C++ dla strumieniowych binarnych operacji I/O
8a21e54d 7Name: libbinio
04076fa2 8Version: 1.4
9Release: 1
fdf2c26f 10License: GPL/LGPL
8a21e54d 11Group: Libraries
67d8d79c 12Source0: http://dl.sourceforge.net/libbinio/%{name}-%{version}.tar.bz2
04076fa2 13# Source0-md5: 517ded8c7ce9b3de0f84b1db74a2ebda
fdf2c26f 14Patch0: %{name}-infopage.patch
8a21e54d 15URL: http://libbinio.sourceforge.net/
fdf2c26f
RK
16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: libtool >= 2:1.5
19BuildRequires: libstdc++-devel
8a21e54d 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
fdf2c26f
RK
23The binary I/O stream class library presents a platform-independent
24way to access binary data streams in C++. The library is hardware
25independent in the form that it transparently converts between the
26different forms of machine-internal binary data representation. It
27further employs no special I/O protocol and can be used on arbitrary
28binary data sources.
67d8d79c
JB
29
30%description -l pl
fdf2c26f
RK
31