fix typos
This commit is contained in:
parent
138f6e09ae
commit
dc19799265
@ -1,7 +1,7 @@
|
||||
Summary: The Vorbis General Audio Compression Codec.
|
||||
Name: libvorbis
|
||||
Version: 1.1.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 1
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
@ -12,12 +12,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libogg-devel >= 2:1.1
|
||||
|
||||
%description
|
||||
Ogg Vorbis is a fully open, non-proprietary, patent-and royalty-free,
|
||||
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
|
||||
general-purpose compressed audio format for audio and music at fixed
|
||||
and variable bitrates from 16 to 128 kbps/channel.
|
||||
|
||||
The libvorbis package contains runtime libraries for use in programs
|
||||
that support Ogg Voribs.
|
||||
that support Ogg Vorbis.
|
||||
|
||||
%package devel
|
||||
Summary: Development tools for Vorbis applications.
|
||||
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> - 1:1.1.2-3
|
||||
- Fix typos in %%description (#245471)
|
||||
|
||||
* Thu Feb 8 2007 Matthias Clasen <mclasen@redhat.com> - 1:1.1.2-2
|
||||
- Package review cleanups
|
||||
- Don't ship static libraries
|
||||
|
||||
Loading…
Reference in New Issue
Block a user