SUNWflac.spec
author davelam
Thu, 07 Aug 2008 02:31:31 +0000
branchgnome-2-22
changeset 12491 b2fc226f1836
parent 11981 cf3c5b1353ee
child 13574 164d399fe546
permissions -rw-r--r--
2008-08-07 Dave Lin <[email protected]> * closed/SUNWflash-player-plugin.spec: Hack the version number from 9.0.125 9.0.1250 to fix the integration issue, which was caused by the incorrect version number(9.0.1124 should be 9.0.124) in the previous version bump.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package SUNWflac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): flac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
9686
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
     6
# Copyright 2007 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: yippi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    13
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    14
%include arch64.inc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    15
%define sse_opt --enable-sse
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    16
%use flac_64 = flac.spec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    17
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    18
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    19
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    20
%include x86_sse2.inc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    21
%define sse_opt --enable-sse
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    22
%use flac_sse2 = flac.spec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    23
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    24
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    25
%include base.inc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    26
%define sse_opt --disable-sse
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%use flac = flac.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    29
Name:                    SUNWflac
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    30
Summary:                 Free Lossless Audio Codec
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    31
Version:                 %{flac.version}
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    32
SUNW_BaseDir:            %{_basedir}
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    33
SUNW_Copyright:          %{name}.copyright
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    34
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    35
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    36
%include default-depend.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
BuildConflicts: SFEnasm
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    38
BuildRequires:  SUNWgnome-common-devel
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    39
BuildRequires:  SUNWogg-vorbis-devel
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    40
BuildRequires:  SUNWlibC
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    41
Requires:       SUNWogg-vorbis
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    42
Requires:       SUNWlibms
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    43
Requires:       SUNWlibC
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Summary:      %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
SUNW_BaseDir: %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
mkdir %name-%version
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    53
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    54
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    55
mkdir %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    56
%flac_64.prep -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    57
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    58
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    59
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    60
mkdir %name-%version/%sse2_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    61
%flac_sse2.prep -d %name-%version/%sse2_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    62
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    63
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    64
mkdir %name-%version/%base_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    65
%flac.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%build
9792
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    68
%if %cc_is_gcc
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    69
%else
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    70
export CXX="${CXX} -norunpath"
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    71
%endif
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    72
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    73
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    74
%flac_64.build -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    75
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    76
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    77
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    78
%flac_sse2.build -d %name-%version/%sse2_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    79
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    80
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    81
%flac.build -d %name-%version/%base_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    82
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%install
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    84
rm -rf $RPM_BUILD_ROOT
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    85
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    86
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    87
%flac_64.install -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    88
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    89
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    90
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    91
%flac_sse2.install -d %name-%version/%sse2_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    92
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    93
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    94
%flac.install -d %name-%version/%base_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    95
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    96
%if %can_isaexec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    97
mkdir $RPM_BUILD_ROOT%{_bindir}/%{base_isa}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    98
mv $RPM_BUILD_ROOT%{_bindir}/flac $RPM_BUILD_ROOT%{_bindir}/%{base_isa}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    99
mv $RPM_BUILD_ROOT%{_bindir}/metaflac $RPM_BUILD_ROOT%{_bindir}/%{base_isa}
9686
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   100
cd $RPM_BUILD_ROOT%{_bindir}
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   101
ln -s ../lib/isaexec flac
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   102
ln -s ../lib/isaexec metaflac
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   103
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   106
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%dir %attr (0755, root, bin) %{_bindir}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   113
%if %can_isaexec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   114
%{_bindir}/%{base_isa}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   115
%endif
9686
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   116
%hard %{_bindir}/flac
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   117
%hard %{_bindir}/metaflac
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_libdir}/libFLAC.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%{_mandir}/man1/*
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   124
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   125
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   126
%{_bindir}/%{_arch64}/*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   127
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   128
%{_libdir}/%{_arch64}/lib*.so*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   129
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   130
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   131
%dir %attr (0755, root, bin) %{_bindir}/%{sse2_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   132
%{_bindir}/%{sse2_arch}/*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   133
%dir %attr (0755, root, bin) %{_libdir}/%{sse2_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   134
%{_libdir}/%{sse2_arch}/lib*.so*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   135
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{_datadir}/doc/*
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   148
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   149
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   150
%{_libdir}/%{_arch64}/pkgconfig/*.pc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   151
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   152
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   153
%dir %attr (0755, root, other) %{_libdir}/%{sse2_arch}/pkgconfig
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   154
%{_libdir}/%{sse2_arch}/pkgconfig/*.pc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   155
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%changelog
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
   158
* Mon Mar 31 2008 - [email protected]
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
   159
- Add SUNW_Copyright.
11871
6afb8edcf312 2008-03-17 Irene Huang <[email protected]>
sh162551
parents: 11862
diff changeset
   160
* Mon Mar 17 2008 - [email protected]
6afb8edcf312 2008-03-17 Irene Huang <[email protected]>
sh162551
parents: 11862
diff changeset
   161
- remove line for c++ files.
6afb8edcf312 2008-03-17 Irene Huang <[email protected]>
sh162551
parents: 11862
diff changeset
   162
* Fri Mar 14 2008 - [email protected]
11862
da904ba6d9af 2008-03-14 Irene Huang <[email protected]>
sh162551
parents: 11861
diff changeset
   163
- remove c++ files from the package.
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10526
diff changeset
   164
* Wed Oct 10 2006 - [email protected]
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10526
diff changeset
   165
- Update Build/Requires after running check-deps.pl script.
10526
5783076c931f 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10141
diff changeset
   166
* Wed Sep 19 2007 - [email protected]
5783076c931f 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10141
diff changeset
   167
- Add C++ libs to %files.
10141
2c74c42c1601 2007-06-29 Irene Huang <[email protected]>
sh162551
parents: 9792
diff changeset
   168
* Fri Jun 29 2007 - [email protected]
2c74c42c1601 2007-06-29 Irene Huang <[email protected]>
sh162551
parents: 9792
diff changeset
   169
- remove FLAC++.so.* from file list. 
9792
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
   170
* Thu Apr 26 2007 - [email protected]
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
   171
- set CXX to $CXX -norunpath because libtool swallows this option sometimes
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
   172
  and leaves compiler paths in the binaries, fixes 6497744
9686
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   173
* Thu Apr  5 2007 - [email protected]
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   174
- use hard links for isaexec now that pkgbuild 1.2.0+ supports them.
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   175
* Thu Mar 15 2007 - [email protected] and [email protected]
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   176
- enable building 64-bit and SSE2 variants
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Fri Feb 16 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Add %{_libdir}/pkgconfig to %files devel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Wed Feb 14 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- add BuildConflicts against SFEnasm as it breaks the build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Mon Dec 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Remove ogg flac libraries as they are no longer built.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Thu May 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- Now use flac version number.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
* Fri Aug 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- Initial spec-file created