124 lines
3.4 KiB
RPMSpec
124 lines
3.4 KiB
RPMSpec
Name: gupnp-dlna
|
|
Version: 0.6.4
|
|
Release: 1%{?dist}
|
|
Summary: A collection of helpers for building UPnP AV applications
|
|
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
URL: http://www.gupnp.org/
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.6/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: gssdp-devel
|
|
BuildRequires: gstreamer-devel
|
|
BuildRequires: gstreamer-plugins-base-devel
|
|
BuildRequires: gupnp-devel
|
|
BuildRequires: gupnp-av-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: gtk-doc
|
|
|
|
Obsoletes: gupnp-dlna-vala < 0.5.1
|
|
|
|
%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-dlna is a collection of helpers for building DLNA (Digital
|
|
Living Network Alliance) compliant applications using GUPnP.
|
|
|
|
%package devel
|
|
Summary: Development package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
Contains libraries and header files for developing applications that
|
|
use %{name}.
|
|
|
|
%package docs
|
|
Summary: Development package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
BuildArch: noarch
|
|
|
|
%description docs
|
|
Contains developer documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
%install
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
#Remove libtool archives.
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING README TODO
|
|
%{_bindir}/gupnp-dlna*
|
|
%{_libdir}/lib*.so.*
|
|
%{_datadir}/%{name}
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
|
|
%{_includedir}/%{name}-1.0/
|
|
|
|
%files docs
|
|
%defattr(-,root,root,-)
|
|
%{_datadir}/gtk-doc/html/%{name}
|
|
|
|
%changelog
|
|
* Thu Oct 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.4-1
|
|
- 0.6.4 stable release
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.4.news
|
|
|
|
* Sun Jul 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.2-1
|
|
- 0.6.2 stable release
|
|
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.2.news
|
|
|
|
* Sun Apr 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.1-1
|
|
- 0.6.1 stable release
|
|
|
|
* Sat Apr 9 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.0-1
|
|
- 0.6.0 stable release
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Sat Jan 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.5.1-1
|
|
- New upstream 0.5.1 release
|
|
|
|
* Fri Jan 7 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.5.0-1
|
|
- New upstream 0.5.0 release
|
|
|
|
* Fri Oct 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.2-1
|
|
- New upstream 0.4.2 release
|
|
|
|
* Thu Oct 14 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.1-1
|
|
- New upstream 0.4.1 release
|
|
|
|
* Mon Sep 27 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.0-1
|
|
- New upstream 0.4.0 release
|
|
|
|
* Tue Aug 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.0-1
|
|
- New upstream 0.3.0 release
|
|
|
|
* Fri Jun 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.1-2
|
|
- Updated for review feedback
|
|
|
|
* Fri Jun 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.1-1
|
|
- Initial release
|