Author: qboosh                       Date: Fri Nov 17 21:57:45 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   liboggz.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/liboggz.spec
diff -u /dev/null SPECS/liboggz.spec:1.1
--- /dev/null   Fri Nov 17 22:57:45 2006
+++ SPECS/liboggz.spec  Fri Nov 17 22:57:40 2006
@@ -0,0 +1,111 @@
+# $Revision$, $Date$
+Summary:       A library for reading and writing Ogg encapsulated data
+Summary(pl):   Biblioteka do odczytu i zapisu danych w opakowaniu Ogg
+Name:          liboggz
+Version:       0.9.5
+Release:       1
+License:       BSD
+Group:         Libraries
+Source0:       
http://annodex.net/software/liboggz/download/%{name}-%{version}.tar.gz
+# Source0-md5: 781fab29dea3c5e9d39ecbd1d007fb98
+URL:           http://annodex.net/software/liboggz/index.html
+BuildRequires: libogg-devel >= 2:1.0
+BuildRequires: pkgconfig
+Requires:      libogg >= 2:1.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+liboggz is a library that provides simple parsing and seeking of files
+and streams based on the Ogg file format. liboggz requires libogg to
+work.
+
+liboggz knows about Ogg Speex, Ogg Vorbis, Ogg Theora, and the Ogg
+based Annodex formats, thus allows parsing (though not decoding) of
+these files. For getting decoding and encoding functionality you will
+require in addition libspeex, libvorbis, libtheora, and libannodex
+respectively.
+
+%description -l pl
+liboggz to biblioteka umożliwiająca prostą analizę i przeszukiwanie
+plików i strumieni opartych na formacie Ogg. liboggz wymaga do
+działania biblioteki libogg.
+
+liboggz wie o formatach Ogg Speex, Ogg Vorbis, Ogg Theora oraz
+opartych na Ogg formatach Annodex, co pozwala analizować (ale nie
+dekodować) pliki w tych formatach. Kodowanie i dekodowanie ich
+wymaga dodatkowych bibliotek - odpowiednio: libspeex, libvorbis,
+libtheora, libannodex.
+
+%package devel
+Summary:       Header files for liboggz library
+Summary(pl):   Pliki nagłówkowe biblioteki liboggz
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      libogg-devel >= 2:1.0
+
+%description devel
+Header files for liboggz library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki liboggz.
+
+%package static
+Summary:       Static liboggz library
+Summary(pl):   Statyczna biblioteka liboggz
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static liboggz library.
+
+%description static -l pl
+Statyczna biblioteka liboggz.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_docdir}/liboggz
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%attr(755,root,root) %{_bindir}/oggz*
+%attr(755,root,root) %{_libdir}/liboggz.so.*.*.*
+%{_mandir}/man1/oggz*.1*
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/liboggz/html/*
+%attr(755,root,root) %{_libdir}/liboggz.so
+%{_libdir}/liboggz.la
+%{_includedir}/oggz
+%{_pkgconfigdir}/oggz.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/liboggz.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/17 21:57:40  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to