Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5cc1ed2121
!16 [sync] PR-15: update to 0.14.2
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-09-14 01:09:56 +00:00
dillon_chen
df176f5287 update to 0.14.2
(cherry picked from commit eb1dfd76370d08076bcbd63443961d4a6745dcff)
2023-09-08 16:56:01 +08:00
openeuler-ci-bot
3554dbe861
!9 Update to 0.14.0
From: @zhang__3125 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-04-14 06:34:49 +00:00
zhang__3125
f51a9bf63b Update to 0.14.0 2022-04-13 13:02:08 +08:00
openeuler-ci-bot
947d06d9fe !3 upgrade version to 0.12.1
From: @run-is-pig
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-02-03 09:12:44 +08:00
yeah_wang
696bd35103 upgrade version to 0.12.1 2021-02-02 10:33:36 +08:00
openeuler-ci-bot
7bffe83aa0 !2 remove python2
From: @wcc_140409
Reviewed-by: @overweight
Signed-off-by: @overweight
2020-10-30 17:52:02 +08:00
吴超超
08df8a72bd remove python2 2020-10-30 16:27:03 +08:00
openeuler-ci-bot
302ad4b870 !1 add yaml file in package
Merge pull request !1 from 吴超超/master
2020-07-01 17:16:33 +08:00
19909236985
c79d2ed451 add yaml file in package 2020-06-12 11:35:49 +08:00
4 changed files with 40 additions and 29 deletions

Binary file not shown.

BIN
gexiv2-0.14.2.tar.xz Normal file

Binary file not shown.

View File

@ -1,15 +1,14 @@
Name: libgexiv2
Version: 0.10.8
Release: 5
Version: 0.14.2
Release: 1
Summary: Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library.
License: GPLv2
License: GPLv2+
URL: https://wiki.gnome.org/Projects/gexiv2
Source0: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gexiv2/0.14/gexiv2-%{version}.tar.xz
#Dependency
BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel
BuildRequires: libtool python2-devel python2-gobject-base
BuildRequires: vala python3-devel python3-gobject-base
BuildRequires: gcc-c++ exiv2-devel gobject-introspection-devel meson
BuildRequires: libtool gtk-doc vala
BuildRequires: python3-devel python3-gobject-base
%description
gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It allows for GNOME
@ -23,16 +22,6 @@ Requires: %{name} = %{version}-%{release}
%description devel
Files for %{name} development
%package_help
%package -n python2-gexiv2
Summary: Python2 support
Requires: %{name} = %{version}-%{release}
Requires: python2-gobject-base
%description -n python2-gexiv2
This package contains support for python2
%package -n python3-gexiv2
Summary: Python3 support
Requires: %{name} = %{version}-%{release}
@ -41,19 +30,24 @@ Requires: python3-gobject-base
%description -n python3-gexiv2
This package contains support for python3
%package_help
%prep
%autosetup -n gexiv2-%{version} -p1
%build
%configure --enable-introspection --enable-static=no --enable-shared=yes
%make_build
%meson \
-Dgtk_doc=true \
-Dtests=true \
%{nil}
%meson_build
%install
%make_install
%meson_install
%delete_la
%check
make %{?_smp_mflags} check
%meson_test
#Install and uninstall scripts
%pre
@ -73,18 +67,31 @@ make %{?_smp_mflags} check
%{_libdir}/libgexiv2.so
%{_libdir}/pkgconfig/gexiv2.pc
%{_datadir}/gir-1.0/GExiv2-0.10.gir
%{_datadir}/vala/vapi/gexiv2.deps
%files -n python3-gexiv2
%{_prefix}/lib/python%{python3_version}/site-packages/gi/overrides/__pycache__/GExiv2*
%{_prefix}/lib/python%{python3_version}/site-packages/gi/overrides/GExiv2.py
%files help
%{_datadir}/gtk-doc/html/gexiv2/
%{_datadir}/vala/vapi/gexiv2.vapi
%files -n python2-gexiv2
%{python2_sitearch}/gi/overrides/GExiv2.py*
%files -n python3-gexiv2
%{python3_sitearch}/gi/overrides/__pycache__/GExiv2*
%{python3_sitearch}/gi/overrides/GExiv2.py
%changelog
* Fri Sep 8 2023 dillon chen <dillon.chen@gmail.com> - 0.14.2-1
- Update to 0.14.2
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.14.0-1
- Update to 0.14.0
* Tue Feb 2 2021 liudabo <liudabo1@huawei.com> - 0.12.1-1
- upgrade version to 0.12.1
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 0.10.8-6
- Type:bufix
- CVE:NA
- SUG:NA
- DESC:remove python2
* Wed Jul 18 2018 openEuler Buildteam <buildteam@openeuler.org> - 0.10.8-5
- Package init

4
libgexiv2.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.gnome.org/GNOME/gexiv2.git
tag_prefix: ^gexiv2-
seperator: .