gupnp-dlna/gupnp-dlna.spec

158 lines
4.9 KiB
RPMSpec
Raw Normal View History

2010-09-09 07:46:20 +00:00
Name: gupnp-dlna
2012-12-01 11:20:48 +00:00
Version: 0.9.0
2012-11-21 12:17:52 +00:00
Release: 1%{?dist}
2010-09-09 07:46:20 +00:00
Summary: A collection of helpers for building UPnP AV applications
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gupnp.org/
2012-12-01 11:20:48 +00:00
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.xz
2010-09-09 07:46:20 +00:00
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
2010-09-09 07:46:20 +00:00
BuildRequires: gssdp-devel
2012-11-21 12:17:52 +00:00
BuildRequires: gstreamer1-devel
BuildRequires: gstreamer1-plugins-base-devel
2010-09-09 07:46:20 +00:00
BuildRequires: gupnp-devel
BuildRequires: gupnp-av-devel
BuildRequires: libxml2-devel
BuildRequires: gtk-doc
%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*
2011-04-10 21:47:43 +00:00
%{_libdir}/lib*.so.*
2012-12-01 12:12:46 +00:00
%{_libdir}/gupnp-dlna/libgstreamer.so.*
%{_libdir}/girepository-1.0/GUPnPDLNA-2.0.typelib
2012-12-01 12:32:05 +00:00
%{_datadir}/%{name}-2.0/
2010-09-09 07:46:20 +00:00
%files devel
%defattr(-,root,root,-)
%{_libdir}/lib*.so
2012-12-01 12:12:46 +00:00
%{_libdir}/gupnp-dlna/libgstreamer.so
2012-12-01 12:32:05 +00:00
%{_libdir}/pkgconfig/%{name}-2.0.pc
%{_libdir}/pkgconfig/%{name}-metadata-2.0.pc
2012-12-01 12:12:46 +00:00
%{_datadir}/gir-1.0/GUPnPDLNA-2.0.gir
%{_includedir}/%{name}-2.0/
2010-09-09 07:46:20 +00:00
%files docs
%defattr(-,root,root,-)
%{_datadir}/gtk-doc/html/%{name}
2012-12-01 12:32:05 +00:00
%{_datadir}/gtk-doc/html/%{name}-metadata
2010-09-09 07:46:20 +00:00
%changelog
2012-12-01 11:20:48 +00:00
* Sat Dec 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.0-1
2012-12-01 12:12:46 +00:00
- 0.9.0 devel release
2012-12-01 11:20:48 +00:00
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.9/gupnp-dlna-0.9.0.news
2012-11-21 12:17:52 +00:00
* Wed Nov 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.0-1
2012-12-01 12:12:46 +00:00
- 0.7.0 devel release
2012-11-21 12:17:52 +00:00
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.7/gupnp-dlna-0.7.0.news
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-03-18 21:49:49 +00:00
* Sun Mar 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.6-1
- 0.6.6 stable release
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.6.news
2012-02-13 09:52:19 +00:00
* Mon Feb 13 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.5-1
- 0.6.5 stable release
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.5.news
* Mon Jan 23 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.4-3
- Enable introspection support - RHBZ 784125
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-10-20 09:09:27 +00:00
* 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
2011-09-02 14:43:26 +00:00
* Fri Sep 2 2011 Zeeshan Ali <zeenix@redhat.com> - 0.6.3-1
- 0.6.3 stable release
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.3.news
2011-10-20 09:09:27 +00:00
* Sun Jul 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.2-1
2011-07-16 23:57:10 +00:00
- 0.6.2 stable release
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-dlna/0.6/gupnp-dlna-0.6.2.news
2011-10-20 09:09:27 +00:00
* Sun Apr 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.1-1
2011-04-10 21:30:26 +00:00
- 0.6.1 stable release
2011-10-20 09:09:27 +00:00
* Sat Apr 9 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.0-1
2011-04-09 23:38:09 +00:00
- 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
2011-10-20 09:09:27 +00:00
* Sat Jan 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.5.1-1
2011-01-26 17:10:02 +00:00
- New upstream 0.5.1 release
2011-10-20 09:09:27 +00:00
* Fri Jan 7 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.5.0-1
2011-01-07 17:00:33 +00:00
- New upstream 0.5.0 release
2011-10-20 09:09:27 +00:00
* Fri Oct 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.2-1
2010-10-15 08:08:38 +00:00
- New upstream 0.4.2 release
2011-10-20 09:09:27 +00:00
* Thu Oct 14 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.1-1
2010-10-14 10:54:41 +00:00
- New upstream 0.4.1 release
2011-10-20 09:09:27 +00:00
* Mon Sep 27 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.0-1
2010-09-27 20:57:07 +00:00
- New upstream 0.4.0 release
2011-10-20 09:09:27 +00:00
* Tue Aug 17 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.3.0-1
2010-09-09 07:46:20 +00:00
- New upstream 0.3.0 release
2011-10-20 09:09:27 +00:00
* Fri Jun 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.1-2
2010-09-09 07:46:20 +00:00
- Updated for review feedback
2011-10-20 09:09:27 +00:00
* Fri Jun 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.1-1
2010-09-09 07:46:20 +00:00
- Initial release