update to latest spec

This commit is contained in:
Thomas Vander Stichele 2006-04-28 13:58:48 +00:00
parent 8117388e8f
commit 46a8f2f0c5

View File

@ -1,6 +1,6 @@
Name: libshout
Version: 2.2
Release: 1%{?dist}
Release: 3%{?dist}
Summary: icecast source streaming library
Group: System Environment/Libraries
@ -29,6 +29,11 @@ Summary: static libraries and header files for %{name} development.
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: libogg-devel
Requires: libvorbis-devel
Requires: libtheora-devel
Requires: speex-devel
%description devel
The libshout-devel package contains the header files needed for developing
applications that send data to an icecast server. Install libshout-devel if
@ -74,6 +79,14 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/shout.m4
%changelog
* Fri Mar 17 2006 Thomas Vander Stichele <thomas at apestaart dot org>
- 2.2-3
- add Requires: to -devel package
* Fri Mar 17 2006 Thomas Vander Stichele <thomas at apestaart dot org>
- 2.2-2
- rebuild to please the extras repository
* Fri Mar 10 2006 Thomas Vander Stichele <thomas at apestaart dot org>
- 2.2-1
- new (incompatible) version, but deps are updated