8a4845
Name: libdmapsharing
8a4845
Version: 2.9.37
8a4845
Release: 5%{?dist}
8a4845
License: LGPLv2+
8a4845
Source: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
8a4845
URL: http://www.flyn.org/projects/libdmapsharing/
8a4845
Summary: A DMAP client and server library
8a4845
Group: Development/Libraries
8a4845
BuildRequires: pkgconfig, glib2-devel, libsoup-devel >= 2.32
8a4845
BuildRequires: gdk-pixbuf2-devel, gstreamer1-plugins-base-devel
8a4845
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib)
8a4845
BuildRequires: vala-tools libgee-devel
8a4845
8a4845
%description 
8a4845
libdmapsharing implements the DMAP protocols. This includes support for
8a4845
DAAP and DPAP.
8a4845
8a4845
%files 
8a4845
%{_libdir}/libdmapsharing-3.0.so.*
8a4845
%doc AUTHORS COPYING ChangeLog README
8a4845
8a4845
%package devel
8a4845
Summary: Libraries/include files for libdmapsharing
8a4845
Group: Development/Libraries
8a4845
Requires: %{name} = %{version}-%{release}
8a4845
8a4845
%description devel
8a4845
libdmapsharing implements the DMAP protocols. This includes support for
8a4845
DAAP and DPAP.  This package provides the libraries, include files, and
8a4845
other resources needed for developing applications using libdmapsharing.
8a4845
8a4845
%files devel
8a4845
%{_libdir}/pkgconfig/libdmapsharing-3.0.pc
8a4845
%{_includedir}/libdmapsharing-3.0/
8a4845
%{_libdir}/libdmapsharing-3.0.so
8a4845
%{_libdir}/girepository-1.0/DMAP-3.0.typelib
8a4845
%{_datadir}/gtk-doc/html/libdmapsharing-3.0
8a4845
%{_datadir}/gir-1.0/DMAP-3.0.gir
8a4845
8a4845
%package vala
8a4845
Summary: Vala language bindings for libdmapsharing
8a4845
Group: Development/Libraries
8a4845
Requires: %{name} = %{version}-%{release}
8a4845
8a4845
%description vala
8a4845
libdmapsharing implements the DMAP protocols. This includes support for
8a4845
DAAP and DPAP.  This package provides the Vala language bindings for
8a4845
libdmapsharing.
8a4845
8a4845
%files vala
8a4845
%{_datadir}/vala/vapi/libdmapsharing-3.0.vapi
8a4845
8a4845
%prep
8a4845
%setup -q
8a4845
8a4845
%build
8a4845
%configure --disable-static --disable-tests --disable-check
8a4845
make %{?_smp_mflags}
8a4845
8a4845
%install
8a4845
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
8a4845
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdmapsharing-3.0.la
8a4845
8a4845
%post -p /sbin/ldconfig
8a4845
8a4845
%postun -p /sbin/ldconfig
8a4845
8a4845
%changelog
8a4845
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.37-5
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8a4845
8a4845
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.37-4
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8a4845
8a4845
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.37-3
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8a4845
8a4845
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.37-2
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8a4845
8a4845
* Fri Nov 11 2016 W. Michael Petullo <mike[@]flyn.org> - 2.9.37-1
8a4845
- new upstream version
8a4845
8a4845
* Mon Aug 01 2016 W. Michael Petullo <mike[@]flyn.org> - 2.9.36-1
8a4845
- new upstream version to fix Bugzilla #1158652
8a4845
8a4845
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.30-4
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8a4845
8a4845
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.30-3
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8a4845
8a4845
* Mon Mar 16 2015 Than Ngo <than@redhat.com> - 2.9.30-2
8a4845
- bump release and rebuild so that koji-shadow can rebuild it
8a4845
  against new gcc on secondary arch
8a4845
8a4845
* Sat Feb 07 2015 W. Michael Petullo <mike[@]flyn.org> - 2.9.30-1
8a4845
- new upstream version
8a4845
8a4845
* Mon Sep 01 2014 W. Michael Petullo <mike[@]flyn.org> - 2.9.29-2
8a4845
- add DMAP-3.0.typelib and DMAP-3.0.gir
8a4845
8a4845
* Mon Sep 01 2014 W. Michael Petullo <mike[@]flyn.org> - 2.9.29-1
8a4845
- new upstream version
8a4845
- do not build tests
8a4845
8a4845
* Mon Sep 01 2014 W. Michael Petullo <mike[@]flyn.org> - 2.9.28-3
8a4845
- require libgee-devel in order to build
8a4845
8a4845
* Mon Sep 01 2014 W. Michael Petullo <mike[@]flyn.org> - 2.9.28-2
8a4845
- package Vala support
8a4845
8a4845
* Mon Sep 01 2014 W. Michael Petullo <mike[@]flyn.org> - 2.9.28-1
8a4845
- new upstream version
8a4845
8a4845
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.24-4
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8a4845
8a4845
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.24-3
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8a4845
8a4845
* Sun Dec 22 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.9.24-2
8a4845
- Drop empty NEWS from docs.
8a4845
8a4845
* Thu Nov 07 2013 W. Michael Petullo <mike[@]flyn.org> - 2.9.24-1
8a4845
- new upstream version
8a4845
8a4845
* Thu Sep 26 2013 Rex Dieter <rdieter@fedoraproject.org> 2.9.18-3
8a4845
- add explicit avahi build deps
8a4845
8a4845
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.18-2
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8a4845
8a4845
* Fri Jul 05 2013 W. Michael Petullo <mike[@]flyn.org> - 2.9.18-1
8a4845
- new upstream version
8a4845
8a4845
* Sun Apr 07 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.16-1
8a4845
- Update to 2.9.16
8a4845
8a4845
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.14-4
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8a4845
8a4845
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.14-3
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8a4845
8a4845
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.14-2
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8a4845
8a4845
* Mon Dec 05 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.14-1
8a4845
- new upstream version
8a4845
- Remove patch from previous release (upstreamed)
8a4845
8a4845
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> 2.9.12-2
8a4845
- libdmapsharing-2.9.12-glib.patch: Fix FTBFS against new glib
8a4845
8a4845
* Mon Aug 22 2011 Adam Williamson <awilliam@redhat.com> - 2.9.12-1
8a4845
- new upstream version
8a4845
8a4845
* Mon Mar 21 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.6-1
8a4845
- New upstream version.
8a4845
8a4845
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.5-2
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8a4845
8a4845
* Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.5-1
8a4845
- New upstream version, fixes problem compiling without libgee.
8a4845
8a4845
* Mon Feb 07 2011 W. Michael Petullo <mike[@]flyn.org> - 2.9.4-1
8a4845
- New upstream version (API 3 series).
8a4845
8a4845
* Sun Dec 19 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.13-1
8a4845
- New upstream version.
8a4845
8a4845
* Sun Nov 28 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.12-1
8a4845
- New upstream version.
8a4845
8a4845
* Sun Oct 31 2010 W. Michael Petullo <mike[@]flyn.org> - 2.1.8-1
8a4845
- New upstream version.
8a4845
- Update Source and URL.
8a4845
- BuildRequire gdk-pixbuf2-devel for DACP.
8a4845
- BuildRequire libsoup-devel >= 2.32 for DACP.
8a4845
- BuildRequire gstreamer-plugins-base-devel >= for transcoding.
8a4845
8a4845
* Fri Jun 04 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.21-1
8a4845
- New upstream version.
8a4845
8a4845
* Fri May 28 2010 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.18-1
8a4845
- New upstream version.
8a4845
8a4845
* Fri Aug 28 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.13-1
8a4845
- New upstream version.
8a4845
8a4845
* Thu Aug 27 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.12-1
8a4845
- New upstream version.
8a4845
8a4845
* Sat Aug 15 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.11-1
8a4845
- New upstream version.
8a4845
- Add gtk-doc documentation to devel package.
8a4845
8a4845
* Wed Jul 29 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.10-1
8a4845
- New upstream version.
8a4845
8a4845
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0.9-2
8a4845
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8a4845
8a4845
* Thu Jul 23 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.9-1
8a4845
- New upstream version.
8a4845
8a4845
* Tue Mar 10 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.4-1
8a4845
- New upstream version.
8a4845
8a4845
* Fri Mar 06 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.3-1
8a4845
- New upstream version.
8a4845
- Use "-p /sbin/ldconfig."
8a4845
- Remove requires that are already known by RPM.
8a4845
- libdmapsharing-devel package now requires pkgconfig.
8a4845
- Remove irrelevant INSTALL documentation.
8a4845
8a4845
* Sun Feb 22 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-3
8a4845
- Require libsoup >= 2.25.92, as this version supports SOUP_ENCODING_EOF
8a4845
message encoding, required for HTTP 1.0 clients.
8a4845
8a4845
* Sat Feb 07 2009 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-2
8a4845
- Fix BuildRequires.
8a4845
8a4845
* Sun Dec 28 2008 W. Michael Petullo <mike[@]flyn.org> - 1.9.0.1-1
8a4845
- Initial package