📄 lame.spec
字号:
%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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -