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