update to latest spec
This commit is contained in:
parent
8117388e8f
commit
46a8f2f0c5
@ -1,6 +1,6 @@
|
|||||||
Name: libshout
|
Name: libshout
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: icecast source streaming library
|
Summary: icecast source streaming library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -29,6 +29,11 @@ Summary: static libraries and header files for %{name} development.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
Requires: libogg-devel
|
||||||
|
Requires: libvorbis-devel
|
||||||
|
Requires: libtheora-devel
|
||||||
|
Requires: speex-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libshout-devel package contains the header files needed for developing
|
The libshout-devel package contains the header files needed for developing
|
||||||
applications that send data to an icecast server. Install libshout-devel if
|
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
|
%{_datadir}/aclocal/shout.m4
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Mar 10 2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
- 2.2-1
|
- 2.2-1
|
||||||
- new (incompatible) version, but deps are updated
|
- new (incompatible) version, but deps are updated
|
||||||
|
Loading…
Reference in New Issue
Block a user