Summary: Mounts UPnP Audio/Video/Photo shares via FUSE URL: http://djmount.sourceforge.net/ Name: djmount Version: 0.71 Release: 1%{?dist} License: GPLv2 Group: Applications/Multimedia #Packager: Avi Alkalay Source: http://prdownloads.sourceforge.net/djmount/djmount-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name} BuildRequires: libupnp-devel libtalloc-devel %description Mounts UPnP Audio/Video/Photo shares as FUSE filesystems. This is specially practical when you have a Windows Media Center sharing content through UPnP. Tipical usage is: djmount -o allow_other /mnt %prep %setup -q %build %configure --with-external-talloc --with-external-libupnp make %{?_smp_mflags} CFLAGS="%{optflags}" %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/djmount %doc COPYING README AUTHORS ChangeLog TODO INSTALL THANKS search_help.txt %changelog * Fri Jan 02 2009 Avi Alkalay - 0.71-1 - First packaging for Fedora