6440458
Name:           gupnp-av
86d3e2d
Version:        0.3
86d3e2d
Release:        1%{?dist}
5610df0
Summary:        A collection of helpers for building UPnP AV applications
6440458
6440458
Group:          System Environment/Libraries
6440458
License:        LGPLv2+
6440458
URL:            http://www.gupnp.org/
e3e38f9
Source0:        http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
6440458
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6440458
6440458
BuildRequires: glib2-devel
86d3e2d
BuildRequires: gtk-doc
6440458
BuildRequires: gssdp-devel
6440458
BuildRequires: gupnp-devel
86d3e2d
BuildRequires: libxml2-devel
86d3e2d
BuildRequires: libsoup-devel
6440458
6440458
%description
6440458
GUPnP is an object-oriented open source framework for creating UPnP
6440458
devices and control points, written in C using GObject and libsoup.
6440458
The GUPnP API is intended to be easy to use, efficient and flexible.
6440458
6440458
GUPnP-AV is a collection of helpers for building AV (audio/video) 
6440458
applications using GUPnP.
6440458
6440458
%package devel
6440458
Summary: Development package for gupnp-av
6440458
Group: Development/Libraries
e3e38f9
Requires: gssdp-devel
e3e38f9
Requires: gupnp-devel
6440458
Requires: gupnp-av = %{version}-%{release}
6440458
Requires: pkgconfig
6440458
Requires: gtk-doc
6440458
6440458
%description devel
6440458
Files for development with gupnp-av.
6440458
6440458
%prep
6440458
%setup -q
6440458
6440458
%build
6440458
%configure --disable-static
6440458
make %{?_smp_mflags}
6440458
6440458
%install
6440458
rm -rf $RPM_BUILD_ROOT
6440458
make install DESTDIR=$RPM_BUILD_ROOT
6440458
rm $RPM_BUILD_ROOT%{_libdir}/libgupnp-av-1.0.la
6440458
6440458
%clean
6440458
rm -rf $RPM_BUILD_ROOT
6440458
6440458
%post -p /sbin/ldconfig
6440458
6440458
%postun -p /sbin/ldconfig
6440458
6440458
%files
6440458
%defattr(-,root,root,-)
6440458
%doc AUTHORS COPYING README
6440458
%{_libdir}/libgupnp-av-1.0.so.1
6440458
%{_libdir}/libgupnp-av-1.0.so.1.0.0
6440458
6440458
%files devel
6440458
%defattr(-,root,root,-)
6440458
%{_datadir}/gtk-doc/html/gupnp-av/
5610df0
%{_includedir}/gupnp-av-1.0
6440458
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
6440458
%{_libdir}/libgupnp-av-1.0.so
6440458
6440458
%changelog
86d3e2d
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.3.1
86d3e2d
- New upstream release
86d3e2d
86d3e2d
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-7
86d3e2d
- Add gtk-doc build req
86d3e2d
5610df0
* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-6
5610df0
- Fix directory ownership
5610df0
5610df0
* Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-5
5610df0
- Update package summary
5610df0
e3e38f9
* Mon Oct 20 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-4
e3e38f9
- Add some requires for the devel package
e3e38f9
6440458
* Fri Aug 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-3
6440458
- Some spec file cleanups
6440458
6440458
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-2
6440458
- Fix build on rawhide
6440458
6440458
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-1
6440458
- Initial release