[libdmapsharing] Update RPM specification to build 3.1 series



commit 04011c82d706a925cb22eab61b35448182f6574b
Author: W. Michael Petullo <mike flyn org>
Date:   Sat Nov 11 14:16:42 2017 -0500

    Update RPM specification to build 3.1 series
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 distro/libdmapsharing.spec |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/distro/libdmapsharing.spec b/distro/libdmapsharing.spec
index 6f60151..da20682 100644
--- a/distro/libdmapsharing.spec
+++ b/distro/libdmapsharing.spec
@@ -1,5 +1,5 @@
 Name: libdmapsharing
-Version: 2.9.36
+Version: 3.1.0
 Release: 1%{?dist}
 License: LGPLv2+
 Source: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
@@ -16,7 +16,7 @@ libdmapsharing implements the DMAP protocols. This includes support for
 DAAP and DPAP.
 
 %files 
-%{_libdir}/libdmapsharing-3.0.so.*
+%{_libdir}/libdmapsharing-3.2.so.*
 %doc AUTHORS COPYING ChangeLog README
 
 %package devel
@@ -30,12 +30,14 @@ DAAP and DPAP.  This package provides the libraries, include files, and
 other resources needed for developing applications using libdmapsharing.
 
 %files devel
-%{_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}/gir-1.0/DMAP-3.0.gir
+%{_libdir}/pkgconfig/libdmapsharing-3.2.pc
+%{_includedir}/libdmapsharing-3.2/
+%{_libdir}/libdmapsharing-3.2.so
+%{_libdir}/girepository-1.0/DMAP-3.2.typelib
+%{_libdir}/girepository-1.0/DAAP-3.2.typelib
+%{_datadir}/gtk-doc/html/libdmapsharing-3.2
+%{_datadir}/gir-1.0/DMAP-3.2.gir
+%{_datadir}/gir-1.0/DAAP-3.2.gir
 
 %package vala
 Summary: Vala language bindings for libdmapsharing
@@ -48,7 +50,7 @@ DAAP and DPAP.  This package provides the Vala language bindings for
 libdmapsharing.
 
 %files vala
-%{_datadir}/vala/vapi/libdmapsharing-3.0.vapi
+%{_datadir}/vala/vapi/libdmapsharing-3.2.vapi
 
 %prep
 %setup -q
@@ -59,7 +61,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdmapsharing-3.0.la
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdmapsharing-3.2.la
 
 %post -p /sbin/ldconfig
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]