Accepting request 55482 from home:plater
OBS-URL: https://build.opensuse.org/request/show/55482 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=24
This commit is contained in:
parent
9de128ac59
commit
16e52963e8
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _SO_nr 0
|
#%%define _SO_nr 0
|
||||||
|
|
||||||
Name: libvorbis
|
Name: libvorbis
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
@ -50,27 +50,6 @@ and variable bit rates from 16 to 128 kbps/channel.
|
|||||||
The native bitstream format of Vorbis is libogg (Ogg). Alternatively,
|
The native bitstream format of Vorbis is libogg (Ogg). Alternatively,
|
||||||
libmatroska (matroska) can also be used.
|
libmatroska (matroska) can also be used.
|
||||||
|
|
||||||
%package -n libvorbis%{_SO_nr}
|
|
||||||
|
|
||||||
Summary: The Vorbis General Audio Compression Codec
|
|
||||||
Group: System/Libraries
|
|
||||||
# bug437293 (SLES10 -> SLES11 upgrade path)
|
|
||||||
%ifarch ppc64
|
|
||||||
Obsoletes: libvorbis-64bit
|
|
||||||
%endif
|
|
||||||
#
|
|
||||||
# libvorbis was last used in openSUSE 11.3
|
|
||||||
Provides: %{name} = %{version}
|
|
||||||
Obsoletes: %{name} <= 1.2.3
|
|
||||||
|
|
||||||
%description -n libvorbis%{_SO_nr}
|
|
||||||
Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
|
|
||||||
general-purpose compressed audio format for audio and music at fixed
|
|
||||||
and variable bit rates from 16 to 128 kbps/channel.
|
|
||||||
|
|
||||||
The native bitstream format of Vorbis is libogg (Ogg). Alternatively,
|
|
||||||
libmatroska (matroska) can also be used.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: Include Files and Libraries mandatory for Ogg Vorbis Development
|
Summary: Include Files and Libraries mandatory for Ogg Vorbis Development
|
||||||
@ -124,14 +103,14 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%check
|
%check
|
||||||
%__make check
|
%__make check
|
||||||
|
|
||||||
%post -n libvorbis%{_SO_nr} -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libvorbis%{_SO_nr} -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ %{buildroot} != "/" ] && rm -rf %{buildroot}
|
[ %{buildroot} != "/" ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -n libvorbis%{_SO_nr}
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc COPYING AUTHORS README *.txt
|
%doc COPYING AUTHORS README *.txt
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 10 07:55:34 UTC 2010 - davejplater@gmail.com
|
||||||
|
|
||||||
|
- Reverted package back to original name
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 8 04:23:34 UTC 2010 - reddwarf@opensuse.org
|
Wed Dec 8 04:23:34 UTC 2010 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _SO_nr 0
|
#%%define _SO_nr 0
|
||||||
|
|
||||||
Name: libvorbis
|
Name: libvorbis
|
||||||
Version: to_be_filled_by_service
|
Version: to_be_filled_by_service
|
||||||
@ -50,27 +50,6 @@ and variable bit rates from 16 to 128 kbps/channel.
|
|||||||
The native bitstream format of Vorbis is libogg (Ogg). Alternatively,
|
The native bitstream format of Vorbis is libogg (Ogg). Alternatively,
|
||||||
libmatroska (matroska) can also be used.
|
libmatroska (matroska) can also be used.
|
||||||
|
|
||||||
%package -n libvorbis%{_SO_nr}
|
|
||||||
|
|
||||||
Summary: The Vorbis General Audio Compression Codec
|
|
||||||
Group: System/Libraries
|
|
||||||
# bug437293 (SLES10 -> SLES11 upgrade path)
|
|
||||||
%ifarch ppc64
|
|
||||||
Obsoletes: libvorbis-64bit
|
|
||||||
%endif
|
|
||||||
#
|
|
||||||
# libvorbis was last used in openSUSE 11.3
|
|
||||||
Provides: %{name} = %{version}
|
|
||||||
Obsoletes: %{name} <= 1.2.3
|
|
||||||
|
|
||||||
%description -n libvorbis%{_SO_nr}
|
|
||||||
Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
|
|
||||||
general-purpose compressed audio format for audio and music at fixed
|
|
||||||
and variable bit rates from 16 to 128 kbps/channel.
|
|
||||||
|
|
||||||
The native bitstream format of Vorbis is libogg (Ogg). Alternatively,
|
|
||||||
libmatroska (matroska) can also be used.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: Include Files and Libraries mandatory for Ogg Vorbis Development
|
Summary: Include Files and Libraries mandatory for Ogg Vorbis Development
|
||||||
@ -124,14 +103,14 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%check
|
%check
|
||||||
%__make check
|
%__make check
|
||||||
|
|
||||||
%post -n libvorbis%{_SO_nr} -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libvorbis%{_SO_nr} -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ %{buildroot} != "/" ] && rm -rf %{buildroot}
|
[ %{buildroot} != "/" ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -n libvorbis%{_SO_nr}
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc COPYING AUTHORS README *.txt
|
%doc COPYING AUTHORS README *.txt
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user