SUNWlibcanberra.spec
author daniell
Wed, 13 Oct 2010 16:43:58 +0000
branchopensolaris-2009-06
changeset 20159 f18a6979f732
parent 13958 037fb6665a2f
permissions -rw-r--r--
6965295 [CVE-2010-1205/CVE-2010-2249] Multiple security issues in libpng 1.2 versions before 1.2.44

#
# spec file for package SUNWlibcanberra
#
# includes module(s): libcanberra
#
# Copyright 2008 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Owner: yippi
#
%include Solaris.inc

Name:                    SUNWlibcanberra
Summary:                 Event Sound API Using XDG Sound Theming Specification
Version:                 0.9
License:                 LGPLv2.1
URL:                     http://0pointer.de/blog/projects/sixfold-announcement.html
Source:                  http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.gz
SUNW_Copyright:          %{name}.copyright
#owner:yippi date:2008-09-02 type:bug
Patch1:                  libcanberra-01-solaris.diff
SUNW_BaseDir:            %{_basedir}
#owner:yippi date:2008-10-30 type:bug bugster:6761078
Patch2:                  libcanberra-02-gstreamer.diff
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
%include default-depend.inc
Requires: SUNWxdg-sound-theme
Requires: SUNWgnome-base-libs
Requires: SUNWgnome-media
Requires: SUNWogg-vorbis
BuildRequires: SUNWgnome-base-libs-devel
BuildRequires: SUNWgnome-media-devel
BuildRequires: SUNWogg-vorbis-devel

%package devel
Summary:                 %{summary} - development files
SUNW_BaseDir:            %{_basedir}
%include default-depend.inc
Requires: %name

%prep
%setup -q -n libcanberra-%version
%patch1 -p1 
%patch2 -p1 

%build
CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
if test "x$CPUS" = "x" -o $CPUS = 0; then
    CPUS=1
fi

glib-gettextize -f
libtoolize --copy --force
aclocal $ACLOCAL_FLAGS
autoheader
automake -a -c -f 
autoconf

export CFLAGS="%optflags"
export LDFLAGS="%_ldflags"

./configure --prefix=%{_prefix} --mandir=%{_mandir} \
            --libdir=%{_libdir}              \
            --libexecdir=%{_libexecdir}      \
            --sysconfdir=%{_sysconfdir}      \
            --disable-static

make -j$CPUS 

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.la
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
rm $RPM_BUILD_ROOT%{_libdir}/libcanberra/*.la

%if %build_l10n
%else
# REMOVE l10n FILES
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-, root, bin)
%dir %attr (0755, root, bin) %{_bindir}
%{_bindir}/*
%dir %attr (0755, root, bin) %{_libdir}
%{_libdir}/gtk-2.0
%{_libdir}/libcanberra
%{_libdir}/lib*.so*
%dir %attr (0755, root, sys) %{_datadir}
%doc README
%doc(bzip2) LGPL
%dir %attr (0755, root, other) %{_datadir}/doc
%dir %attr (0755, root, other) %{_datadir}/gnome
%{_datadir}/gnome/*
%{_datadir}/gtk-doc

%files devel
%defattr (-, root, bin)
%dir %attr (0755, root, bin) %{_libdir}
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
%{_libdir}/pkgconfig/*
%dir %attr (0755, root, bin) %{_includedir}
%{_includedir}/*
%dir %attr (0755, root, sys) %{_datadir}
%dir %attr (0755, root, other) %{_datadir}/doc
%dir %attr (0755, root, other) %{_datadir}/doc/libcanberra
%{_datadir}/doc/libcanberra/*
%dir %attr (0755, root, other) %{_datadir}/gnome

%changelog
* Thu Nov 13 2008 - [email protected]
- Add patch libcanberra-02-gstreamer.diff so that the GStreamer backend works
  on Solaris.  Fixes bugster bug #6761078.
* Tue Sep 09 2008 - [email protected]
- Bump to 0.9.  Remove upstream patches libcanberra-02-gstreamer.diff and
  libcanberra-03-fix-gst-play.diff.
* Fri Aug 29 2008 - [email protected]
- Add patch libcanberra-03-fix-gst-play so it actually plays the sound.
* Fri Aug 29 2008 - [email protected]
- Add patch libcanberra-02-gstreamer.diff to add audioconvert and audioresample
  plugins to the output pipeline, so it works on Solaris.
* Thu Aug 28 2008 - [email protected]
- Bump to 0.8.  Now has its own GStreamer support, so removed our patch.
* Wed Aug 20 2008 - [email protected]
- Add Requires/BuildRequires and patch libcanberra-02-gstreamer.diff to support
  a GStreamer backend.
* Thu Aug 14 2008 - [email protected]
- Created with version 0.6.