Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > bdedaeae1e2f315f4c6b898c0cb9b89c > files > 2

exif-0.6.21-3.fc16.src.rpm

Name:           exif
Version:        0.6.21
Release:        3%{?dist}
Summary:        Utility to show EXIF information hidden in JPEG files
Summary(fr):    Outil pour afficher les informations EXIF masquées dans les fichiers JPEG

License:        LGPLv2+
URL:            http://libexif.sourceforge.net/
Source0:        http://downloads.sourceforge.net/libexif/%{name}-%{version}.tar.bz2

BuildRequires:  libexif-devel
BuildRequires:  popt-devel


%description
Small command-line utility to show EXIF information hidden
in JPEG files.

%description -l fr
Petit utilitaire en ligne de commande pour afficher les informations
EXIF masquées dans les fichiers JPEG.


%prep
%setup -q
# Convert to UTF8 AUTHORS doc file :
iconv -f iso-8859-1 -t utf8 AUTHORS >AUTHORS.tmp
touch -r AUTHORS AUTHORS.tmp
mv AUTHORS.tmp AUTHORS


%build
%configure
make %{?_smp_mflags}


%install
make install DESTDIR=%{buildroot}
%find_lang %{name}


%check
make check


%files -f %{name}.lang
%doc ABOUT-NLS AUTHORS COPYING NEWS README ChangeLog
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog
* Thu Aug 16 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 0.6.21-3
- Add French translation in spec file

* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Tue Jul 17 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 0.6.21-1
- Update to 0.6.21
  - Fix CVE-2012-2845 (RHBZ #840002,#840003)
- Update scriplet in %%prep section of spec file

* Fri Apr 13 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 0.6.20-3
- fix license in spec file (again)

* Wed Feb 24 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 0.6.20-2
- fix license in spec file
- remove %%{_datadir}/locale/* lines in %%files section
- fix man file extension in %%files section
- add %%check section

* Mon Feb 13 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 0.6.20-1
- Initial Release