From ef572e3c5a8a95779d5706d8a7b7dd9611cd021c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:05:51 +0100 Subject: [PATCH] update to 1.0.5 [release 1.0.5-1mamba;Fri Sep 16 2022] --- oclock.spec | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/oclock.spec b/oclock.spec index e0f2ac3..a7ad581 100644 --- a/oclock.spec +++ b/oclock.spec @@ -1,30 +1,29 @@ Name: oclock -Version: 1.0.4 +Version: 1.0.5 Release: 1mamba Summary: Oclock simply displays the current time on an analog display Group: System/X11 Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto -URL: http://x.org -Source: http://ftp.x.org/pub/individual/app/oclock-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: http://ftp.x.org/pub/individual/app/oclock-%{version}.tar.xz License: MIT -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libICE-devel -BuildRequires: libSM-devel BuildRequires: libX11-devel BuildRequires: libXext-devel BuildRequires: libXmu-devel BuildRequires: libXt-devel +BuildRequires: libxkbfile-devel ## AUTOBUILDREQ-END %description Oclock simply displays the current time on an analog display -%prep +%debug_pacakge +%prep %setup -q %build @@ -42,10 +41,13 @@ Oclock simply displays the current time on an analog display %defattr(-,root,root) %{_bindir}/oclock %{_datadir}/X11/app-defaults/Clock-color -%{_mandir}/man1/oclock.1.gz -%doc COPYING ChangeLog +%{_mandir}/man1/oclock.1* +%doc COPYING %changelog +* Fri Sep 16 2022 Silvan Calarco 1.0.5-1mamba +- update to 1.0.5 + * Sun Mar 18 2018 Automatic Build System 1.0.4-1mamba - automatic update by autodist