update to 0.12.2 [release 0.12.2-1mamba;Fri May 21 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 22:42:28 +01:00
parent 25ce046e50
commit 1ead89772f

View File

@ -1,5 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gexiv2 Name: gexiv2
Version: 0.10.6 Version: 0.12.2
Release: 1mamba Release: 1mamba
Summary: A GObject-based wrapper around the Exiv2 library Summary: A GObject-based wrapper around the Exiv2 library
Group: System/Libraries Group: System/Libraries
@ -7,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wiki.gnome.org/Projects/gexiv2 URL: https://wiki.gnome.org/Projects/gexiv2
Source: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz Source: https://download.gnome.org/sources/gexiv2/%{majver}/gexiv2-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -17,7 +18,6 @@ BuildRequires: libglib-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
gexiv2 is a GObject-based wrapper around the Exiv2 library. gexiv2 is a GObject-based wrapper around the Exiv2 library.
@ -44,12 +44,13 @@ This package contains libraries and header files for developing applications tha
%setup -q %setup -q
%build %build
%configure %meson
%make
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %meson_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -69,17 +70,18 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/gexiv2 %dir %{_includedir}/gexiv2
%{_includedir}/gexiv2/* %{_includedir}/gexiv2/*
%{_libdir}/libgexiv2.la
%{_libdir}/libgexiv2.so %{_libdir}/libgexiv2.so
%{_libdir}/pkgconfig/gexiv2.pc %{_libdir}/pkgconfig/gexiv2.pc
%{_datadir}/vala/vapi/gexiv2.vapi %{_datadir}/vala/vapi/gexiv2.*
%{_datadir}/gir-1.0/GExiv2-0.10.gir %{_datadir}/gir-1.0/GExiv2-0.10.gir
#%{_datadir}/gir-1.0/GExiv2-0.10.typelib #%dir %{_datadir}/gtk-doc/html/gexiv2
%dir %{_datadir}/gtk-doc/html/gexiv2 #%{_datadir}/gtk-doc/html/gexiv2/*
%{_datadir}/gtk-doc/html/gexiv2/*
%doc NEWS README %doc NEWS README
%changelog %changelog
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.2-1mamba
- update to 0.12.2
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 0.10.6-1mamba * Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 0.10.6-1mamba
- automatic update by autodist - automatic update by autodist