]> git.pld-linux.org Git - packages/al.git/blame - al.spec
- new
[packages/al.git] / al.spec
CommitLineData
2f0e369f 1Summary: OSSP al - Assembly Line
2Summary(pl): OSSP al - biblioteka Assembly Line
3Name: al
4Version: 0.9.1
5Release: 0.1
6License: distributable (see README)
7Group: Libraries
8Source0: ftp://ftp.ossp.org/pkg/lib/%{name}/%{name}-%{version}.tar.gz
9# Source0-md5: eba90e56fe7248466b66306a65868ae7
10Patch0: %{name}-ac.patch
11URL: http://www.ossp.org/pkg/lib/%{name}/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libtool
15Requires(post,postun): /sbin/ldconfig
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19OSSP al defines an abstract data type of a data buffer that can
20assemble, move and truncate chunks of data in a stream but avoids
21actual copying. It was built to deal efficiently with communication
22streams between software modules. It especially provides flexible
23semantical data attribution through by-chunk labeling. It also has
24convenient chunk traversal methods and optional OSSP ex based
25exception handling.
26
27#%%description -l pl
28
29%package devel
30Summary: OSSP al - Assembly Line - header files and development libraries
31