be7bd02
Name:          gupnp-av
d0d87f5
Version:       0.6.1
bd938d2
Release:       1%{?dist}
be7bd02
Summary:       A collection of helpers for building UPnP AV applications
6440458
be7bd02
Group:         System Environment/Libraries
be7bd02
License:       LGPLv2+
be7bd02
URL:           http://www.gupnp.org/
82398cd
Source0:       http://www.gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz
d54155b
Patch0:        gupnp-av-fixdso.patch
6440458
6440458
BuildRequires: glib2-devel
6493186
BuildRequires: gtk-doc
6440458
BuildRequires: gssdp-devel
6440458
BuildRequires: gupnp-devel
24bad94
BuildRequires: gobject-introspection-devel
6493186
BuildRequires: libxml2-devel
6493186
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
b7c712d
Summary: Development package for %{name}
6440458
Group: Development/Libraries
0af0003
Requires: %{name} = %{version}-%{release}
e3e38f9
Requires: gssdp-devel
e3e38f9
Requires: gupnp-devel
6440458
Requires: pkgconfig
6440458
6440458
%description devel
b7c712d
Files for development with %{name}.
6440458
0af0003
%package docs
0af0003
Summary: Documentation files for %{name}
0af0003
Group: Development/Libraries
0af0003
Requires: %{name} = %{version}-%{release}
0af0003
BuildArch: noarch
0af0003
0af0003
%description docs
0af0003
This package contains developer documentation for %{name}.
0af0003
6440458
%prep
6440458
%setup -q
d54155b
%patch0 -p1 -b .fixdso
6440458
6440458
%build
6440458
%configure --disable-static
b7c712d
make %{?_smp_mflags} V=1
6440458
6440458
%install
b7c712d
rm -rf %{buildroot}
b7c712d
make install DESTDIR=%{buildroot}
b7c712d
b7c712d
#Remove libtool archives.
b7c712d
find %{buildroot} -name '*.la' -exec rm -f {} ';'
6440458
6440458
%clean
b7c712d
rm -rf %{buildroot}
6440458
6440458
%post -p /sbin/ldconfig
6440458
6440458
%postun -p /sbin/ldconfig
6440458
6440458
%files
6440458
%defattr(-,root,root,-)
6440458
%doc AUTHORS COPYING README
93734ee
%{_libdir}/libgupnp-av-1.0.so.*
24bad94
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
6440458
6440458
%files devel
6440458
%defattr(-,root,root,-)
83ab097
%{_includedir}/gupnp-av-1.0
6440458
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
6440458
%{_libdir}/libgupnp-av-1.0.so
24bad94
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
6440458
0af0003
%files docs
0af0003
%defattr(-,root,root,-)
b7c712d
%{_datadir}/gtk-doc/html/%{name}
0af0003
6440458
%changelog
d0d87f5
* Wed Sep 29 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.1-1
d0d87f5
- Update to 0.6.1
d0d87f5
c97eaeb
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.6.0-2
c97eaeb
- Rebuild against newer gobject-introspection
c97eaeb
bd938d2
* Fri Sep 17 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.0-1
bd938d2
- Update to 0.6.0
bd938d2
82398cd
* Tue Aug 17 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.9-2
82398cd
- Update source URL
82398cd
87bfe62
* Sat Aug 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.9-1
87bfe62
- Update to 0.5.9
87bfe62
d54155b
* Tue Aug  3 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.8-2
d54155b
- Add patch to fix dso linking issues
d54155b
424dae5
* Mon Aug  2 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.8-1
424dae5
- Update to 0.5.8
424dae5
6f93fda
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.7-2
6f93fda
- Rebuild with new gobject-introspection
6f93fda
a7eae7c
* Fri Jun 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.7-1
a7eae7c
- Update to 0.5.7
a7eae7c
be7bd02
* Mon Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.6-1
be7bd02
- Update to 0.5.6
be7bd02
24bad94
* Fri Apr  9 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.5-1
24bad94
- Update to 0.5.5
24bad94
af94046
* Fri Feb  5 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.4-1
af94046
- Update to 0.5.4
af94046
5ad62ab
* Sat Nov 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.5.2-1
5ad62ab
- Update to 0.5.2
5ad62ab
29c0fde
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
29c0fde
- Update to 0.5.1
29c0fde
cad8549
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
cad8549
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cad8549
73df95f
* Tue Jun  9 2009 Peter Robinson <pbrobinson@gmail.com> 0.4.1-1
73df95f
- New upstream release
73df95f
c392d19
* Sun Apr 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.4-1
c392d19
- New upstream release
c392d19
0af0003
* Wed Mar 4  2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-3
0af0003
- Move docs to noarch subpackage
0af0003
aff2386
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
aff2386
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
aff2386
24f501e
* Tue Feb 3  2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-1
24f501e
- New upstream release
24f501e
24f501e
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.3-1
bfc5bd9
- New upstream release
bfc5bd9
6493186
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-7
6493186
- Add gtk-doc build req
6493186
83ab097
* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-6
83ab097
- Fix directory ownership
83ab097
0f05c38
* Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-5
0f05c38
- Update package summary
0f05c38
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