From: Jeongmo Yang Date: Fri, 23 Oct 2020 06:49:41 +0000 (+0900) Subject: Upgrage to 0.6.22 X-Git-Tag: accepted/tizen/6.5/unified/20211029.013555^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibexif.git;a=commitdiff_plain;h=26c976fd5ac80e565ef44697a0c8b88bd4930e7b Upgrage to 0.6.22 Change-Id: I19b63acfb173b87854929a93779071e580f8bb98 Signed-off-by: Jeongmo Yang --- 26c976fd5ac80e565ef44697a0c8b88bd4930e7b diff --cc .gbs.conf index 0000000,0000000..632247a new file mode 100644 --- /dev/null +++ b/.gbs.conf @@@ -1,0 -1,0 +1,3 @@@ ++[general] ++upstream_branch = upstream/master ++upstream_tag = libexif-0_6_22-release diff --cc Makefile.am index 20ce5df,c0b8469..0f4d040 --- a/Makefile.am +++ b/Makefile.am @@@ -12,7 -12,8 +12,8 @@@ EXTRA_DIST += libexif-uninstalled.pc.i ACLOCAL_AMFLAGS = -I auto-m4 -I m4m - #doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING + EXTRA_DIST += SECURITY.md -doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING SECURITY.md ++#doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING SECURITY.md ####################################################################### # Help for the maintainer diff --cc libexif.manifest index 97e8c31,0000000..97e8c31 mode 100644,000000..100644 --- a/libexif.manifest +++ b/libexif.manifest diff --cc packaging/libexif.spec index 6a92be7,0000000..916514e mode 100644,000000..100644 --- a/packaging/libexif.spec +++ b/packaging/libexif.spec @@@ -1,61 -1,0 +1,58 @@@ +Name: libexif - Version: 0.6.21 - Release: 4 ++Version: 0.6.22 ++Release: 0 +License: LGPL-2.1 +Summary: An EXIF Tag Parsing Library for Digital Cameras - Url: http://libexif.sourceforge.net ++Url: https://libexif.github.io +Group: System/Libraries +Source: %{name}-%{version}.tar.bz2 - Source1: baselibs.conf - Source1001: libexif.manifest +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig + +%define debug_package_requires %{name} = %{version}-%{release} + +%description +This library is used to parse EXIF information from JPEGs created by +digital cameras. + +%package devel +Summary: An EXIF Tag Parsing Library for Digital Cameras (Development files) +Group: Development/Libraries/C and C++ +Requires: %{name} = %{version} + +%description devel +This library is used to parse EXIF information from JPEGs created by +digital cameras. + +%prep +%setup -q - cp %{SOURCE1001} . + +%build +sh ./autogen.sh +%configure --with-pic \ + --disable-static \ + --disable-docs + +make %{?jobs:-j%jobs} + +%install +%make_install +#%find_lang %{name}-12 + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +#%files -f %{name}-12.lang +%files +%manifest %{name}.manifest +%license COPYING +%defattr(-,root,root) +%{_libdir}/*.so.* + +%files devel +%defattr(-,root,root) +%{_includedir}/libexif +%{_libdir}/*.so +%{_libdir}/pkgconfig/libexif.pc +