1 Star 0 Fork 11

Liu Yuntao/libogg

forked from src-openEuler/libogg 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libogg.spec 2.87 KB
一键复制 编辑 原始数据 按行查看 历史
zhouwenpei 提交于 2021-11-30 15:52 . update verion to 1.3.5
Name: libogg
Version: 1.3.5
Release: 1
Summary: Ogg Bitstream Library.
License: BSD
URL: http://www.xiph.org/
Vendor: Xiph.org Foundation <[email protected]>
Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Epoch: 2
BuildRequires: automake gcc
Requires: glibc
%description
Libogg is a library for manipulating ogg bitstreams. It handles
both making ogg bitstreams and getting packets from ogg bitstreams.
%package devel
Summary: Ogg Bitstream Library Development
Requires: libogg = %{epoch}:%{version}-%{release} automake pkgconf
%description devel
The libogg-devel package contains the header files, static libraries
and documentation needed to develop applications with libogg.
%package_help
%prep
%setup -q -n %{name}-%{version}
%build
sed -i 's/-O20/$RPM_OPT_FLAGS/g' configure
sed -i 's/-ffast-math/ /g' configure
%configure
%make_build
%install
%make_install
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS CHANGES COPYING README.md
%{_libdir}/libogg.so.*
%files devel
%defattr(-,root,root)
%dir %{_includedir}/ogg
%{_includedir}/ogg/ogg.h
%{_includedir}/ogg/os_types.h
%{_includedir}/ogg/config_types.h
%{_libdir}/libogg.a
%{_libdir}/libogg.la
%{_libdir}/libogg.so
%{_libdir}/pkgconfig/ogg.pc
%{_datadir}/aclocal/ogg.m4
%files help
%defattr(-,root,root)
%doc %{_docdir}/
%exclude %{_docdir}/%{name}/{AUTHORS,CHANGES,COPYING,README.md}
%changelog
* Tue Nov 30 2021 zhouwenpei <[email protected]> - 1.3.5-1
- update libogg to 1.3.5
* Fri Sep 4 2020 shixuantong <[email protected]> - 1.3.4-3
- update Source0
* Thu Jul 23 2020 jinzhimin <[email protected]> - 1.3.4-2
- delete old tar file
* Mon May 11 2020 chenmaodong <[email protected]> - 1.3.4-1
- update libogg to 1.3.4
* Thu Sep 26 2019 openEuler Buildteam <[email protected]> - 1.3.3-3
- Fix bad requires
* Tue Aug 31 2019 openEuler Buildteam <[email protected]> - 1.3.3-2
- Package init
* Thu Nov 08 2007 Conrad Parker <[email protected]>
- update doc dir (reported by thosmos on #vorbis)
* Thu Jun 10 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- autogenerate from configure
- fix download location
- remove Prefix
- own include dir
- move ldconfig runs to -p scripts
- change Release tag to include xiph
* Tue Oct 07 2003 Warren Dukes <[email protected]>
- update for 1.1 release
* Sun Jul 14 2002 Thomas Vander Stichele <[email protected]>
- update for 1.0 release
- conform Group to Red Hat's idea of it
- take out case where configure doesn't exist; a tarball should have it
* Tue Dec 18 2001 Jack Moffitt <[email protected]>
- Update for RC3 release
* Sun Oct 07 2001 Jack Moffitt <[email protected]>
- add support for configurable prefixes
* Sat Sep 02 2000 Jack Moffitt <[email protected]>
- initial spec file created
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu-yuntao-10/libogg.git
[email protected]:liu-yuntao-10/libogg.git
liu-yuntao-10
libogg
libogg
master

搜索帮助