56 lines
1.8 KiB
RPMSpec
56 lines
1.8 KiB
RPMSpec
Name: wmclock
|
|
Version: 1.0.14
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Dockable clock applet for WindowMaker
|
|
License: GPLv2+
|
|
Group: User Interface/X
|
|
|
|
Url: http://www.bluestop.org/wmclock/index.html
|
|
Source: http://www.bluestop.org/wmclock/%{name}-%{version}.tar.gz
|
|
Patch: %{name}-1.0.14-debian-12-year-display.patch
|
|
|
|
BuildRequires: imake libX11-devel libXext-devel libXpm-devel xorg-x11-proto-devel
|
|
|
|
%description
|
|
Wmclock is an applet which displays the date and time in a dockable
|
|
tile in the same style as the clock from the N*XTSTEP operating
|
|
system. Wmclock is specially designed for the WindowMaker window
|
|
manager, by Alfredo Kojima, and features multiple language support,
|
|
twenty-four-hour and twelve-hour (am/pm) time display, and, optionally,
|
|
can run a user-specified program on a mouse click. Wmclock is derived
|
|
from asclock, a similar clock for the AfterStep window manager.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch -p1
|
|
|
|
%build
|
|
./configure --lang english
|
|
make %{?_smp_mflags} CDEBUGFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
%install
|
|
%{make_install} PREFIX=%{_prefix} install.man install.share
|
|
|
|
%files
|
|
%doc README COPYING
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1*
|
|
%{_datadir}/%{name}
|
|
|
|
%changelog
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.14-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.14-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Mon Jun 04 2012 Alexey I. Froloff <raorn@raorn.name> - 1.0.14-1
|
|
- New version (rhbz#828150)
|
|
- Applied year display patch from Debian (rhbz#828150)
|
|
|
|
* Mon Jun 04 2012 Alexey I. Froloff <raorn@raorn.name> - 1.0.12.2-2
|
|
- Added original tarball URL (rhbz#827136)
|
|
|
|
* Thu May 31 2012 Alexey I. Froloff <raorn@raorn.name> - 1.0.12.2-1
|
|
- Initial build for Fedora
|