Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > 0d595b4bcef523d585a276a3a03542b3 > files > 2

gexif-0.4-2mdk.src.rpm

Summary:	Graphical tool to access EXIF extensions in JPEG files
Name:		gexif
Version:	0.4
Release:	2mdk
License:	GPL
Group:		Graphics

Source:		http://belnet.dl.sourceforge.net/sourceforge/libexif/gexif-0.4.tar.bz2
Source1:        gphoto-icons.tar.bz2

Url:		http://sourceforge.net/projects/libexif
BuildRoot:	%_tmppath/%name-%version-%release-root
Requires:	libexif7 libexif-gtk4 popt
BuildRequires:	gdk-pixbuf-devel
BuildRequires:	gtk+2-devel
BuildRequires:	libexif-devel
BuildRequires:	libexif-gtk4-devel

%description

Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.

This package contains a graphical frontend for the EXIF library.

%prep

%setup -q

%build

%configure

%make

%install
%makeinstall
%find_lang %{name}

# menu stuff
install -d $RPM_BUILD_ROOT%{_menudir}
cat <<EOF > %buildroot/%_menudir/gexif
?package(gexif):command="/usr/bin/gexif" \
title="GEXIF - View and edit EXIF info in JPEG images" \
longtitle="View and edit the info which digital cameras add to your photos" \
needs="x11" \
section="Multimedia/Graphics" \
icon="graphics_section.png"
EOF

# icons
install -d $RPM_BUILD_ROOT%{_datadir}/icons
bzcat %{SOURCE1}|tar xf - -C $RPM_BUILD_ROOT%{_datadir}/icons
( cd $RPM_BUILD_ROOT%{_datadir}/icons
  mv gphoto.xpm gexif.xpm
  cd large
  mv gphoto.xpm gexif.xpm
  cd ../mini
  mv gphoto.xpm gexif.xpm
)

%post
%update_menus

%postun
%clean_menus

%clean
rm -fr %buildroot

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%_bindir/*
%_datadir/icons/*
%_menudir/*

%changelog

* Mon Aug  5 2002 Stefan van der Eijk <stefan@eijk.nu> 0.4-2mdk
- BuildRequires
- add missing changelog (0.3-4mdk)

* Fri Aug  2 2002 Till Kamppeter <till@mandrakesoft.com> 0.4-1mdk
- Updated to version 0.4.

* Sun Jul 21 2002 Stefan van der Eijk <stefan@eijk.nu> 0.3-4mdk
- BuildRequires

* Sun Jul 21 2002 Till Kamppeter <till@mandrakesoft.com> 0.3-3mdk
- Fixed typo in menu.

* Sun Jul 21 2002 Till Kamppeter <till@mandrakesoft.com> 0.3-2mdk
- Corrected group.

* Fri Jul 19 2002 Till Kamppeter <till@mandrakesoft.com> 0.3-1mdk
- Initial release