Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 5cbccecb16d90977ea0fa361f955c03f > files > 2

liboggz-0.9.5-alt1.src.rpm

%def_disable static

Name: liboggz
Version: 0.9.5
Release: alt1

Summary: Simple programming interface for Ogg files and streams
Group: System/Libraries
License: BSD
URL: http://www.annodex.net/
Source0: http://www.annodex.net/software/liboggz/download/%name-%version.tar.gz

Packager: Igor Zubkov <icesik@altlinux.ru>

BuildPreReq: libogg-devel >= 1.0

# Automatically added by buildreq on Tue Apr 18 2006
BuildRequires: docbook-utils doxygen gcc-c++ libogg-devel pkg-config

%description
Oggz provides a simple programming interface for reading and writing Ogg files
and streams. Ogg is an interleaving data container developed by Monty at
Xiph.Org, originally to support the Ogg Vorbis audio format.

%package devel
Summary: Files needed for development using liboggz
Group: Development/C
Requires: liboggz = %version-%release
Requires: libogg-devel >= 1.0
Requires: pkgconfig

%description devel
Oggz provides a simple programming interface for reading and writing Ogg files
and streams. Ogg is an interleaving data container developed by Monty at
Xiph.Org, originally to support the Ogg Vorbis audio format.

This package contains the header files and documentation needed for
development using liboggz.

%prep
%setup -q

%build
%configure \
	%{subst_enable static}
%make_build

%install
%makeinstall docdir=`pwd`/doxygen

%files
%doc AUTHORS ChangeLog COPYING README
%_libdir/liboggz.so.*
%_man1dir/*
%_bindir/oggz*

%files devel
%doc doxygen/html
%_libdir/liboggz.so
%_pkgconfigdir/oggz.pc
%_includedir/oggz

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%changelog
* Sat Apr 15 2006 Igor Zubkov <icesik@altlinux.ru> 0.9.5-alt1
- Initial build for Sisyphus

* Thu Jun 16 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.1-3: update for Ville's comments

* Mon Jun 13 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.1-2: rpmlint cleanup

* Fri Jun 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.1-1: initial package