Import switchboard-plug-about-6.1.0-1.el9
This commit is contained in:
commit
43729f4ff9
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/switchboard-plug-about-6.1.0.tar.gz
|
1
.switchboard-plug-about.metadata
Normal file
1
.switchboard-plug-about.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
5b71b5a9867885da2d7acfdba642813b2da8aea6 SOURCES/switchboard-plug-about-6.1.0.tar.gz
|
172
SPECS/switchboard-plug-about.spec
Normal file
172
SPECS/switchboard-plug-about.spec
Normal file
@ -0,0 +1,172 @@
|
|||||||
|
## START: Set by rpmautospec
|
||||||
|
## (rpmautospec version 0.2.5)
|
||||||
|
%define autorelease(e:s:pb:) %{?-p:0.}%{lua:
|
||||||
|
release_number = 1;
|
||||||
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||||
|
print(release_number + base_release_number - 1);
|
||||||
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist}
|
||||||
|
## END: Set by rpmautospec
|
||||||
|
|
||||||
|
%global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
|
||||||
|
|
||||||
|
%global srcname switchboard-plug-about
|
||||||
|
|
||||||
|
%global plug_type hardware
|
||||||
|
%global plug_name about
|
||||||
|
%global plug_rdnn io.elementary.switchboard.about
|
||||||
|
|
||||||
|
Name: switchboard-plug-about
|
||||||
|
Summary: Switchboard System Information plug
|
||||||
|
Version: 6.1.0
|
||||||
|
Release: %autorelease
|
||||||
|
License: GPLv3+
|
||||||
|
|
||||||
|
URL: https://github.com/elementary/switchboard-plug-about
|
||||||
|
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: vala >= 0.22.0
|
||||||
|
|
||||||
|
BuildRequires: pkgconfig(appstream) >= 0.12.10
|
||||||
|
BuildRequires: pkgconfig(fwupd)
|
||||||
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.64.0
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
|
BuildRequires: pkgconfig(granite)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
BuildRequires: pkgconfig(libgtop-2.0)
|
||||||
|
BuildRequires: pkgconfig(libhandy-1)
|
||||||
|
BuildRequires: pkgconfig(switchboard-2.0)
|
||||||
|
|
||||||
|
Requires: switchboard%{?_isa}
|
||||||
|
Supplements: switchboard%{?_isa}
|
||||||
|
|
||||||
|
Requires: system-logos
|
||||||
|
|
||||||
|
%description
|
||||||
|
This switchboard plug shows system information.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{srcname}-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
|
||||||
|
%find_lang %{plug_name}-plug
|
||||||
|
|
||||||
|
# remove the specified stock icon from appdata (invalid in libappstream-glib)
|
||||||
|
sed -i '/icon type="stock"/d' %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
appstream-util validate-relax --nonet \
|
||||||
|
%{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml
|
||||||
|
|
||||||
|
|
||||||
|
%files -f %{plug_name}-plug.lang
|
||||||
|
%doc README.md
|
||||||
|
%license COPYING
|
||||||
|
|
||||||
|
%{_libdir}/switchboard/%{plug_type}/lib%{plug_name}.so
|
||||||
|
|
||||||
|
%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Apr 07 2022 Fabio Valentini <decathorpe@gmail.com> 6.1.0-1
|
||||||
|
- Update to version 6.1.0; Fixes RHBZ#2072872
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 6.0.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Aug 25 2021 Fabio Valentini <decathorpe@gmail.com> 6.0.1-1
|
||||||
|
- Update to version 6.0.1; Fixes RHBZ#1997479
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> 6.0.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 16 2021 Fabio Valentini <decathorpe@gmail.com> 6.0.0-1
|
||||||
|
- Update to version 6.0.0; Fixes RHBZ#1982947
|
||||||
|
|
||||||
|
* Fri Feb 19 2021 Fabio Valentini <decathorpe@gmail.com> - 2.6.3-4.20210218gitcd220ae
|
||||||
|
- Bump to commit cd220ae. Rebuilt for granite 6 soname bump.
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri May 29 2020 Fabio Valentini <decathorpe@gmail.com> - 2.6.3-1
|
||||||
|
- Update to version 2.6.3.
|
||||||
|
|
||||||
|
* Wed Apr 08 2020 Fabio Valentini <decathorpe@gmail.com> - 2.6.2-1
|
||||||
|
- Update to version 2.6.2.
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Nov 16 2019 Fabio Valentini <decathorpe@gmail.com> - 2.6.1-1
|
||||||
|
- Update to version 2.6.1.
|
||||||
|
|
||||||
|
* Wed Sep 25 2019 Fabio Valentini <decathorpe@gmail.com> - 2.6.0-1
|
||||||
|
- Update to version 2.6.0.
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Dec 07 2018 Fabio Valentini <decathorpe@gmail.com> - 2.5.2-1
|
||||||
|
- Update to version 2.5.2.
|
||||||
|
- Switch to using LOGO from os-release, dropping the downstream patch.
|
||||||
|
|
||||||
|
* Fri Oct 19 2018 Fabio Valentini <decathorpe@gmail.com> - 2.5.1-1
|
||||||
|
- Update to version 2.5.1.
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 13 2018 Fabio Valentini <decathorpe@gmail.com> - 0.2.5-2
|
||||||
|
- Rebuild for granite5 soname bump.
|
||||||
|
|
||||||
|
* Fri Jun 08 2018 Fabio Valentini <decathorpe@gmail.com> - 0.2.5-1
|
||||||
|
- Update to version 0.2.5.
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Feb 05 2018 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-3
|
||||||
|
- Clean up .spec file.
|
||||||
|
|
||||||
|
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-2
|
||||||
|
- Rebuild for granite soname bump.
|
||||||
|
|
||||||
|
* Fri Sep 22 2017 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-1
|
||||||
|
- Update to version 0.2.4.
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 24 2017 Fabio Valentini <decathorpe@gmail.com> - 0.2.3.1-1
|
||||||
|
- Update to version 0.2.3.1.
|
||||||
|
|
||||||
|
* Wed Jun 14 2017 Fabio Valentini <decathorpe@gmail.com> - 0.2.3-1
|
||||||
|
- Update to version 0.2.3.
|
||||||
|
|
||||||
|
* Thu Apr 20 2017 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-1
|
||||||
|
- Initial package.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user