Author: glen Date: Tue May 22 20:58:07 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.9.15, enables 3.0 API
---- Files affected: packages/libdmapsharing: libdmapsharing.spec (1.6 -> 1.7) , glib.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/libdmapsharing/libdmapsharing.spec diff -u packages/libdmapsharing/libdmapsharing.spec:1.6 packages/libdmapsharing/libdmapsharing.spec:1.7 --- packages/libdmapsharing/libdmapsharing.spec:1.6 Wed Mar 28 18:14:01 2012 +++ packages/libdmapsharing/libdmapsharing.spec Tue May 22 22:58:01 2012 @@ -5,17 +5,18 @@ Summary: A DMAP client and server library Name: libdmapsharing -Version: 2.1.8 -Release: 4 +Version: 2.9.15 +Release: 1 License: LGPL v2+ Group: Development/Libraries Source0: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz -# Source0-md5: 88583f0c6160142567e8b521f210443b -Patch0: glib.patch +# Source0-md5: 52c9e4d3de931d9013eeaccf7371bb2d URL: http://www.flyn.org/projects/libdmapsharing/index.html -BuildRequires: avahi-glib-devel +BuildRequires: avahi-glib-devel >= 0.5 +BuildRequires: gdk-pixbuf2-devel BuildRequires: glib2-devel -BuildRequires: libsoup-devel +BuildRequires: gstreamer-plugins-base-devel >= 0.10.23.2 +BuildRequires: libsoup-devel >= 2.32.2 BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -33,9 +34,10 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: avahi-glib-devel +Requires: gdk-pixbuf2-devel Requires: glib2-devel -Requires: libsoup-devel -Requires: pkgconfig +Requires: gstreamer-plugins-base-devel >= 0.10.23.2 +Requires: libsoup-devel >= 2.32.2 %description devel libdmapsharing implements the DMAP protocols. This includes support @@ -56,11 +58,11 @@ %prep %setup -q -%patch0 -p1 %build %configure \ --disable-static \ + --with-mdns=avahi \ --with-html-dir=%{_gtkdocdir} %{__make} @@ -71,7 +73,7 @@ INSTALL="install -p" \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/libdmapsharing.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libdmapsharing-3.0.la %clean rm -rf $RPM_BUILD_ROOT @@ -82,19 +84,19 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_libdir}/libdmapsharing.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libdmapsharing.so.2 +%attr(755,root,root) %{_libdir}/libdmapsharing-3.0.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdmapsharing-3.0.so.2 %files devel %defattr(644,root,root,755) -%{_pkgconfigdir}/libdmapsharing-*.pc -%{_includedir}/libdmapsharing-*/ -%{_libdir}/libdmapsharing.so +%{_pkgconfigdir}/libdmapsharing-3.0.pc +%{_includedir}/libdmapsharing-3.0 +%{_libdir}/libdmapsharing-3.0.so %if %{with apidocs} %files apidocs %defattr(644,root,root,755) -%{_gtkdocdir}/%{name} +%{_gtkdocdir}/libdmapsharing-3.0 %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -103,6 +105,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2012/05/22 20:58:01 glen +- up to 2.9.15, enables 3.0 API + Revision 1.6 2012/03/28 16:14:01 wiget - fix compilation with glib 2.32 - rel. 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/libdmapsharing/libdmapsharing.spec?r1=1.6&r2=1.7 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
