Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 3557d8dc0b65e0d2aedf562a574f8dd3 > files > 2

photopc-3.05-5mdk.src.rpm

%define name photopc
%define version 3.05
%define release 5mdk

Summary: Digital camera image downloader
Name: %{name}
Version: %{version}
Release: %{release}
License: Distributable
URL: http://www.average.org/digicam/
Group: Graphics
Source: %{name}-%{version}.tar.bz2
Buildroot: %{_tmppath}/%{name}-buildroot

%description
This is a library and a command-line frontend to manipulate digital
still cameras based on Fujitsu chipset and Sierra Imaging firmware.  The
program is known to work with Agfa, Epson, Olympus, Sanyo and Nikon (at
least CoolPix 900, but not CoolPix 600!) cameras.

The cameras typically come with software for Windows and for Mac, and no
description of the protocol.  With this tool, they are manageable from a
UNIX box.  Bruce D. Lightner <lightner@lightner.net> has added support
for Win32 and DOS platforms.  Note that the program does not have any
GUI, it is plain command-line even on Windows.

%package -n %name-devel
Summary: Digital camera image downloader, devel files
Group: Development/Other


%description -n %name-devel
This is a library and a command-line frontend to manipulate digital
still cameras based on Fujitsu chipset and Sierra Imaging firmware.  The
program is known to work with Agfa, Epson, Olympus, Sanyo and Nikon (at
least CoolPix 900, but not CoolPix 600!) cameras.

The cameras typically come with software for Windows and for Mac, and no
description of the protocol.  With this tool, they are manageable from a
UNIX box.  Bruce D. Lightner <lightner@lightner.net> has added support
for Win32 and DOS platforms.  Note that the program does not have any
GUI, it is plain command-line even on Windows.


%prep
rm -rf $RPM_BUILD_ROOT

%setup

%build

%configure

%make

%install

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README protocol.htm usage.htm
%{_bindir}/*
%{_mandir}/man*/*

%files -n %name-devel
%defattr(-,root,root)
%_includedir/*
%_libdir/*

%changelog
* Thu Feb 19 2004 Lenny Cartier <lenny@mandrakesoft.com> 3.05-5mdk
- rebuild

* Fri Jan 17 2003 Lenny Cartier <lenny@mandrakesoft.com> 3.05-4mdk
- rebuild

* Tue Oct 08 2002 Lenny Cartier <lenny@mandrakesoft.com> 3.05-3mdk
- rebuild

* Thu Aug 30 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.05-2mdk
- rebuild

* Wed Jan 24 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.05-1mdk
- updated to 3.05

* Wed Sep 13 2000 Lenny Cartier <lenny@mandrakesoft.com> 3.04-2mdk
- BM
- macros

* Mon Apr 10 2000 Lenny Cartier <lenny@mandrakesoft.com> 3.04-1mdk
- v 3.0.4
- clean spec

* Sun Aug 08 1999 Tim Ricketts <tr@oxlug.org>
- first RPM