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