[packages/xfce-polkit] - including mainstream git updates from the last few years
mrozowik
mrozowik at pld-linux.org
Sun Feb 22 16:02:25 CET 2026
commit 440d99eee2230d07392e9898a0444be17664622c
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Sun Feb 22 15:02:14 2026 +0000
- including mainstream git updates from the last few years
xfce-polkit.spec | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/xfce-polkit.spec b/xfce-polkit.spec
index 09fb952..32e6f61 100644
--- a/xfce-polkit.spec
+++ b/xfce-polkit.spec
@@ -1,11 +1,14 @@
+%define git_ref 820497b731f95b420b4b1ced1f70e551ef5fd611
+%define ref_date 20220621
Summary: A simple PolicyKit authentication agent for XFCE
Name: xfce-polkit
-Version: 0.3
+Version: 0.3.%{ref_date}
Release: 1
License: GPL v2
Group: X11/Applications
-Source0: https://github.com/ncopa/xfce-polkit/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 3d0a6dcaba7b0994cd15cbf06dd591b3
+Source0: https://github.com/ncopa/xfce-polkit/archive/%{git_ref}/%{name}-%{version}.tar.gz
+# Source0-md5: 0bc28378844675aa64c5696e2db21d98
+#Source0: https://github.com/ncopa/xfce-polkit/archive/v%{version}/%{name}-%{version}.tar.gz
URL: https://github.com/ncopa/xfce-polkit
BuildRequires: autoconf
BuildRequires: automake
@@ -20,7 +23,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
A simple PolicyKit authentication agent for XFCE.
%prep
-%setup -q
+%setup -q -n %{name}-%{git_ref}
%build
%{__aclocal}
@@ -40,6 +43,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README.md
/etc/xdg/autostart/xfce-polkit.desktop
%attr(755,root,root) %{_prefix}/libexec/xfce-polkit
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfce-polkit.git/commitdiff/440d99eee2230d07392e9898a0444be17664622c
More information about the pld-cvs-commit
mailing list