2008-09-05 18:08:02 +00:00
|
|
|
Name: gupnp-av
|
2010-04-09 21:16:02 +00:00
|
|
|
Version: 0.5.5
|
2009-09-17 13:29:36 +00:00
|
|
|
Release: 1%{?dist}
|
2008-11-22 17:26:12 +00:00
|
|
|
Summary: A collection of helpers for building UPnP AV applications
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.gupnp.org/
|
2008-10-20 21:07:13 +00:00
|
|
|
Source0: http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
|
2008-09-05 18:08:02 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
2008-12-18 10:50:09 +00:00
|
|
|
BuildRequires: gtk-doc
|
2008-09-05 18:08:02 +00:00
|
|
|
BuildRequires: gssdp-devel
|
|
|
|
BuildRequires: gupnp-devel
|
2010-04-09 21:16:02 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gir-repository-devel
|
2008-12-18 10:50:09 +00:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libsoup-devel
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
GUPnP is an object-oriented open source framework for creating UPnP
|
|
|
|
devices and control points, written in C using GObject and libsoup.
|
|
|
|
The GUPnP API is intended to be easy to use, efficient and flexible.
|
|
|
|
|
|
|
|
GUPnP-AV is a collection of helpers for building AV (audio/video)
|
|
|
|
applications using GUPnP.
|
|
|
|
|
|
|
|
%package devel
|
2009-08-07 12:32:53 +00:00
|
|
|
Summary: Development package for %{name}
|
2008-09-05 18:08:02 +00:00
|
|
|
Group: Development/Libraries
|
2009-03-04 22:59:20 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2008-10-20 21:07:13 +00:00
|
|
|
Requires: gssdp-devel
|
|
|
|
Requires: gupnp-devel
|
2008-09-05 18:08:02 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
2009-08-07 12:32:53 +00:00
|
|
|
Files for development with %{name}.
|
2008-09-05 18:08:02 +00:00
|
|
|
|
2009-03-04 22:59:20 +00:00
|
|
|
%package docs
|
|
|
|
Summary: Documentation files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: gtk-doc
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
This package contains developer documentation for %{name}.
|
|
|
|
|
2008-09-05 18:08:02 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
2009-08-07 12:32:53 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%install
|
2009-08-07 12:32:53 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
#Remove libtool archives.
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%clean
|
2009-08-07 12:32:53 +00:00
|
|
|
rm -rf %{buildroot}
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING README
|
2009-09-17 16:36:17 +00:00
|
|
|
%{_libdir}/libgupnp-av-1.0.so.*
|
2010-04-09 21:16:02 +00:00
|
|
|
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
|
2008-09-05 18:08:02 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2008-12-01 22:58:11 +00:00
|
|
|
%{_includedir}/gupnp-av-1.0
|
2008-09-05 18:08:02 +00:00
|
|
|
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
|
|
|
|
%{_libdir}/libgupnp-av-1.0.so
|
2010-04-09 21:16:02 +00:00
|
|
|
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
|
2008-09-05 18:08:02 +00:00
|
|
|
|
2009-03-04 22:59:20 +00:00
|
|
|
%files docs
|
|
|
|
%defattr(-,root,root,-)
|
2009-08-07 12:32:53 +00:00
|
|
|
%{_datadir}/gtk-doc/html/%{name}
|
2009-03-04 22:59:20 +00:00
|
|
|
|
2008-09-05 18:08:02 +00:00
|
|
|
%changelog
|
2010-04-09 21:16:02 +00:00
|
|
|
* Fri Apr 9 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.5-1
|
|
|
|
- Update to 0.5.5
|
|
|
|
|
2010-02-05 06:16:50 +00:00
|
|
|
* Fri Feb 5 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.4-1
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
2009-11-21 07:59:01 +00:00
|
|
|
* Sat Nov 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
2009-09-17 13:29:36 +00:00
|
|
|
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
2009-07-25 01:53:43 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-09 06:56:02 +00:00
|
|
|
* Tue Jun 9 2009 Peter Robinson <pbrobinson@gmail.com> 0.4.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2009-04-12 21:22:55 +00:00
|
|
|
* Sun Apr 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.4-1
|
|
|
|
- New upstream release
|
|
|
|
|
2009-03-04 22:59:20 +00:00
|
|
|
* Wed Mar 4 2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-3
|
|
|
|
- Move docs to noarch subpackage
|
|
|
|
|
2009-02-25 02:56:05 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-03 12:04:40 +00:00
|
|
|
* Tue Feb 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.3-1
|
2009-01-14 05:54:57 +00:00
|
|
|
- New upstream release
|
|
|
|
|
2008-12-18 10:50:09 +00:00
|
|
|
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-7
|
|
|
|
- Add gtk-doc build req
|
|
|
|
|
2008-12-01 22:58:11 +00:00
|
|
|
* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-6
|
|
|
|
- Fix directory ownership
|
|
|
|
|
2008-11-22 17:26:12 +00:00
|
|
|
* Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-5
|
|
|
|
- Update package summary
|
|
|
|
|
2008-10-20 21:07:13 +00:00
|
|
|
* Mon Oct 20 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-4
|
|
|
|
- Add some requires for the devel package
|
|
|
|
|
2008-09-05 18:08:02 +00:00
|
|
|
* Fri Aug 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-3
|
|
|
|
- Some spec file cleanups
|
|
|
|
|
|
|
|
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-2
|
|
|
|
- Fix build on rawhide
|
|
|
|
|
|
|
|
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-1
|
|
|
|
- Initial release
|