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