Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
bb5f552b66
!27 [sync] PR-25: cleanup spec
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2024-09-09 13:06:44 +00:00
Funda Wang
13b88eba86 cleanup spec
(cherry picked from commit 54bc22950f70c6a9fe0a9ef86fcb5e5e808e2007)
2024-09-09 19:22:00 +08:00
openeuler-ci-bot
c40d09faca
!21 update release
From: @wangxiao65 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2024-07-30 08:34:51 +00:00
wangxiao65
6a616564a8 update release 2024-07-30 08:17:07 +00:00
openeuler-ci-bot
4541713ab2
!20 [sync] PR-18: [libogg] increase release number
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-10-27 06:25:15 +00:00
Liu Yuntao
c650e10934 increase release number to make sure this package can be updated in next version of openEuler
(cherry picked from commit 282e329bf5ad3c8eef7fb8912fcdfa745b68e25c)
2022-10-27 14:24:18 +08:00
openeuler-ci-bot
c53003621a !16 update verion to 1.3.5
From: @zhouwenpei
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-11-30 11:08:32 +00:00
zhouwenpei
de3d1a23ac update verion to 1.3.5 2021-11-30 15:52:05 +08:00
openeuler-ci-bot
f7b5882d1f !7 update Source0
From: @tong_1001
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2020-09-14 11:03:52 +08:00
桐小哥
d3d55a5af7 update Source0 2020-09-04 12:02:56 +08:00
3 changed files with 30 additions and 31 deletions

Binary file not shown.

BIN
libogg-1.3.5.tar.xz Normal file

Binary file not shown.

View File

@ -1,15 +1,12 @@
Name: libogg
Version: 1.3.4
Release: 2
Epoch: 2
Version: 1.3.5
Release: 4
Summary: Ogg Bitstream Library.
License: BSD
URL: http://www.xiph.org/
Vendor: Xiph.org Foundation <team@xiph.org>
Source: http://www.vorbis.com/files/1.0.1/unix/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Epoch: 2
BuildRequires: automake gcc
Requires: glibc
License: BSD-3-Clause
URL: https://www.xiph.org/
Source: https://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
BuildRequires: gcc make
%description
Libogg is a library for manipulating ogg bitstreams. It handles
@ -17,7 +14,7 @@ both making ogg bitstreams and getting packets from ogg bitstreams.
%package devel
Summary: Ogg Bitstream Library Development
Requires: libogg = %{epoch}:%{version}-%{release} automake pkgconf
Requires: libogg = %{epoch}:%{version}-%{release}
%description devel
The libogg-devel package contains the header files, static libraries
@ -29,56 +26,59 @@ and documentation needed to develop applications with libogg.
%setup -q -n %{name}-%{version}
%build
sed -i 's/-O20/$RPM_OPT_FLAGS/g' configure
sed -i 's/-ffast-math/ /g' configure
%configure
%configure --disable-static
%make_build
%install
%make_install
%delete_la
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%make_build check
%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
* Thu Jul 23 2020 jinzhimin <jinzhimin2@huawei.com> - 1.3.4-2
* Tue Sep 03 2024 Funda Wang <fundawang@yeah.net> - 2:1.3.5-4
- cleanup spec
* Tue Jul 30 2024 wangxiao <wangxiao184@h-partners.com> - 2:1.3.5-3
- update release
* Tue Oct 25 2022 Liu Yuntao <liuyuntao10@huawei.com> - 2:1.3.5-2
- rebuild package
* Tue Nov 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2:1.3.5-1
- update libogg to 1.3.5
* Fri Sep 4 2020 shixuantong <shixuantong@huawei.com> - 2:1.3.4-3
- update Source0
* Thu Jul 23 2020 jinzhimin <jinzhimin2@huawei.com> - 2:1.3.4-2
- delete old tar file
* Mon May 11 2020 chenmaodong <chenmaodong@huawei.com> - 1.3.4-1
* Mon May 11 2020 chenmaodong <chenmaodong@huawei.com> - 2:1.3.4-1
- update libogg to 1.3.4
* Thu Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.3-3
* Thu Sep 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 2:1.3.3-3
- Fix bad requires
* Tue Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.3-2
* Tue Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 2:1.3.3-2
- Package init
* Thu Nov 08 2007 Conrad Parker <conrad@metadecks.org>
@ -108,4 +108,3 @@ rm -rf $RPM_BUILD_ROOT
* Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
- initial spec file created