*** empty log message ***
authormattk
Wed, 16 Jul 2003 10:00:04 +0000
changeset 586 64538e0187e8
parent 585 a1d5251a6293
child 587 80d8f24eb355
*** empty log message ***
gphoto.spec
--- a/gphoto.spec	Wed Jul 16 10:00:04 2003 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-Name:         gphoto2
-License:      GPL
-Group:        Hardware/Other
-Version:      2.1.1
-Release:      1
-Distribution: Mercury
-Vendor:       Sun Microsystems Inc
-Summary:      Digital camera utility
-Source:       gphoto2-%{version}.tar.bz2
-URL:          http://www.gphoto.org
-BuildRoot:    %{_tmppath}/%{name}-%{version}-build
-DocDir:       %{_defaultdocdir}/gphoto2
-Autoreqprov:  on
-
-%description
-gPhoto (GNU Photo) is a commandline tool for previewing, retrieving, and capturing images from a range of supported digital camerason to your local harddrive.
-
-(It does not support digital cameras based on the USB storage protocol,
-those can be mounted by Linux directly.)
-
-As of this time gPhoto supports around 200 cameras, listed on:
-
- http://www.gphoto.org/cameras.html
-
-or by running
-
- gphoto2 --list-cameras
-
-%prep
-%setup -q -n gphoto2-%{version}
-
-%build
-#%{?suse_update_config:%{suse_update_config -f}}
-libtoolize --copy --force
-aclocal
-automake
-autoconf
-PATH="/usr/X11R6/bin:$PATH" CFLAGS="$RPM_OPT_FLAGS" ./configure	\
-  --prefix=%{_prefix} 			\
-  --mandir=%{_mandir} 			\
-  --libdir=%{_libdir} 			\
-  --with-cdk-prefix={_prefix}		\
-  --with-doc-dir=%{_defaultdocdir}/%{name}
-make
-
-%install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT mandir=$RPM_BUILD_ROOT%{_mandir} install
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
-
-%files
-%defattr(-,root,root)
-%{_bindir}/gphoto2
-%{_datadir}/locale/*/LC_MESSAGES/*.mo
-
-%changelog -n gphoto
-* Wed Jul 16 2003 - [email protected]
-- Initial version