Name: flickrfs Version: 1.3.9 Release: 1%{?dist} Summary: Virtual filesystem for flickr Group: Applications/Publishing License: GPLv2+, CC-BY URL: http://manishrjain.googlepages.com/flickrfs Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz Source1: flickrfs.wrappper BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python Requires: fuse-python Requires: fuse Requires: ImageMagick BuildArch: noarch %description Flickrfs is a virtual filesystem which mounts on your linux machine like any other partition. Once mounted, it retrieves information about your photos hosted on your flickr account, and shows them as files. You can now easily copy photos from your local machine to this mount, and it will automatically upload them to your flickr account. Similary, you can copy the files from your mount to your local machine, and it will download your images from flickr. %prep %setup -q %build %install rm -fr $RPM_BUILD_ROOT install -Dm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/flickrfs mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/src cp -prv *.py config.txt $RPM_BUILD_ROOT%{_datadir}/%{name}/src %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %{_bindir}/flickrfs %{_datadir}/%{name}/src %changelog * Wed Aug 27 2008 Marek Mahut - 1.3.9-1 - Initial package release