Add libgovirt package version 0.3.9 (#5035)
* libgovirt: Add package version 0.3.9 * libgovirt: cgmanifest add package entry * libgovirt: licenses add package entry * libgovirt: cgmanifest fix package entry position
This commit is contained in:
Родитель
601a7d5f3b
Коммит
6fc56c80bb
|
@ -0,0 +1,21 @@
|
|||
From 9e6a3086b0cdcd4a76374fc70bad84f1545a09d2 Mon Sep 17 00:00:00 2001
|
||||
From: "Eduardo Lima (Etrunko)" <etrunko@redhat.com>
|
||||
Date: Mon, 22 Aug 2022 15:08:46 -0300
|
||||
Subject: [PATCH] Fix i18n generation
|
||||
|
||||
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
|
||||
---
|
||||
po/meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/meson.build b/po/meson.build
|
||||
index 86f82f9..e983464 100644
|
||||
--- a/po/meson.build
|
||||
+++ b/po/meson.build
|
||||
@@ -1,2 +1,2 @@
|
||||
i18n = import('i18n')
|
||||
-i18n.gettext('govirt-1.0', preset : 'glib')
|
||||
+i18n.gettext('libgovirt', preset : 'glib')
|
||||
--
|
||||
2.37.2
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"libgovirt-0.3.9.tar.xz": "b12fc3579f2d007e43fef1dcc0f4b3f8c1070c2fb6a3f58b23c53c766243217c"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,187 @@
|
|||
Summary: A GObject library for interacting with oVirt REST API
|
||||
Name: libgovirt
|
||||
Version: 0.3.9
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
URL: https://gitlab.gnome.org/GNOME/libgovirt
|
||||
Source0: https://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz
|
||||
Patch1: 0001-Fix-i18n-generation.patch
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(rest-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
%if %{with_check}
|
||||
BuildRequires: dconf
|
||||
BuildRequires: glib-networking
|
||||
%endif
|
||||
|
||||
%description
|
||||
libgovirt is a library that allows applications to use oVirt REST API
|
||||
to list VMs managed by an oVirt instance, and to get the connection
|
||||
parameters needed to make a SPICE/VNC connection to them.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries, includes, etc. to compile with the libgovirt library
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
libgovirt is a library that allows applications to use oVirt REST API
|
||||
to list VMs managed by an oVirt instance, and to get the connection
|
||||
parameters needed to make a SPICE/VNC connection to them.
|
||||
|
||||
Libraries, includes, etc. to compile with the libgovirt library
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS MAINTAINERS README
|
||||
%{_libdir}/%{name}.so.2*
|
||||
%{_libdir}/girepository-1.0/GoVirt-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%{_libdir}/%{name}.so
|
||||
%dir %{_includedir}/govirt-1.0/
|
||||
%dir %{_includedir}/govirt-1.0/govirt/
|
||||
%{_includedir}/govirt-1.0/govirt/*.h
|
||||
%{_libdir}/pkgconfig/govirt-1.0.pc
|
||||
%{_datadir}/gir-1.0/GoVirt-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Wed Mar 08 2023 Sumedh Sharma <sumsharma@microsoft.com> - 0.3.9-3
|
||||
- Initial CBL-Mariner import from Fedora 38 (license: MIT)
|
||||
- license verified
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Aug 22 2022 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 0.3.9-1
|
||||
- Release 0.3.9
|
||||
|
||||
* Mon Aug 8 2022 Daniel P. Berrange <berrange@redhat.com> - 0.3.8-5
|
||||
- Depend on rest0.7-devel for older ABI (rhbz #2113481)
|
||||
- Display config.log when configure fails
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Feb 24 2021 Eduardo Lima (etrunko) <etrunko@redhat.com> - 0.3.8-1
|
||||
- Update to 0.3.8 release
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Eduardo Lima (Etrunko) <etrunko@redhat.com> - 0.3.7-1
|
||||
- Update to 0.3.7 release
|
||||
- Re-enable GPG checking
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Dec 23 2019 Daniel P. Berrangé <berrange@redhat.com> - 0.3.6-1
|
||||
- Update to 0.3.6 release
|
||||
- Disable GPG check since upstream didn't provide detached sigs
|
||||
- Update URL to latest gitlab
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.4-7
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.4-5
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Apr 13 2016 Christophe Fergeau <cfergeau@redhat.com> 0.3.4-1
|
||||
- Update to libgovirt 0.3.4
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Apr 08 2015 Christophe Fergeau <cfergeau@redhat.com> 0.3.3-1
|
||||
- Update to upstream release 0.3.3
|
||||
|
||||
* Thu Oct 09 2014 Christophe Fergeau <cfergeau@redhat.com> 0.3.2-1
|
||||
- Update to upstream release 0.3.2
|
||||
|
||||
* Wed Sep 03 2014 Christophe Fergeau <cfergeau@redhat.com> 0.3.1-1
|
||||
- Update to upstream release 0.3.1
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Aug 02 2014 Richard Jones <rjones@redhat.com> - 0.3.0-6
|
||||
- Force rebuild for aarch64.
|
||||
|
||||
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.3.0-5
|
||||
- Rebuilt for gobject-introspection 1.41.4
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Nov 26 2013 Christophe Fergeau <cfergeau@redhat.com> 0.3.0-3
|
||||
- Actually apply Patch0 /o\
|
||||
|
||||
* Tue Nov 26 2013 Christophe Fergeau <cfergeau@redhat.com> 0.3.0-2
|
||||
- Add patch to fix a memory corruption issue when librest does not have the
|
||||
RestProxy::ssl-ca-file property (which is currently the case in Fedora)
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jun 11 2013 Christophe Fergeau <cfergeau@redhat.com> 0.1.0-1
|
||||
- Update to upstream release 0.1.0
|
||||
|
||||
* Mon Mar 11 2013 Christophe Fergeau <cfergeau@redhat.com> 0.0.3-2
|
||||
- Removed definition of BuildRoot and cleanup of BuildRoot in %%clean
|
||||
- Added missing arch to versioned Requires: %%{name} in the -devel package
|
||||
- Don't include empty NEWS and ChangeLog in built RPM
|
||||
|
||||
* Wed Feb 20 2013 Christophe Fergeau <cfergeau@redhat.com> 0.0.3-1
|
||||
- Initial import of libgovirt 0.0.3
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -626,6 +626,7 @@
|
|||
"libgit2-glib",
|
||||
"libglade2",
|
||||
"libglvnd",
|
||||
"libgovirt",
|
||||
"libgphoto2",
|
||||
"libgsf",
|
||||
"libguestfs",
|
||||
|
|
|
@ -9296,6 +9296,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "other",
|
||||
"other": {
|
||||
"name": "libgovirt",
|
||||
"version": "0.3.9",
|
||||
"downloadUrl": "https://download.gnome.org/sources/libgovirt/0.3/libgovirt-0.3.9.tar.xz"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "other",
|
||||
|
|
Загрузка…
Ссылка в новой задаче