mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-12 14:40:39 +00:00
cbf5cf935b
* chore: Sync el10 * chore: Resync el10
46 lines
1.1 KiB
RPMSpec
46 lines
1.1 KiB
RPMSpec
%global commit 0fee3911afdaabbdcf4e8214e3472198a1c0c9db
|
|
%global commit_date 20260304
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
Name: rpinters
|
|
Version: 0~%commit_date.git~%shortcommit
|
|
Release: 1%?dist
|
|
Summary: Raspberry Pi printing utility module
|
|
License: GPL-2+ AND BSD-3-Clause
|
|
URL: https://github.com/raspberrypi-ui/rpinters
|
|
Source0: %url/archive/%commit.tar.gz
|
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
|
|
BuildRequires: meson
|
|
BuildRequires: ninja-build
|
|
BuildRequires: gcc
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
BuildRequires: pkgconfig(smbclient)
|
|
BuildRequires: pkgconfig(cups)
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
|
|
%description
|
|
%summary.
|
|
|
|
%prep
|
|
%autosetup -n rpinters-%commit
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
%find_lang rpcc_%{name}
|
|
|
|
%files -f rpcc_%{name}.lang
|
|
%doc README
|
|
%license debian/copyright
|
|
%{_datadir}/rpcc/ui/%{name}.ui
|
|
%{_libdir}/rpcc/librpcc_rpinters.so
|
|
|
|
%changelog
|
|
* Fri Aug 08 2025 Owen Zimmerman <owen@fyralabs.com>
|
|
- Package bookshelf
|