10139N/A#
10139N/A# spec file for package libvorbis (Version 1.0)
10139N/A#
20884N/A# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
10139N/A# Please submit bugfixes or comments via http://www.suse.de/feedback/
10139N/A#
17185N/A%define owner yippi
11874N/A# bugdb: https://trac.xiph.org/
10139N/A#
10139N/A# neededforbuild libogg libogg-devel
10139N/A# usedforbuild aaa_base acl attr bash bind9-utils bison coreutils cpio cpp cvs cyrus-sasl2 db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg pam pam-devel pam-modules patch permissions ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils bzip2 cracklib gcc gdbm gettext libogg libogg-devel libtool perl rpm
10139N/A
17182N/A%define OSR 1571:1.x
17182N/A
10139N/AName: libvorbis
17033N/ALicense: Xiph.org BSD-style
17033N/AGroup: Libraries/Multimedia
20884N/AVersion: 1.3.3
17033N/ADistribution: Java Desktop System
18616N/AVendor: Xiph
10139N/ASummary: The Vorbis General Audio Compression Codec
17033N/ASource: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
17033N/AURL: http://downloads.xiph.org/
10139N/ARelease: 95
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/A
10139N/A%description
10139N/AOgg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
10139N/Aand general-purpose compressed audio format for audio and music at fixed
10139N/Aand variable bitrates from 16 to 128 kbps/channel.
10139N/A
10139N/AAuthors:
10139N/A--------
10139N/A Monty <monty@xiph.org>
10139N/A Xiphophorus Company <team@xiph.org>
10139N/A
10139N/A%package devel
10139N/ASummary: Development package for libvorbis
10139N/AGroup: Development/Libraries/C and C++
10139N/ARequires: libogg-devel
10139N/ARequires: %{name} = %{version}
10139N/A
10139N/A%description devel
10139N/AThis package contains the header files and documentation
10139N/Aneeded to develop applications with libvorbis.
10139N/A
10139N/AAuthors:
10139N/A--------
10139N/A Monty <monty@xiph.org>
10139N/A Xiphophorus Company <team@xiph.org>
10139N/A
10139N/A%prep
10139N/A%setup
10139N/A
10139N/A%build
16784N/Aexport ACLOCAL_FLAGS="-I %{_datadir}/aclocal -I ./m4"
12994N/Aexport CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
18595N/Aexport LDFLAGS="%_ldflags -lm"
12994N/A
12994N/A./configure --prefix=%{_prefix} \
12994N/A --libdir=%{_libdir} \
12994N/A --datadir=%{_datadir} \
12994N/A --mandir=%{_mandir} \
12994N/A --with-ogg-libraries=%{_libdir} \
12994N/A --enable-shared \
12994N/A --disable-static
12994N/A
10139N/Amake
10139N/A
10139N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT docdir=%{_datadir}/gtk-doc/html/%{name}-devel install
10139N/A# create an old compatible m4 file
10139N/Ased -e s/XIPH_PATH_VORBIS/AM_PATH_VORBIS/g < $RPM_BUILD_ROOT%{_datadir}/aclocal/vorbis.m4 > $RPM_BUILD_ROOT%{_datadir}/aclocal/vorbis-old.m4
10139N/A
10139N/A%post
10139N/A%run_ldconfig
10139N/A
10139N/A%clean
10139N/A[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
10139N/A%defattr(-,root,root)
10139N/A%doc COPYING AUTHORS README HACKING
10139N/A%{_libdir}/lib*.so.*
10139N/A
10139N/A%files devel
10139N/A%defattr(-,root,root)
10139N/A%{_includedir}/vorbis
10139N/A%{_libdir}/lib*.a
10139N/A%{_libdir}/lib*.so
10139N/A%{_libdir}/lib*.la
10139N/A%{_datadir}/aclocal/*.m4
10139N/A%{_datadir}/gtk-doc
10139N/A
10139N/A%changelog -n libvorbis
20884N/A* Thu Feb 09 2012 - brian.cameron@oracle.com
20884N/A- Bump to 1.3.3.
20227N/A* Tue Apr 12 2011 - brian.cameron@oracle.com
20227N/A- Bump to 1.3.2.
18595N/A* Thu Apr 15 2010 - brian.cameron@sun.com
18595N/A- bump to 1.3.1. Remove two upstream patches.
18382N/A* Thu Mar 04 2010 - ginn.chen@sun.com
18382N/A- Add libvorbis-01-bug487519.patch libvorbis-02-bug498855.patch
16784N/A* Wed Jul 15 2009 - brian.cameron@sun.com
16784N/A- Bump to 1.2.3.
12994N/A* Mon May 05 2008 - brian.cameron@sun.com
12994N/A- Now support building 64-bit libraries.
10972N/A* Mon Jul 30 2007 - damien.carbery@sun.com
10972N/A- Bump to 1.2.0.
10139N/A* Tue Dec 27 2005 - damien.carbery@sun.com
10139N/A- Bump to 1.1.2
10139N/A* Tue Sep 20 2005 - brian.cameron@sun.com
10139N/A- Bump to 1.1.1
10139N/A* Mon Jun 06 2005 - brian.cameron@sun.com
10139N/A- Removed libvorbis-01-configure.diff since it is no longer
10139N/A necessary.
10139N/A* Wed Aug 25 2004 - brian.cameron@sun.com
10139N/A- Moved gtk-docs to %{_datadir}/gtk-doc
10139N/A* Sat Mar 01 2003 - adrian@suse.de
10139N/A- let libvorbis-devel require libogg-devel
10139N/A* Fri Jan 17 2003 - tiwai@suse.de
10139N/A- fixed m4 macro (bug #21267).
10139N/A* Thu Jan 09 2003 - kukuk@suse.de
10139N/A- Add *.la files to -devel filelist
10139N/A* Wed Dec 04 2002 - tiwai@suse.de
10139N/A- fixed the undefined weak links.
10139N/A- renamed m4.dif and lib64.dif with libvorbis- prefix to avoid
10139N/A filename conflictions.
10139N/A* Thu Sep 19 2002 - tiwai@suse.de
10139N/A- don't add -I/usr/include to VORBIS_VFLAGS.
10139N/A- fix test for prefix.
10139N/A- move devel documents under %%{_docdir}/libvorbis-devel.
10139N/A* Mon Aug 12 2002 - tiwai@suse.de
10139N/A- added Requires %%{name} = %%{version} to devel package.
10139N/A* Tue Jul 23 2002 - tiwai@suse.de
10139N/A- fixed m4 file for lib64.
10139N/A- provides the backward compatible m4 file.
10139N/A* Mon Jul 22 2002 - tiwai@suse.de
10139N/A- updated to version 1.0.
10139N/A- clean up the spec file.
10139N/A- added %%run_ldconfig.
10139N/A* Wed Jun 12 2002 - meissner@suse.de
10139N/A- rm acinclude.m4 so we don't have the problematic ogg.m4 (which contains
10139N/A /lib hardcoded).
10139N/A* Thu Apr 18 2002 - kukuk@suse.de
10139N/A- Remove additional optimization, default is better
10139N/A- Add --libdir to configure to build on x86_64
10139N/A* Thu Feb 07 2002 - tiwai@suse.de
10139N/A- fixed build on s390x.
10139N/A* Fri Jan 04 2002 - tiwai@suse.de
10139N/A- updated to RC3.
10139N/A sync with cvs 2002.01.04.
10139N/A* Tue Dec 04 2001 - tiwai@suse.de
10139N/A- sync with cvs 2001.12.04.
10139N/A* Wed Oct 24 2001 - tiwai@suse.de
10139N/A- sync with cvs 20011024.
10139N/A + fixed/updated documents
10139N/A + tuned up parameters
10139N/A + bugfixes on 64bit arch.
10139N/A- removed Requires to libogg.
10139N/A* Sat Oct 20 2001 - schwab@suse.de
10139N/A- Fix use of qsort.
10139N/A* Mon Aug 13 2001 - tiwai@suse.de
10139N/A- updated to 1.0rc2 from cvs 20010813.
10139N/A* Thu Jun 07 2001 - tiwai@suse.de
10139N/A- fixed build with the recent libtool.
10139N/A* Tue Apr 03 2001 - bk@suse.de
10139N/A- make use of RPM_OPT_FLAGS
10139N/A- include the include/vorbis dir into the file list(+rpm-macroized)
10139N/A* Mon Mar 12 2001 - tiwai@suse.de
10139N/A- corrected copyright in spec file.
10139N/A* Mon Feb 26 2001 - tiwai@suse.de
10139N/A- Updated to 1.0beta4.
10139N/A* Wed Jan 31 2001 - tiwai@suse.de
10139N/A- Initial version: 1.0beta3.