#
# spec file for package SUNWflac
#
# includes module(s): flac
#
# Copyright 2007 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#
Version: %{flac.version}
SUNW_BaseDir: %{_basedir}
License: %{flac.license}
SUNW_BaseDir: %{_basedir}
%prep
%if %cc_is_gcc
%else
export CXX="${CXX} -norunpath"
%if %can_isaexec
cd $RPM_BUILD_ROOT%{_bindir}
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
%if %can_isaexec
%{_libdir}/libFLAC.so*
%if %build_cpp
%{_includedir}/*
So removing this optimization for now.
* Fri Sep 12 2008 - brian.cameron@sun.com
- Add new copyright files.
* Mon Mar 31 2008 - brian.cameron@sun.com
- Add SUNW_Copyright.
* Mon Mar 17 2008 - irene.huang@sun.com
- remove line for c++ files.
* Fri Mar 14 2008 - irene.huang@sun.com
- remove c++ files from the package.
* Wed Oct 10 2006 - damien.carbery@sun.com
- Update Build/Requires after running check-deps.pl script.
* Wed Sep 19 2007 - damien.carbery@sun.com
- Add C++ libs to %files.
* Fri Jun 29 2007 - irene.huang@sun.com
- remove FLAC++.so.* from file list.
* Thu Apr 26 2007 - laca@sun.com
- set CXX to $CXX -norunpath because libtool swallows this option sometimes
and leaves compiler paths in the binaries, fixes 6497744
* Thu Apr 5 2007 - laca@sun.com
- use hard links for isaexec now that pkgbuild 1.2.0+ supports them.
* Thu Mar 15 2007 - dougs@truemail.co.th and laca@sun.com
- enable building 64-bit and SSE2 variants
* Fri Feb 16 2007 - damien.carbery@sun.com
- Add %{_libdir}/pkgconfig to %files devel.
* Wed Feb 14 2007 - laca@sun.com
- add BuildConflicts against SFEnasm as it breaks the build
* Mon Dec 04 2006 - damien.carbery@sun.com
- Remove ogg flac libraries as they are no longer built.
* Sun Jun 11 2006 - laca@sun.com
* Thu May 04 2006 - laca@sun.com
- merge -share pkg(s) into the base pkg(s)
* Fri Feb 17 2006 - damien.carbery@sun.com
- Update Build/Requires after running check-deps.pl script.
* Tue Sep 13 2005 - brian.cameron@sun.com
- Now use flac version number.
* Fri Aug 12 2005 - balamurali.viswanathan@wipro.com
- Initial spec-file created