SUNWflac.spec
author yippi
Fri, 20 Feb 2009 05:33:53 +0000
changeset 15175 5e5844d712ab
parent 13574 164d399fe546
child 15550 5a2672dfa889
permissions -rw-r--r--
2009-02-20 Brian Cameron <[email protected]> * SUNWflac.spec, base-specs/flac.spec, patches/flac-02-map.diff: Backout my flac-02-map.diff fix and instead remove -xarch=sse2 support. Our current approach of compiling files with SSE2 support but installing them to pentium+mmx directory is flawed since Pentium machines that support MMX are not guaranteed to also support SSE2. Should really fix bug #6653080. * SUNWlibvisual.spec: Remove SSE2 support for the same reason as above.
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
%use flac_64 = flac.spec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    16
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    17
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    18
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
%use flac = flac.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    21
Name:                    SUNWflac
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    22
Summary:                 Free Lossless Audio Codec
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    23
Version:                 %{flac.version}
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    24
SUNW_BaseDir:            %{_basedir}
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    25
SUNW_Copyright:          %{name}.copyright
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    26
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    27
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    28
%include default-depend.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
BuildConflicts: SFEnasm
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    30
BuildRequires:  SUNWgnome-common-devel
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    31
BuildRequires:  SUNWogg-vorbis-devel
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    32
BuildRequires:  SUNWlibC
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    33
Requires:       SUNWogg-vorbis
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    34
Requires:       SUNWlibms
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
    35
Requires:       SUNWlibC
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Summary:      %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
SUNW_BaseDir: %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
mkdir %name-%version
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    45
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    46
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    47
mkdir %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    48
%flac_64.prep -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    49
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    50
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    51
mkdir %name-%version/%base_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    52
%flac.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%build
9792
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    55
%if %cc_is_gcc
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    56
%else
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    57
export CXX="${CXX} -norunpath"
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    58
%endif
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
    59
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    60
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    61
%flac_64.build -d %name-%version/%_arch64
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
%flac.build -d %name-%version/%base_arch
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    65
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%install
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    67
rm -rf $RPM_BUILD_ROOT
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    68
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    69
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    70
%flac_64.install -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    71
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    72
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    73
%flac.install -d %name-%version/%base_arch
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 %can_isaexec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    76
mkdir $RPM_BUILD_ROOT%{_bindir}/%{base_isa}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    77
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
    78
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
    79
cd $RPM_BUILD_ROOT%{_bindir}
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
    80
ln -s ../lib/isaexec flac
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
    81
ln -s ../lib/isaexec metaflac
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    82
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%{?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
    85
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%dir %attr (0755, root, bin) %{_bindir}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    92
%if %can_isaexec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    93
%{_bindir}/%{base_isa}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    94
%endif
9686
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
    95
%hard %{_bindir}/flac
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
    96
%hard %{_bindir}/metaflac
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%{_libdir}/libFLAC.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%dir %attr (0755, root, sys) %{_datadir}
13574
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
   100
%doc -d %{base_arch}/flac-%{flac.version} AUTHORS README
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
   101
%doc(bzip2) -d %{base_arch}/flac-%{flac.version} COPYING.Xiph COPYING.GPL
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
   102
%doc(bzip2) -d %{base_arch}/flac-%{flac.version} COPYING.LGPL COPYING.FDL
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
   103
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%{_mandir}/man1/*
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   107
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   108
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   109
%{_bindir}/%{_arch64}/*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   110
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   111
%{_libdir}/%{_arch64}/lib*.so*
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   112
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_includedir}/*
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, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%dir %attr (0755, root, other) %{_datadir}/doc
13574
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
   124
%dir %attr (0755, root, other) %{_datadir}/doc/flac-1.2.1
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
   125
%{_datadir}/doc/flac-1.2.1/*
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   126
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   127
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   128
%{_libdir}/%{_arch64}/pkgconfig/*.pc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   129
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%changelog
15175
5e5844d712ab 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 13574
diff changeset
   132
* Thu Feb 19 2009 - [email protected]
5e5844d712ab 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 13574
diff changeset
   133
- Remove compiling with -xarch=sse2.  Installing sse2 code to pentium+mmx
5e5844d712ab 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 13574
diff changeset
   134
  is problematic since pentium+mmx isn't guaranteed to support SSE2.
5e5844d712ab 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 13574
diff changeset
   135
  So removing this optimization for now.
13574
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
   136
* Fri Sep 12 2008 - [email protected]
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 11981
diff changeset
   137
- Add new copyright files.
11981
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
   138
* Mon Mar 31 2008 - [email protected]
cf3c5b1353ee 2008-03-31 Brian Cameron <[email protected]>
yippi
parents: 11871
diff changeset
   139
- Add SUNW_Copyright.
11871
6afb8edcf312 2008-03-17 Irene Huang <[email protected]>
sh162551
parents: 11862
diff changeset
   140
* Mon Mar 17 2008 - [email protected]
6afb8edcf312 2008-03-17 Irene Huang <[email protected]>
sh162551
parents: 11862
diff changeset
   141
- remove line for c++ files.
6afb8edcf312 2008-03-17 Irene Huang <[email protected]>
sh162551
parents: 11862
diff changeset
   142
* Fri Mar 14 2008 - [email protected]
11862
da904ba6d9af 2008-03-14 Irene Huang <[email protected]>
sh162551
parents: 11861
diff changeset
   143
- remove c++ files from the package.
10633
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10526
diff changeset
   144
* Wed Oct 10 2006 - [email protected]
9d1d87d1238f 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10526
diff changeset
   145
- Update Build/Requires after running check-deps.pl script.
10526
5783076c931f 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10141
diff changeset
   146
* Wed Sep 19 2007 - [email protected]
5783076c931f 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10141
diff changeset
   147
- Add C++ libs to %files.
10141
2c74c42c1601 2007-06-29 Irene Huang <[email protected]>
sh162551
parents: 9792
diff changeset
   148
* Fri Jun 29 2007 - [email protected]
2c74c42c1601 2007-06-29 Irene Huang <[email protected]>
sh162551
parents: 9792
diff changeset
   149
- remove FLAC++.so.* from file list. 
9792
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
   150
* Thu Apr 26 2007 - [email protected]
b9d82fc958ae 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9686
diff changeset
   151
- 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
   152
  and leaves compiler paths in the binaries, fixes 6497744
9686
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   153
* Thu Apr  5 2007 - [email protected]
40ef95002ee1 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9576
diff changeset
   154
- 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
   155
* Thu Mar 15 2007 - [email protected] and [email protected]
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   156
- enable building 64-bit and SSE2 variants
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
* Fri Feb 16 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
- Add %{_libdir}/pkgconfig to %files devel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Wed Feb 14 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- add BuildConflicts against SFEnasm as it breaks the build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
* Mon Dec 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- 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
   163
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Thu May 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Now use flac version number.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Fri Aug 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Initial spec-file created