You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
168 lines
5.3 KiB
Plaintext
168 lines
5.3 KiB
Plaintext
## START: Set by rpmautospec
|
|
## (rpmautospec version 0.2.6)
|
|
%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-printers
|
|
|
|
%global plug_type hardware
|
|
%global plug_name printers
|
|
%global plug_rdnn io.elementary.switchboard.printers
|
|
|
|
Name: switchboard-plug-printers
|
|
Summary: Switchboard Printers Plug
|
|
Version: 2.2.0
|
|
Release: %autorelease
|
|
License: GPLv3+
|
|
|
|
URL: https://github.com/elementary/switchboard-plug-printers
|
|
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
BuildRequires: gettext
|
|
BuildRequires: libappstream-glib
|
|
BuildRequires: meson
|
|
BuildRequires: vala >= 0.22.0
|
|
|
|
BuildRequires: cups-devel
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
|
BuildRequires: pkgconfig(granite) >= 6.0.0
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
BuildRequires: pkgconfig(switchboard-2.0)
|
|
|
|
Requires: cups%{?_isa}
|
|
Requires: switchboard%{?_isa}
|
|
|
|
Supplements: (switchboard%{?_isa} and cups%{?_isa})
|
|
|
|
%description
|
|
A printers plug for Switchboard.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{srcname}-%{version} -p1
|
|
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%find_lang %{plug_name}-plug
|
|
|
|
|
|
%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
|
|
* Wed Jul 13 2022 Fabio Valentini <decathorpe@gmail.com> 2.2.0-1
|
|
- Update to version 2.2.0; Fixes RHBZ#2102562
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 2.1.10-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Mon Jul 26 2021 Fabio Valentini <decathorpe@gmail.com> 2.1.10-1
|
|
- Update to version 2.1.10; Fixes RHBZ#1984981
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.9-5.20210218gitbf89c63
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Fri Feb 19 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.9-4.20210218gitbf89c63
|
|
- Bump to commit bf89c63. Rebuilt for granite 6 soname bump.
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.9-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.9-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Fri May 29 2020 Fabio Valentini <decathorpe@gmail.com> - 2.1.9-1
|
|
- Update to version 2.1.9.
|
|
|
|
* Fri Apr 03 2020 Fabio Valentini <decathorpe@gmail.com> - 2.1.8-1
|
|
- Update to version 2.1.8.
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.7-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Sat Nov 16 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.7-1
|
|
- Update to version 2.1.7.
|
|
|
|
* Wed Oct 02 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.6-4
|
|
- Include upstream patch to fix issues with newer vala versions.
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Wed Nov 28 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.6-1
|
|
- Update to version 2.1.6.
|
|
|
|
* Sat Oct 20 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.5-1
|
|
- Update to version 2.1.5.
|
|
|
|
* Tue Oct 09 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.4-1
|
|
- Update to version 2.1.4.
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Wed Jun 13 2018 Fabio Valentini <decathorpe@gmail.com> - 0.1.3-2
|
|
- Rebuild for granite5 soname bump.
|
|
|
|
* Fri Jun 08 2018 Fabio Valentini <decathorpe@gmail.com> - 0.1.3-1
|
|
- Update to version 0.1.3.
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Sat Nov 04 2017 Fabio Valentini <decathorpe@gmail.com> - 0.1.2-2
|
|
- Rebuild for granite soname bump.
|
|
|
|
* Mon Oct 16 2017 Fabio Valentini <decathorpe@gmail.com> - 0.1.2-1
|
|
- Update to version 0.1.2.
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Thu Jul 13 2017 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-1
|
|
- Update to version 0.1.1.
|
|
|
|
* Thu May 18 2017 Fabio Valentini <decathorpe@gmail.com> - 0.1-4
|
|
- Add upstream patch to fix compilation with vala 0.35+.
|
|
|
|
* Sun Feb 05 2017 Fabio Valentini <decathorpe@gmail.com> - 0.1-3
|
|
- Clean up spec file.
|
|
|
|
* Thu Sep 29 2016 Fabio Valentini <decathorpe@gmail.com> - 0.1-2
|
|
- Mass rebuild.
|
|
|
|
* Tue Aug 23 2016 Fabio Valentini <decathorpe@gmail.com> - 0.1-1
|
|
- Update to version 0.1.
|
|
|