2008-09-05 18:08:02 +00:00
|
|
|
Name: gupnp-av
|
|
|
|
Version: 0.2.1
|
2008-12-18 10:50:09 +00:00
|
|
|
Release: 7%{?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
|
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
|
|
|
|
Summary: Development package for gupnp-av
|
|
|
|
Group: Development/Libraries
|
2008-10-20 21:07:13 +00:00
|
|
|
Requires: gssdp-devel
|
|
|
|
Requires: gupnp-devel
|
2008-09-05 18:08:02 +00:00
|
|
|
Requires: gupnp-av = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Files for development with gupnp-av.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libgupnp-av-1.0.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING README
|
|
|
|
%{_libdir}/libgupnp-av-1.0.so.1
|
|
|
|
%{_libdir}/libgupnp-av-1.0.so.1.0.0
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gtk-doc/html/gupnp-av/
|
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
|
|
|
|
|
|
|
|
%changelog
|
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
|