Hi,
can someone please comment on it (and if he has commit privs, please
commit it if it is ok)?
One thing I noticed: "--with-vorbis" should be removed.
Bye,
Alexander.
------ Forwarded message ------
Von: Juan Pablo Gim�nez <[EMAIL PROTECTED]>
Betreff: LAME SPEC
Datum: Tue, 25 Sep 2001 11:44:06 -0700
An: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Hi, I have a few changes to SPEC for LAME... If you can give
it a try...
--------------------------
%define name @PACKAGE@
%define ver @VERSION@
%define quality beta
%define rel 1
%define prefix /usr
Summary : LAME Ain't an MP3 Encoder
Name: %{name}
Version: %{ver}%{quality}
Release: %{rel}
Copyright: LGPL
Vendor: The LAME Project
Packager: cefiar <[EMAIL PROTECTED]>
URL: http://www.sulaco.org/mp3/
Group: Applications/Multimedia
Source:
http://www.sulaco.org:80/mp3/download/beta/%{name}%{ver}%{quality}.tar.gz
BuildRoot: /var/tmp/lame-%{ver}-root
Prefix: %{prefix}
Docdir: %{prefix}/share/doc
%description
LAME is an educational tool to be used for learning about
MP3 encoding. The
goal of the LAME project is to use the open source model to
improve the
psycho acoustics, noise shaping and speed of MP3. Another
goal of the LAME
project is to use these improvements for the basis of a
patent free audio
compression codec for the GNU project.
%prep
%setup -n %{name}-%{ver}
CC=%{__cc}
CXX=%{__cxx}
CFLAGS=$RPM_OPT_FLAGS
CXXFLAGS=$CFLAGS
export CC CXX CFLAGS CXXFLAGS
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-vorbis
%build
make
%install
rm -fr $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT%{prefix} install
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf /usr/src/redhat/BUILD/%{name}%{ver}
%files
%defattr (-,root,root)
%doc LICENSE USAGE COPYING API TODO README* HACKING
%doc doc/html/*.html
%{prefix}/bin/lame
%{prefix}/lib/libmp3lame.so.*
%doc %{prefix}/man/man1
%package -n lame-devel
Summary:
LAME Headers
Group:
Development/Libraries
Requires:
%{name} = %{PACKAGE_VERSION}
%description -n lame-devel
Headers for compiling applications against LAME
%files -n lame-devel
%defattr(-, root, root)
%{prefix}/include/lame
%{prefix}/lib/libmp3lame.*a
%{prefix}/lib/libmp3lame.so
%changelog
* Tue Sep 25 2001 Juan Pablo Gim�nez �[EMAIL PROTECTED]�
- Updated RPM to 3.89beta
- export CC CXX CFLAGS and CXXFLAGS to use values from rpm
macros
- use "configure" in "%setup"
- use "make install" in "%install"
- make two RPMs lame and lame-devel
- add "--with-vorbis"
* Tue Aug 01 2000 Stuart Young �[EMAIL PROTECTED]�
- Updated RPM to 3.85beta.
- Modified spec file (merged George and Keitaro's specs)
- Added reasonable info to the specs to reflect the maintainer
- Renamed lame.spec (plain spec is bad, mmkay?).
* Fri Jun 30 2000 Keitaro Yosimura �[EMAIL PROTECTED]�
- Updated RPM to 3.84alpha.
- Better attempt at an RPM, independant of 3.83 release.
- (This is all surmise as there was no changelog).
* Thu May 30 2000 Georges Seguin �[EMAIL PROTECTED]�
- First RPM build around 3.83beta
--
MP3 ENCODER mailing list archive is at:
http://www.mail-archive.com/mp3encoder%40minnie.cs.adfa.edu.au/