Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 1cd265d8c91f959bf8319313d07271a9 > files > 2

rapid-photo-downloader-0.4.3-3.mga3.src.rpm

%define _iconstheme    hicolor
%define _icons16dir    %_iconsdir/%{_iconstheme}/16x16/apps
%define _icons22dir    %_iconsdir/%{_iconstheme}/22x22/apps
%define _icons24dir    %_iconsdir/%{_iconstheme}/24x24/apps
%define _icons48dir    %_iconsdir/%{_iconstheme}/48x48/apps


Summary:	Images downloader for external devices
Name:		rapid-photo-downloader
Version:	0.4.3
Release:	%mkrel 3
Source0:	http://launchpad.net/rapid/trunk/%{version}/+download/%{name}-%{version}.tar.gz
License:	GPLv2
Group:		Graphics/Photography
URL:		http://damonlynch.net/rapid
BuildArch:	noarch
BuildRequires:	python-devel >= 2.5
BuildRequires:	desktop-file-utils
Requires:	findutils
Requires:	python-imaging
Requires:	python-kaa-metadata
Requires:       python-hachoir-metadata
Requires:	gtk2
Requires:	pygtk2
Requires:	python-exiv2 >= 0.3.0
Requires:	exiv2
Requires:	hicolor-icon-theme
Requires:	gnome-python-gconf
Requires:	ffmpegthumbnailer
Suggests:	librsvg2

%description
Rapid Photo Downloader is written by a photographer for professional
and amateur photographers. Released under the GNU GPL license, it is
designed for use on the Linux Desktop. It can download photos from
multiple cameras, memory cards, and Portable Storage Devices
simultaneously. It provides many options for subfolder
creation, image renaming and backup.

%files  -f %{name}.lang
%doc rapid/AUTHORS rapid/ChangeLog rapid/COPYING README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_icons16dir}/%{name}.png
%{_icons22dir}/%{name}.png
%{_icons24dir}/%{name}.png
%{_icons48dir}/%{name}.png
%{_iconsdir}/hicolor/scalable/apps/%name.svg
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%{py_puresitedir}/rapid/
%{py_puresitedir}/*.egg-info

#---------------------------------------------------------------------

%prep
%setup -q 

%build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot}

%find_lang %{name}



%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.4.3-3.mga3
+ Revision: 380181
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Dec 08 2012 malo <malo> 0.4.3-2.mga3
+ Revision: 328955
- update RPM group

* Fri Jan 13 2012 mikala <mikala> 0.4.3-1.mga2
+ Revision: 195638
- Update tarball to 0.4.3

* Mon Oct 03 2011 mikala <mikala> 0.4.2-1.mga2
+ Revision: 151282
- Update tarball to 0.4.2

* Thu Sep 15 2011 mikala <mikala> 0.4.1-1.mga2
+ Revision: 143897
- Update tarball to 0.4.1
- Add python-hachoir-metadata as Requires (needed for video download)
- Fix files list

* Sat May 07 2011 mikala <mikala> 0.3.6-1.mga1
+ Revision: 95692
- Update tarball to 0.3.6
- Remove BuildRoot
- imported package rapid-photo-downloader