62 lines
1.5 KiB
RPMSpec
62 lines
1.5 KiB
RPMSpec
Name: oclock
|
|
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: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.x.org/wiki/
|
|
Source: http://ftp.x.org/pub/individual/app/oclock-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-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
|
|
|
|
%debug_pacakge
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/oclock
|
|
%{_datadir}/X11/app-defaults/Clock-color
|
|
%{_mandir}/man1/oclock.1*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Fri Sep 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
|
|
- update to 1.0.5
|
|
|
|
* Sun Mar 18 2018 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Feb 17 2012 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 11 2010 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.1-1mamba
|
|
- package created by autospec
|