|
@@ -2,7 +2,7 @@ Name: libdmapsharing
|
|
Summary: A DMAP client and server library
|
|
Summary: A DMAP client and server library
|
|
Summary(ja): DMAP クライアントとサーバーのライブラリー
|
|
Summary(ja): DMAP クライアントとサーバーのライブラリー
|
|
|
|
|
|
-Version: 2.9.15
|
|
+Version: 2.9.30
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
URL: http://www.flyn.org/projects/libdmapsharing/
|
|
URL: http://www.flyn.org/projects/libdmapsharing/
|
|
@@ -12,9 +12,12 @@ Group: Development/Libraries
|
|
|
|
|
|
BuildRequires: avahi-glib-devel >= 0.6
|
|
BuildRequires: avahi-glib-devel >= 0.6
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: glib2-devel
|
|
|
|
+BuildRequires: gtk2-devel
|
|
BuildRequires: gdk-pixbuf2-devel
|
|
BuildRequires: gdk-pixbuf2-devel
|
|
-BuildRequires: gstreamer-plugins-base-devel >= 0.10.23.2
|
|
+BuildRequires: gstreamer1-plugins-base-devel >= 0.10.23.2
|
|
|
|
+BuildRequires: libgee-devel
|
|
BuildRequires: libsoup-devel >= 2.32
|
|
BuildRequires: libsoup-devel >= 2.32
|
|
|
|
+BuildRequires: check-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -25,7 +28,7 @@ DAAP and DPAP.
|
|
Summary: Files needed to develop applications using libdmapsharing
|
|
Summary: Files needed to develop applications using libdmapsharing
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: libdmapsharing = %{version}-%{release}, pkgconfig, glib2-devel, libsoup-devel >= 2.32
|
|
Requires: libdmapsharing = %{version}-%{release}, pkgconfig, glib2-devel, libsoup-devel >= 2.32
|
|
-Requires: avahi-glib-devel, gdk-pixbuf2-devel, gstreamer-plugins-base-devel >= 0.10.23.2
|
|
+Requires: avahi-glib-devel, gdk-pixbuf2-devel, gstreamer1-plugins-base-devel >= 0.10.23.2
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
libdmapsharing implements the DMAP protocols. This includes support for
|
|
libdmapsharing implements the DMAP protocols. This includes support for
|
|
@@ -57,6 +60,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%{_libdir}/libdmapsharing-3.0.so.2
|
|
%{_libdir}/libdmapsharing-3.0.so.2
|
|
%{_libdir}/libdmapsharing-3.0.so.%{version}
|
|
%{_libdir}/libdmapsharing-3.0.so.%{version}
|
|
|
|
+%{_libdir}/girepository-1.0/DMAP-3.0.typelib
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-, root, root, -)
|
|
%defattr(-, root, root, -)
|
|
@@ -64,8 +68,15 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_includedir}/libdmapsharing-3.0/
|
|
%{_includedir}/libdmapsharing-3.0/
|
|
%{_libdir}/libdmapsharing-3.0.so
|
|
%{_libdir}/libdmapsharing-3.0.so
|
|
%{_datadir}/gtk-doc/html/libdmapsharing-3.0
|
|
%{_datadir}/gtk-doc/html/libdmapsharing-3.0
|
|
|
|
+%{_datadir}/gir-1.0/DMAP-3.0.gir
|
|
|
|
+%{_datadir}/vala/vapi/libdmapsharing-3.0.vapi
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.30-1
|
|
|
|
+- update to 2.9.30
|
|
|
|
+- change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
|
|
|
|
+- add BuildRequires: gtk2-devel, libgee-devel, check-devel
|
|
|
|
+
|
|
* Sat Jul 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.9.15-1
|
|
* Sat Jul 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.9.15-1
|
|
- initial build for VineSeed
|
|
- initial build for VineSeed
|
|
|
|
|