Upgrage to 0.6.22 84/246084/3 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix accepted/tizen/6.5/unified/20211029.013555 accepted/tizen/7.0/unified/20221110.063417 accepted/tizen/7.0/unified/hotfix/20221116.110951 accepted/tizen/unified/20201028.123852 submit/tizen/20201026.023621 submit/tizen_6.5/20211028.163501 tizen_6.5.m2_release tizen_7.0_m2_release
authorJeongmo Yang <jm80.yang@samsung.com>
Fri, 23 Oct 2020 06:49:41 +0000 (15:49 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Fri, 23 Oct 2020 08:19:44 +0000 (17:19 +0900)
Change-Id: I19b63acfb173b87854929a93779071e580f8bb98
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
1  2 
.gbs.conf
Makefile.am
libexif.manifest
packaging/libexif.spec

diff --cc .gbs.conf
index 0000000,0000000..632247a
new file mode 100644 (file)
--- /dev/null
--- /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
@@@ -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
index 97e8c31,0000000..97e8c31
mode 100644,000000..100644
--- /dev/null
index 6a92be7,0000000..916514e
mode 100644,000000..100644
--- /dev/null
@@@ -1,61 -1,0 +1,58 @@@
- Version:        0.6.21
- Release:        4
 +Name:           libexif
- Url:            http://libexif.sourceforge.net
++Version:        0.6.22
++Release:        0
 +License:        LGPL-2.1
 +Summary:        An EXIF Tag Parsing Library for Digital Cameras
- Source1:        baselibs.conf
- Source1001:      libexif.manifest
++Url:            https://libexif.github.io
 +Group:          System/Libraries
 +Source:         %{name}-%{version}.tar.bz2
- cp %{SOURCE1001} .
 +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
 +
 +%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
 +