?? ccaudio2.spec.in
字號:
Summary: GNU ccAudio2 - a C++ class framework for processing audio files.Name: ccaudio2Version: @VERSION@Release: 1Group: Development/LibrariesURL: http://www.gnu.org/software/ccaudioSource: ftp://ftp.gnu.org/gnu/ccaudio/ccaudio2-%{PACKAGE_VERSION}.tar.gzPrefix: %{_prefix}Copyright: GPLBuildRoot: %{_tmppath}/ccaudio2-rootPackager: David Sugar <dyfet@ostel.com>BuildRequires: libstdc++-devel%package develGroup: Development/LibrariesSummary: header files and static link library for GNU ccAudio.Requires: %{name} = %{epoch}:%{version}-%{release}Requires: libstdc++-devel %descriptionThe GNU ccAudio package offers a highly portable C++ class framework fordeveloping applications which manipulate audio streams and variousdisk based audio file formats. At the moment ccaudio is primarly a classframework for handling .au, .wav (RIFF), and various .raw audio encodingformats under Posix and win32 systems, though it may expand to become ageneral purpose audio and soundcard support library. Support forcontrolling CD audio devices has recently been added as well as supportfor codecs and other generic audio processing services.%description develThis package provides the header files and documentation for buildingapplications that use GNU ccAudio. %prep %setup%build%configuremake %{?_smp_mflags} LDFLAGS="-s" CXXFLAGS="$RPM_OPT_FLAGS"%install%makeinstall %cleanrm -rf %{buildroot} %files%defattr(-,root,root,0755)%doc AUTHORS COPYING ChangeLog NEWS README TODO%dir %{_libdir}/ccaudio2* %{_libdir}/*.so.*%{_libdir}/ccaudio2*/* %{_bindir}/*%{_mandir}/*/* %files devel%defattr(-,root,root,0755)%{_libdir}/*.a%{_libdir}/*.so%{_libdir}/*.la%{_libdir}/pkgconfig/*.pc%{_includedir}/cc++/*.h %post -p /sbin/ldconfig%postun -p /sbin/ldconfig
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -