diff --git a/.gitignore b/.gitignore index d62267a..fa5d10b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libdmapsharing-2.9.30.tar.gz +SOURCES/libdmapsharing-2.9.37.tar.gz diff --git a/.libdmapsharing.metadata b/.libdmapsharing.metadata index a40e0b6..564de90 100644 --- a/.libdmapsharing.metadata +++ b/.libdmapsharing.metadata @@ -1 +1 @@ -92cfeb4d6268fb733d88df60f4edbadfa4af340a SOURCES/libdmapsharing-2.9.30.tar.gz +8c8567fc24d87c6186c8bcaf92932b7462b46335 SOURCES/libdmapsharing-2.9.37.tar.gz diff --git a/SPECS/libdmapsharing.spec b/SPECS/libdmapsharing.spec index 5caa741..f4cf8be 100644 --- a/SPECS/libdmapsharing.spec +++ b/SPECS/libdmapsharing.spec @@ -1,5 +1,5 @@ Name: libdmapsharing -Version: 2.9.30 +Version: 2.9.37 Release: 1%{?dist} License: LGPLv2+ Source: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz @@ -7,8 +7,9 @@ URL: http://www.flyn.org/projects/libdmapsharing/ Summary: A DMAP client and server library Group: Development/Libraries BuildRequires: pkgconfig, glib2-devel, libsoup-devel >= 2.32 -BuildRequires: avahi-glib-devel, gdk-pixbuf2-devel, gstreamer1-plugins-base-devel -BuildRequires: git +BuildRequires: gdk-pixbuf2-devel, gstreamer1-plugins-base-devel +BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib) +BuildRequires: gobject-introspection-devel %description libdmapsharing implements the DMAP protocols. This includes support for @@ -16,11 +17,10 @@ DAAP and DPAP. %files %{_libdir}/libdmapsharing-3.0.so.* -%doc AUTHORS COPYING ChangeLog NEWS README - +%doc AUTHORS COPYING ChangeLog README %package devel -Summary: Files needed to develop applications using libdmapsharing +Summary: Libraries/include files for libdmapsharing Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -33,35 +33,32 @@ other resources needed for developing applications using libdmapsharing. %{_libdir}/pkgconfig/libdmapsharing-3.0.pc %{_includedir}/libdmapsharing-3.0/ %{_libdir}/libdmapsharing-3.0.so +%{_libdir}/girepository-1.0/DMAP-3.0.typelib %{_datadir}/gtk-doc/html/libdmapsharing-3.0 -%{_datadir}/vala/vapi/libdmapsharing-3.0.vapi +%{_datadir}/gir-1.0/DMAP-3.0.gir %prep %setup -q -git init -if [ -z "$GIT_COMMITTER_NAME" ]; then - git config user.email "libdmapsharing-owner@fedoraproject.org" - git config user.name "Fedora libdmapsharing maintainers" -fi -git add . -git commit -a -q -m "%{version} baseline." - -git am -p1 %{patches} < /dev/null - %build -%configure --disable-static +%configure --disable-static --disable-tests --disable-check make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +%make_install rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdmapsharing-3.0.la +rm -f ${RPM_BUILD_ROOT}%{_datadir}/vala/vapi/libdmapsharing-3.0.vapi %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %changelog +* Thu Mar 02 2017 Bastien Nocera - 2.9.37-1 ++ libdmapsharing-2.9.37-1 +- Update to 2.9.37 +Resolves: #1387001 + * Wed May 20 2015 Bastien Nocera 2.9.30-1 - Update to 2.9.30 Resolves: #1221283