From cf52d9a3b3c1030832213c76529548e1d0d80236 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 4 Sep 2023 16:30:39 +0300 Subject: [PATCH] import libglibutil-1.0.70-1.el9 --- .gitignore | 1 + .libglibutil.metadata | 1 + SPECS/libglibutil.spec | 70 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 .gitignore create mode 100644 .libglibutil.metadata create mode 100644 SPECS/libglibutil.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a8c4b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/1.0.70.tar.gz diff --git a/.libglibutil.metadata b/.libglibutil.metadata new file mode 100644 index 0000000..50ff0db --- /dev/null +++ b/.libglibutil.metadata @@ -0,0 +1 @@ +68f437198319721164ae2f46c442d8b95502e496 SOURCES/1.0.70.tar.gz diff --git a/SPECS/libglibutil.spec b/SPECS/libglibutil.spec new file mode 100644 index 0000000..8afc815 --- /dev/null +++ b/SPECS/libglibutil.spec @@ -0,0 +1,70 @@ +Name: libglibutil +Version: 1.0.70 +Release: 1%{?dist} +Summary: Library of glib utilities +License: BSD +URL: https://github.com/sailfishos/libglibutil +Source0: %{url}/archive/refs/tags/%{version}.tar.gz + +BuildRequires: pkgconfig +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: make gcc + +%description +Provides glib utility functions and macros + +%package devel +Summary: Development library for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: pkgconfig + +%description devel +This package contains the development library for %{name}. + +%prep +%setup -q + +%build +%make_build LIBDIR=%{_libdir} KEEP_SYMBOLS=1 release pkgconfig + +%install +%{make_build} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install-dev + +%check +%{make_build} -C test test + +%files +%license LICENSE +%{_libdir}/%{name}.so.* + +%files devel +%{_libdir}/pkgconfig/*.pc +%{_libdir}/%{name}.so +%{_includedir}/gutil + +%changelog +* Mon Sep 04 2023 Arkady L. Shane - 1.0.70-1 +- Rebuilt for MSVSphere 9.2 + +* Thu Jun 15 2023 Alessandro Astone - 1.0.70-1 +- Update to 1.0.70 + +* Tue Apr 25 2023 Alessandro Astone - 1.0.69-1 +- Update to 1.0.69 + +* Fri Feb 24 2023 Alessandro Astone - 1.0.68-1 +- Update to 1.0.68 + +* Thu Jan 19 2023 Fedora Release Engineering - 1.0.67-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Oct 29 2022 Alessandro Astone - 1.0.67-1 +- Update to 1.0.67 + +* Mon Aug 22 2022 Benson Muite - 1.0.66-1 +- Update to new release + +* Sun Dec 12 2021 Mo 森 - 1.0.61-1 +- Track a new upstream URL +- Use the 'make_build' macro +- 1.0.61