diff --git a/libshout.spec b/libshout.spec index 7926b6f..e571411 100644 --- a/libshout.spec +++ b/libshout.spec @@ -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 +- 2.2-3 +- add Requires: to -devel package + +* Fri Mar 17 2006 Thomas Vander Stichele +- 2.2-2 +- rebuild to please the extras repository + * Fri Mar 10 2006 Thomas Vander Stichele - 2.2-1 - new (incompatible) version, but deps are updated