lame.spec

来自「MP3编码程序和资料」· SPEC 代码 · 共 51 行

SPEC
51
字号
%define ver	3.84%define beta	alpha%define prefix	/usr%define rel	1%define name	lameSummary: LAME Ain't an MP3 EncoderName: %{name}Version: %{ver}%{beta}Release: %{rel}Copyright: LGPLPackager: Keitaro Yosimura <ramsy@linux.or.jp>Group: Applications/MultimediaSource: http://www.sulaco.org:80/mp3/download/beta/lame%{ver}%{beta}.tar.gzBuildRoot: /var/tmp/lame-%{ver}-rootURL: http://www.sulaco.org/mp3/Docdir: %{prefix}/docPrefix: %prefix%description LAME is an educational tool to be used for learning about MP3 encoding.  Thegoal of the LAME project is to use the open source model to improve thepsycho acoustics, noise shaping and speed of MP3.  Another goal of the LAMEproject is to use these improvements for the basis of a  patent free audiocompression codec for the GNU project.%prep%setup -n %{name}%{ver}%buildmake %installrm -fr $RPM_BUILD_ROOTmkdir -p $RPM_BUILD_ROOT%{prefix}/binmkdir -p $RPM_BUILD_ROOT%{prefix}/man/man1install -s -m 755 lame $RPM_BUILD_ROOT%{prefix}/bininstall -m 644 doc/man/lame.1 $RPM_BUILD_ROOT%{prefix}/man/man1%cleanrm -rf $RPM_BUILD_ROOTrm -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}/man/man1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?