10139N/A#
10139N/A# spec file for package libexif
10139N/A#
10139N/A#
10139N/A# Copyright (c) 2006 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A%define owner laca
10139N/A#
17181N/A
17181N/A%define OSR 4197:0.5.12
17181N/A
10139N/AName: libexif
18615N/AVendor: Sourceforge
10139N/AURL: http://libexif.sourceforge.net
10139N/ALicense: LGPL
10139N/AGroup: Development/Libraries/C and C++
10139N/ASummary: An EXIF tag parsing library for digital cameras
17980N/AVersion: 0.6.19
11864N/ARelease: 1
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
18180N/ASource0: %{sf_download}/libexif/%{name}-%{version}.tar.bz2
10139N/ASource1: l10n-configure.sh
10139N/AURL: http://libexif.sourceforge.net/
10139N/A
10139N/A%description
10139N/AThis library is used to parse EXIF information from JPEGs created by
10139N/Adigital cameras.
10139N/A
10139N/A%prep
10139N/A%setup -q
10139N/A
12754N/Abash -x %SOURCE1 --enable-sun-linguas
10139N/A
10139N/A%build
10139N/Alibtoolize --force
17931N/Aaclocal $ACLOCAL_FLAGS -I m4m -I auto-m4
17931N/Aautomake -a -c -f
10139N/Aautoconf
10139N/ACFLAGS="$CFLAGS $RPM_OPT_FLAGS" \
10139N/A ./configure \
10139N/A --prefix=%{_prefix} \
10139N/A --libdir=%{_libdir} \
10139N/A --disable-static
10139N/A
10139N/Amake
10139N/A
10139N/A%install
10139N/A# we don't have doxygen and the Makefile incorrectly deals with this
10139N/Atouch doc/install-apidocs
10139N/Atouch doc/install-apidocs-internals
18824N/Amake -i DESTDIR=${RPM_BUILD_ROOT} install
10139N/A
10139N/A%clean
10139N/Arm -rf ${RPM_BUILD_ROOT}
10139N/A
10139N/A%files
10139N/A%defattr(-,root,root)
10139N/A%doc README AUTHORS INSTALL ChangeLog COPYING
10139N/A%{_libdir}/lib*
10139N/A%{_libdir}/pkgconfig/*
10139N/A%{_includedir}/libexif/*
10139N/A%{_datadir}/share/locale/*/LC_MESSAGES/libexif*.mo
10139N/A
10139N/A%changelog -n libexif
17980N/A* Tue Dec 22 2009 - brian.cameron@sun.com
17980N/A- Bump to 0.6.19. Remove upstream patch libexif-01-heap-fix.diff.
17697N/A* Thu Nov 12 2009 - brian.cameron@sun.com
17697N/A- Add patch libexif-01-heap-fix.diff to fix bugster CR #6900166.
17548N/A* Sat Oct 17 2009 - brian.cameron@sun.com
17548N/A- Bump to 0.6.18.
15616N/A* Wed Jan 07 2009 - christian.kelly@sun.com
15616N/A- Remove patches/libexif-01-security.diff.
15486N/A* Tue Dec 09 2008 - dave.lin@sun.com
15486N/A- Bump to 0.6.17.
12228N/A* Fri Jan 18 2007 - padraig.obriain@sun.com
12228N/A- Add patch 01-security for bugster 6652301
11864N/A* Mon Nov 05 2007 - brian.cameron@sun.com
11864N/A- Bump to 0.6.16
10139N/A* Mon Dec 11 2006 - laca@sun.com
10139N/A- delete patch no-docs.diff, it's not really necessary, instead add two
10139N/A touch commands in %install
10139N/A* Tue May 02 2006 - damien.carbery@sun.com
10139N/A- Remove unneeded intltoolize call.
10139N/A* Tue Feb 21 2006 - damien.carbery@sun.com
10139N/A- Bump to 0.6.13.
10139N/A- Add patch, 01-no-docs, to skip building docs; update aclocal dir.
10139N/A* Mon Feb 13 2006 - damien.carbery@sun.com
10139N/A- Add hack to fix infinite loop problem in po/Makefile.
10139N/A* Wed Jan 04 2006 - damien.carbery@sun.com
10139N/A- Remove unneeded patch. Failed to build even after rework.
10139N/A* Wed Dec 21 2005 - damien.carbery@sun.com
10139N/A- Bump to 0.6.12. Add m4 dir to aclocal call for needed macro.
10139N/A* Wed Aug 06 2003 - meissner@suse.de
10139N/A- Upgreaded to upstream 0.5.12:
10139N/A- fixed endless loops and crashes on invalid exif data.
10139N/A- translation updates.
10139N/A* Mon Jul 21 2003 - meissner@suse.de
10139N/A- Upgraded to upstream 0.5.10.
10139N/A* Tue May 13 2003 - meissner@suse.de
10139N/A- Upgraded to current CVS 0.5.9 (just some bugfixes).
10139N/A- Package translations too.
10139N/A* Wed Jan 08 2003 - meissner@suse.de
10139N/A- Upgraded to upstream 0.5.9.
10139N/A* Mon Dec 02 2002 - meissner@suse.de
10139N/A- Upgraded to upstream 0.5.7.
10139N/A* Mon Nov 18 2002 - meissner@suse.de
10139N/A- Upgraded to 0.5.6 in preparation of gphoto2-2.1.1.
10139N/A* Wed Jul 24 2002 - meissner@suse.de
10139N/A- Upgraded to 0.5.3. Do not include static libraries.
10139N/A* Mon Feb 11 2002 - meissner@suse.de
10139N/A- make sure we do not include -I/usr/include into the cflags got from pkgconfig
10139N/A or we confuse gcc 3 -Wall -Werror
10139N/A* Mon Feb 04 2002 - meissner@suse.de
10139N/A- JPEG/EXIF tag parsing library for use by gphoto / gtkam
10139N/A (EXIF tags store EXtended InFormation of images taking by digital cameras)