- Fix some -devel package deps

This commit is contained in:
Peter Robinson 2008-10-20 21:07:13 +00:00
parent 6440458a6e
commit e3e38f9a28

View File

@ -1,12 +1,12 @@
Name: gupnp-av Name: gupnp-av
Version: 0.2.1 Version: 0.2.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: GUPnP-AV is a collection of helpers for building UPnP AV applications Summary: GUPnP-AV is a collection of helpers for building UPnP AV applications
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
URL: http://www.gupnp.org/ URL: http://www.gupnp.org/
Source0: http://www.gupnp.org/sources/gupnp-av/%{name}-%{version}.tar.gz Source0: http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -26,6 +26,8 @@ applications using GUPnP.
%package devel %package devel
Summary: Development package for gupnp-av Summary: Development package for gupnp-av
Group: Development/Libraries Group: Development/Libraries
Requires: gssdp-devel
Requires: gupnp-devel
Requires: gupnp-av = %{version}-%{release} Requires: gupnp-av = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
Requires: gtk-doc Requires: gtk-doc
@ -66,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libgupnp-av-1.0.so %{_libdir}/libgupnp-av-1.0.so
%changelog %changelog
* Mon Oct 20 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-4
- Add some requires for the devel package
* Fri Aug 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-3 * Fri Aug 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-3
- Some spec file cleanups - Some spec file cleanups