Blame SPECS/gupnp-av.spec

aebe44
Name:          gupnp-av
aebe44
Version:       0.12.2
a6dead
Release:       3%{?dist}
aebe44
Summary:       A collection of helpers for building UPnP AV applications
aebe44
aebe44
Group:         System Environment/Libraries
aebe44
License:       LGPLv2+
aebe44
URL:           http://www.gupnp.org/
aebe44
Source0:       http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz
aebe44
Patch0:        gupnp-av-fixdso.patch
aebe44
aebe44
BuildRequires: glib2-devel
aebe44
BuildRequires: gtk-doc
aebe44
BuildRequires: gssdp-devel >= 0.14.0
aebe44
BuildRequires: gupnp-devel >= 0.20.0
aebe44
BuildRequires: gobject-introspection-devel >= 1.36.0
aebe44
BuildRequires: libxml2-devel
aebe44
BuildRequires: libsoup-devel
aebe44
aebe44
%description
aebe44
GUPnP is an object-oriented open source framework for creating UPnP
aebe44
devices and control points, written in C using GObject and libsoup.
aebe44
The GUPnP API is intended to be easy to use, efficient and flexible.
aebe44
aebe44
GUPnP-AV is a collection of helpers for building AV (audio/video) 
aebe44
applications using GUPnP.
aebe44
aebe44
%package devel
aebe44
Summary: Development package for %{name}
aebe44
Group: Development/Libraries
aebe44
Requires: %{name} = %{version}-%{release}
aebe44
Requires: gssdp-devel
aebe44
Requires: gupnp-devel
aebe44
Requires: pkgconfig
aebe44
aebe44
%description devel
aebe44
Files for development with %{name}.
aebe44
aebe44
%package docs
aebe44
Summary: Documentation files for %{name}
aebe44
Group: Development/Libraries
aebe44
Requires: %{name} = %{version}-%{release}
aebe44
BuildArch: noarch
aebe44
aebe44
%description docs
aebe44
This package contains developer documentation for %{name}.
aebe44
aebe44
%prep
aebe44
%setup -q
aebe44
%patch0 -p1 -b .fixdso
aebe44
aebe44
%build
aebe44
%configure --disable-static
aebe44
make %{?_smp_mflags} V=1
aebe44
aebe44
%install
aebe44
make install DESTDIR=%{buildroot}
aebe44
aebe44
#Remove libtool archives.
aebe44
find %{buildroot} -name '*.la' -exec rm -f {} ';'
aebe44
aebe44
%post -p /sbin/ldconfig
aebe44
aebe44
%postun -p /sbin/ldconfig
aebe44
aebe44
%files
aebe44
%doc AUTHORS COPYING README
aebe44
%{_libdir}/libgupnp-av-1.0.so.*
aebe44
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
aebe44
%{_datadir}/%{name}
aebe44
aebe44
%files devel
aebe44
%{_includedir}/gupnp-av-1.0
aebe44
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
aebe44
%{_libdir}/libgupnp-av-1.0.so
aebe44
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
aebe44
aebe44
%files docs
aebe44
%{_datadir}/gtk-doc/html/%{name}
aebe44
aebe44
%changelog
a6dead
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.12.2-3
a6dead
- Mass rebuild 2014-01-24
a6dead
a6dead
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.12.2-2
a6dead
- Mass rebuild 2013-12-27
a6dead
aebe44
* Thu May 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.2-1
aebe44
- 0.12.2 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.2.news
aebe44
aebe44
* Sun May 12 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-2
aebe44
- Move xsd files to main rpm (RHBZ 962166)
aebe44
aebe44
* Tue Mar 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.1-1
aebe44
- 0.12.1 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.1.news
aebe44
aebe44
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.12.0-1
aebe44
- 0.12.0 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.12/gupnp-av-0.12.0.news
aebe44
aebe44
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.6-2
aebe44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
aebe44
aebe44
* Fri Dec 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.6-1
aebe44
- 0.11.6 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.6.news
aebe44
aebe44
* Thu Dec  6 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.5-1
aebe44
- 0.11.5 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.5.news
aebe44
aebe44
* Sat Dec  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.4-1
aebe44
- 0.11.4 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.4.news
aebe44
aebe44
* Mon Nov 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.3-1
aebe44
- 0.11.3 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.3.news
aebe44
aebe44
* Mon Oct 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> 0.11.2-1
aebe44
- 0.11.2 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.2.news
aebe44
aebe44
* Sun Oct  7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.0-1
aebe44
- 0.11.0 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.11/gupnp-av-0.11.0.news
aebe44
aebe44
* Sun Aug 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.3-1
aebe44
- 0.10.3 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.10/gupnp-av-0.10.3.news
aebe44
aebe44
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-2
aebe44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
aebe44
aebe44
* Sat Apr 21 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.2-1
aebe44
- 0.10.2 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.10/gupnp-av-0.10.2.news
aebe44
aebe44
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.1-3
aebe44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
aebe44
aebe44
* Mon Sep  5 2011 Zeeshan Ali <zeenix@redhat.com> - 0.10.1-2
aebe44
- Push a new release to build against latest gssdp and gupnp.
aebe44
aebe44
* Mon Sep  5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.1-1
aebe44
- 0.10.1 release
aebe44
- http://ftp.gnome.org/pub/GNOME/sources/gupnp-av/0.10/gupnp-av-0.10.1.news
aebe44
aebe44
* Fri Sep  2 2011 Zeeshan Ali <zeenix@redhat.com> - 0.10.0-1
aebe44
- 0.10.0 release
aebe44
- http://ftp.acc.umu.se/pub/GNOME/sources/gupnp-av/0.10/gupnp-av-0.10.0.news
aebe44
aebe44
* Thu Jun 16 2011 Peter Robinson <pbrobinson@gmail.com> - 0.9.1-1
aebe44
- 0.9.1 release
aebe44
aebe44
* Thu Jun 16 2011 Peter Robinson <pbrobinson@gmail.com> - 0.9.0-1
aebe44
- 0.9.0 release
aebe44
aebe44
* Sat Apr  9 2011 Peter Robinson <pbrobinson@gmail.com> - 0.8.0-1
aebe44
- 0.8.0 stable release
aebe44
aebe44
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
aebe44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
aebe44
aebe44
* Thu Dec  2 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.1-1
aebe44
- Update to 0.7.1
aebe44
aebe44
* Mon Nov  8 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.0-1
aebe44
- Update to 0.7.0
aebe44
aebe44
* Wed Sep 29 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.1-1
aebe44
- Update to 0.6.1
aebe44
aebe44
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.6.0-2
aebe44
- Rebuild against newer gobject-introspection
aebe44
aebe44
* Fri Sep 17 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.0-1
aebe44
- Update to 0.6.0
aebe44
aebe44
* Tue Aug 17 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.9-2
aebe44
- Update source URL
aebe44
aebe44
* Sat Aug 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.9-1
aebe44
- Update to 0.5.9
aebe44
aebe44
* Tue Aug  3 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.8-2
aebe44
- Add patch to fix dso linking issues
aebe44
aebe44
* Mon Aug  2 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.8-1
aebe44
- Update to 0.5.8
aebe44
aebe44
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.7-2
aebe44
- Rebuild with new gobject-introspection
aebe44
aebe44
* Fri Jun 25 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.7-1
aebe44
- Update to 0.5.7
aebe44
aebe44
* Mon Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.6-1
aebe44
- Update to 0.5.6
aebe44
aebe44
* Fri Apr  9 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.5-1
aebe44
- Update to 0.5.5
aebe44
aebe44
* Fri Feb  5 2010 Peter Robinson <pbrobinson@gmail.com> 0.5.4-1
aebe44
- Update to 0.5.4
aebe44
aebe44
* Sat Nov 21 2009 Peter Robinson <pbrobinson@gmail.com> 0.5.2-1
aebe44
- Update to 0.5.2
aebe44
aebe44
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
aebe44
- Update to 0.5.1
aebe44
aebe44
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
aebe44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
aebe44
aebe44
* Tue Jun  9 2009 Peter Robinson <pbrobinson@gmail.com> 0.4.1-1
aebe44
- New upstream release
aebe44
aebe44
* Sun Apr 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.4-1
aebe44
- New upstream release
aebe44
aebe44
* Wed Mar 4  2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-3
aebe44
- Move docs to noarch subpackage
aebe44
aebe44
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
aebe44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
aebe44
aebe44
* Tue Feb 3  2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-1
aebe44
- New upstream release
aebe44
aebe44
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.3-1
aebe44
- New upstream release
aebe44
aebe44
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-7
aebe44
- Add gtk-doc build req
aebe44
aebe44
* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-6
aebe44
- Fix directory ownership
aebe44
aebe44
* Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-5
aebe44
- Update package summary
aebe44
aebe44
* Mon Oct 20 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-4
aebe44
- Add some requires for the devel package
aebe44
aebe44
* Fri Aug 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-3
aebe44
- Some spec file cleanups
aebe44
aebe44
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-2
aebe44
- Fix build on rawhide
aebe44
aebe44
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-1
aebe44
- Initial release