Summary: F-Spot Name: f-spot Version: 0.4.0 Release: 1 License: GPL Group: Applications/Imaging Source: f-spot-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-root BuildPrereq: mono Prefix: /opt/gnome %description An application to organize your photographs. %prep %setup -q %build ./configure --prefix=%{_prefix} \ --localstatedir=/var/lib \ --datadir=%{_prefix}/share make %install rm -rf $RPM_BUILD_ROOT MAKE=${MAKE:-make} DESTDIR=${DESTDIR:-"$RPM_BUILD_ROOT"} case "${RPM_COMMAND:-all}" in install|all) make install DESTDIR=${DESTDIR} ;; esac %clean rm -rf $RPM_BUILD_ROOT %post %files %defattr(-,root,root) %doc COPYING README %{_lib}/f-spot/* %{_prefix}/bin/f-spot %changelog * Thu Aug 27 2004 Nat Friedman - initial packaging of 0.0.2