libfame.spec.in

来自「一个很好用的MPEG1/4的开源编码器」· IN 代码 · 共 82 行

IN
82
字号
# Note that this is NOT a relocatable package%define ver      @VERSION@%define rel      1%define prefix   /usrSummary:   Fast Assembly Mpeg Encoding libraryName:      libfameVersion:   %verRelease:   %relCopyright: LGPLGroup:     System Environment/LibrariesSource0:   @PACKAGE@-%{PACKAGE_VERSION}.tar.gzURL:       http://fame.sourceforge.netBuildRoot: /tmp/@PACKAGE@-%{PACKAGE_VERSION}-rootPackager:  Vivien Chappelier <vivien.chappelier@enst-bretagne.fr>Docdir: %{prefix}/doc%descriptionFAME is a library for fast MPEG encoding.%package develSummary: Libraries and include to develop using FAMEGroup: Development/LibrariesRequires: %{name}%description develFAME is a library for fast MPEG encoding.This is the libraries, include files and other resources you can useto develop FAME applications.%preprm -rf ${RPM_BUILD_ROOT}%setup -q%build# Needed for snapshot releases.if [ ! -f configure ]; then  CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefixelse  CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefixfiif [ "$SMP" != "" ]; then  (make "MAKE=make -k -j $SMP"; exit 0)  makeelse  makefi%installrm -rf $RPM_BUILD_ROOTmake prefix=$RPM_BUILD_ROOT%{prefix} install%cleanrm -rf $RPM_BUILD_ROOT%post/sbin/ldconfig%postun/sbin/ldconfig%files%defattr(-, root, root)%doc CHANGES COPYING README%{_libdir}/lib*.so.*%files devel%defattr(-, root, root)%doc CHANGES COPYING README%{_bindir}/*-config%{_libdir}/lib*.so%{_libdir}/*a%{_includedir}/fame*.h%{_datadir}/aclocal/*%{prefix}/man/man3/*%changelog

⌨️ 快捷键说明

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