📄 smurf.spec
字号:
%define name smurf%define version 0.52.6%define release 1%define prefix /usrSummary: A GPL sound font editor.Name: %{name}Version: %{version}Release: %{release}Prefix: %{prefix}Copyright: GPLGroup: Applications/MultimediaURL: http://smurf.sourceforge.netVendor: Josh Green <jgreen@users.sourceforge.net>Source: http://download.sourceforge.net/smurf/%{name}-%{version}.tar.gzBuildRoot: /var/tmp/%{name}-%{version}%descriptionSmurf is a GTK based sound font editor. Sound font files are collections ofaudio samples and other data that describe instruments for the purpose ofcomposing music. Sound fonts do not describe the music itself, but rather thesounds of the instruments. These instruments can be composed of any digitallyrecordable or generated sound. This format provides a portable and flexiblesound synthesis environment that can be supported in hardware or software.%prep%setup -q%build./configure --prefix=%{prefix}make%installif [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fimkdir -p $RPM_BUILD_ROOTmake prefix=$RPM_BUILD_ROOT%{prefix} install%cleanif [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi%files%defattr(-,root,root)%doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README%{prefix}/bin/smurf%{prefix}/share/locale/*/*/*%changelog* Thu Dec 28 2000 Josh Green <jgreen@users.sourceforge.net>- Updated spec to include HACKING document* Tue Sep 12 2000 Josh Green <jgreen@users.sourceforge.net>- I am a happy programmer :)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -