legacy package [release 0.14.6-2mamba;Fri Oct 17 2025]

This commit is contained in:
2025-10-18 15:06:31 +02:00
parent aa087e6c08
commit e0dddefbf7
2 changed files with 112 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
# gexiv2_014
gexiv2 is a GObject-based wrapper around the Exiv2 library.

110
gexiv2_014.spec Normal file
View File

@@ -0,0 +1,110 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gexiv2_014
Version: 0.14.6
Release: 2mamba
Summary: A GObject-based wrapper around the Exiv2 library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wiki.gnome.org/Projects/gexiv2
Source: https://download.gnome.org/sources/gexiv2/%{majver}/gexiv2-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libexiv2-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
gexiv2 is a GObject-based wrapper around the Exiv2 library.
%package -n lib%{name}
Group: System/Libraries
Summary: Shared libraries for %{name}
%description -n lib%{name}
This package contains shared libraries for %{name}.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%prep
%setup -q -n gexiv2-%{version}
%build
%meson \
-Dpython3=false
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libgexiv2.so.*
%{_libdir}/girepository-1.0/GExiv2-*.typelib
%doc AUTHORS COPYING THANKS
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/gexiv2
%{_includedir}/gexiv2/*
%{_libdir}/libgexiv2.so
%{_libdir}/pkgconfig/gexiv2.pc
%{_datadir}/vala/vapi/gexiv2.*
%{_datadir}/gir-1.0/GExiv2-0.10.gir
%doc NEWS
%changelog
* Fri Oct 17 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.6-2mamba
- legacy package
* Mon Jul 07 2025 Automatic Build System <autodist@openmamba.org> 0.14.6-1mamba
- automatic version update by autodist
* Mon May 26 2025 Automatic Build System <autodist@openmamba.org> 0.14.5-1mamba
- automatic version update by autodist
* Sun Jun 30 2024 Automatic Build System <autodist@openmamba.org> 0.14.3-1mamba
- automatic version update by autodist
* Thu Jul 27 2023 Automatic Build System <autodist@mambasoft.it> 0.14.2-1mamba
- automatic version update by autodist
* Mon May 08 2023 Automatic Build System <autodist@mambasoft.it> 0.14.1-1mamba
- automatic version update by autodist
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
- automatic version update by autodist
* Sun Aug 22 2021 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
- automatic version update by autodist
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 0.12.3-1mamba
- automatic version update by autodist
* 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
- automatic update by autodist
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 0.10.4-1mamba
- automatic update by autodist
* Sat Mar 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.3-1mamba
- package created using the webbuild interface