SUNWflac.spec
author dcarbery
Wed, 10 Oct 2007 10:17:52 +0000
changeset 10633 9d1d87d1238f
parent 10526 5783076c931f
child 10925 b905c7eed23d
child 11861 de7b7d94b309
permissions -rw-r--r--
2007-10-10 Damien Carbery <[email protected]> * SUNWbrltty.spec, SUNWevolution.spec, SUNWflac.spec, SUNWgnome-camera.spec, SUNWgnome-im-client.spec, SUNWpng.spec: Update Build/Requires after running check-deps.pl script.
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Name:        SUNWflac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Summary:     An Open Source lossless audio codec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Version:     %{flac.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
SUNW_BaseDir:%{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
BuildRoot:   %{_tmppath}/%{name}-%{version}-build
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    34
%include default-depend.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildConflicts: SFEnasm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: SUNWgnome-common-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
BuildRequires: SUNWogg-vorbis-devel
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10526
diff changeset
    38
BuildRequires: SUNWlibC
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: SUNWogg-vorbis
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: SUNWlibms
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10526
diff changeset
    41
Requires: SUNWlibC
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Summary:      %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
SUNW_BaseDir: %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
mkdir %name-%version
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    51
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    52
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    53
mkdir %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    54
%flac_64.prep -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    55
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    56
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    57
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    58
mkdir %name-%version/%sse2_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    59
%flac_sse2.prep -d %name-%version/%sse2_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    60
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    61
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    62
mkdir %name-%version/%base_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    63
%flac.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%build
9792
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    66
%if %cc_is_gcc
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    67
%else
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    68
export CXX="${CXX} -norunpath"
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    69
%endif
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    70
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    71
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    72
%flac_64.build -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    73
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    74
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    75
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    76
%flac_sse2.build -d %name-%version/%sse2_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    77
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    78
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    79
%flac.build -d %name-%version/%base_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    80
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%install
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    82
rm -rf $RPM_BUILD_ROOT
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    83
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    84
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    85
%flac_64.install -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    86
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    87
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    88
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    89
%flac_sse2.install -d %name-%version/%sse2_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    90
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    91
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    92
%flac.install -d %name-%version/%base_arch
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
%if %can_isaexec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    95
mkdir $RPM_BUILD_ROOT%{_bindir}/%{base_isa}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    96
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
    97
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
    98
cd $RPM_BUILD_ROOT%{_bindir}
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
    99
ln -s ../lib/isaexec flac
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   100
ln -s ../lib/isaexec metaflac
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   101
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%{?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
   104
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%dir %attr (0755, root, bin) %{_bindir}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   111
%if %can_isaexec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   112
%{_bindir}/%{base_isa}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   113
%endif
9686
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   114
%hard %{_bindir}/flac
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   115
%hard %{_bindir}/metaflac
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_libdir}/libFLAC.so*
10526
5783076c931f 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10141
diff changeset
   118
%{_libdir}/libFLAC++.so*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%{_mandir}/man1/*
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   123
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   124
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   125
%{_bindir}/%{_arch64}/*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   126
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   127
%{_libdir}/%{_arch64}/lib*.so*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   128
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   129
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   130
%dir %attr (0755, root, bin) %{_bindir}/%{sse2_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   131
%{_bindir}/%{sse2_arch}/*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   132
%dir %attr (0755, root, bin) %{_libdir}/%{sse2_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   133
%{_libdir}/%{sse2_arch}/lib*.so*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   134
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{_datadir}/doc/*
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   147
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   148
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   149
%{_libdir}/%{_arch64}/pkgconfig/*.pc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   150
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   151
%if %arch_sse2
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   152
%dir %attr (0755, root, other) %{_libdir}/%{sse2_arch}/pkgconfig
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   153
%{_libdir}/%{sse2_arch}/pkgconfig/*.pc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   154
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%changelog
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10526
diff changeset
   157
* Wed Oct 10 2006 - [email protected]
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10526
diff changeset
   158
- Update Build/Requires after running check-deps.pl script.
10526
5783076c931f 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10141
diff changeset
   159
* Wed Sep 19 2007 - [email protected]
5783076c931f 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10141
diff changeset
   160
- Add C++ libs to %files.
10141
2c74c42c1601 2007-06-29 Irene Huang <[email protected]>
sh162551
parents: 9792
diff changeset
   161
* Fri Jun 29 2007 - [email protected]
2c74c42c1601 2007-06-29 Irene Huang <[email protected]>
sh162551
parents: 9792
diff changeset
   162
- remove FLAC++.so.* from file list. 
9792
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
   163
* Thu Apr 26 2007 - [email protected]
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
   164
- 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
   165
  and leaves compiler paths in the binaries, fixes 6497744
9686
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   166
* Thu Apr  5 2007 - [email protected]
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   167
- 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
   168
* Thu Mar 15 2007 - [email protected] and [email protected]
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   169
- enable building 64-bit and SSE2 variants
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Fri Feb 16 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Add %{_libdir}/pkgconfig to %files devel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Wed Feb 14 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- add BuildConflicts against SFEnasm as it breaks the build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Mon Dec 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- 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
   176
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
* Thu May 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Now use flac version number.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Fri Aug 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Initial spec-file created