From 46a8f2f0c5c0e8cff3f0a75fc7ab774ee8c79716 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 13:58:48 +0000 Subject: [PATCH] update to latest spec --- libshout.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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