base-specs/libvorbis.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16431 d7743d81b302
child 17631 fc74c0dca76d
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
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 libvorbis (Version 1.0)
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
# Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# 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
     6
# 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
     7
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Please submit bugfixes or comments via http://www.suse.de/feedback/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16431
diff changeset
    10
%define owner yippi
11132
0183b8aba79a 2007-11-06 Brian Cameron <[email protected]>
yippi
parents: 10230
diff changeset
    11
# bugdb: https://trac.xiph.org/
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
# neededforbuild  libogg libogg-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
# usedforbuild    aaa_base acl attr bash bind9-utils bison coreutils cpio cpp cvs cyrus-sasl2 db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg pam pam-devel pam-modules patch permissions ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils bzip2 cracklib gcc gdbm gettext libogg libogg-devel libtool perl rpm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
16431
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16282
diff changeset
    16
%define OSR 1571:1.x
d7743d81b302 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16282
diff changeset
    17
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Name:         libvorbis
16282
ef6ce3e6a694 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 16033
diff changeset
    19
License:      Xiph.org BSD-style
ef6ce3e6a694 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 16033
diff changeset
    20
Group:        Libraries/Multimedia
ef6ce3e6a694 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 16033
diff changeset
    21
Version:      1.2.3
ef6ce3e6a694 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 16033
diff changeset
    22
Distribution: Java Desktop System
ef6ce3e6a694 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 16033
diff changeset
    23
Vendor:       Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Summary:      The Vorbis General Audio Compression Codec
16282
ef6ce3e6a694 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 16033
diff changeset
    25
Source:       http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
ef6ce3e6a694 2009-08-14 Brian Cameron <[email protected]>
yippi
parents: 16033
diff changeset
    26
URL:          http://downloads.xiph.org/
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Release:      95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
and general-purpose compressed audio format for audio and music at fixed
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
and variable bitrates from 16 to 128 kbps/channel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Authors:
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
    Monty <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
    Xiphophorus Company <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Summary:      Development package for libvorbis
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Group:        Development/Libraries/C and C++
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires:     libogg-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires:     %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
This package contains the header files and documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
needed to develop applications with libvorbis.
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
Authors:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
--------
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
    Monty <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
    Xiphophorus Company <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%setup
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%build
16033
382cf2d2d6a5 2009-07-15 Brian Cameron <[email protected]>
yippi
parents: 14571
diff changeset
    59
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal -I ./m4"
12252
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    60
export CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    61
export LDFLAGS="%_ldflags"
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    62
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
automake -a -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
#autoreconf --force --install
12252
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    67
./configure --prefix=%{_prefix}			\
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    68
	    --libdir=%{_libdir}			\
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    69
	    --datadir=%{_datadir}		\
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    70
	    --mandir=%{_mandir}			\
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    71
	    --with-ogg-libraries=%{_libdir}	\
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    72
	    --enable-shared			\
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    73
	    --disable-static
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
    74
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
make DESTDIR=$RPM_BUILD_ROOT docdir=%{_datadir}/gtk-doc/html/%{name}-devel install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
# create an old compatible m4 file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
sed -e s/XIPH_PATH_VORBIS/AM_PATH_VORBIS/g < $RPM_BUILD_ROOT%{_datadir}/aclocal/vorbis.m4 > $RPM_BUILD_ROOT%{_datadir}/aclocal/vorbis-old.m4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%run_ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%doc COPYING AUTHORS README HACKING
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%{_libdir}/lib*.so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%{_includedir}/vorbis
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%{_libdir}/lib*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%{_libdir}/lib*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%{_libdir}/lib*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%{_datadir}/aclocal/*.m4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%changelog -n libvorbis
16033
382cf2d2d6a5 2009-07-15 Brian Cameron <[email protected]>
yippi
parents: 14571
diff changeset
   103
* Wed Jul 15 2009 - [email protected]
382cf2d2d6a5 2009-07-15 Brian Cameron <[email protected]>
yippi
parents: 14571
diff changeset
   104
- Bump to 1.2.3.
12252
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
   105
* Mon May 05 2008 - [email protected]
7f1d15ed6bbf 2008-05-05 Brian Cameron <[email protected]>
yippi
parents: 12012
diff changeset
   106
- Now support building 64-bit libraries.
10230
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   107
* Mon Jul 30 2007 - [email protected]
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   108
- Bump to 1.2.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
* Tue Dec 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
- Bump to 1.1.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
* Tue Sep 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
- Bump to 1.1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
* Mon Jun 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
- Removed libvorbis-01-configure.diff since it is no longer
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
  necessary.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
* Wed Aug 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
- Moved gtk-docs to %{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
* Sat Mar 01 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
- let libvorbis-devel require libogg-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
* Fri Jan 17 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
- fixed m4 macro (bug #21267).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
* Thu Jan 09 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
- Add *.la files to -devel filelist
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
* Wed Dec 04 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
- fixed the undefined weak links.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
- renamed m4.dif and lib64.dif with libvorbis- prefix to avoid
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
  filename conflictions.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
* Thu Sep 19 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
- don't add -I/usr/include to VORBIS_VFLAGS.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
- fix test for prefix.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
- move devel documents under %%{_docdir}/libvorbis-devel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
* Mon Aug 12 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
- added Requires %%{name} = %%{version} to devel package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
* Tue Jul 23 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
- fixed m4 file for lib64.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
- provides the backward compatible m4 file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
* Mon Jul 22 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
- updated to version 1.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
- clean up the spec file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
- added %%run_ldconfig.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
* Wed Jun 12 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
- rm acinclude.m4 so we don't have the problematic ogg.m4 (which contains
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
  /lib hardcoded).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
* Thu Apr 18 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
- Remove additional optimization, default is better
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
- Add --libdir to configure to build on x86_64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
* Thu Feb 07 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
- fixed build on s390x.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
* Fri Jan 04 2002 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
- updated to RC3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
  sync with cvs 2002.01.04.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
* Tue Dec 04 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
- sync with cvs 2001.12.04.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Wed Oct 24 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
- sync with cvs 20011024.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
  + fixed/updated documents
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
  + tuned up parameters
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
  + bugfixes on 64bit arch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- removed Requires to libogg.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
* Sat Oct 20 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Fix use of qsort.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Mon Aug 13 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- updated to 1.0rc2 from cvs 20010813.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
* Thu Jun 07 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
- fixed build with the recent libtool.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Tue Apr 03 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- make use of RPM_OPT_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- include the include/vorbis dir into the file list(+rpm-macroized)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Mon Mar 12 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- corrected copyright in spec file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Mon Feb 26 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Updated to 1.0beta4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Wed Jan 31 2001 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- Initial version: 1.0beta3.