]> git.pld-linux.org Git - packages/wmclock.git/blob - wmclock.spec
- raw version from unknow sources
[packages/wmclock.git] / wmclock.spec
1 Name: wmclock
2 Version: 1.0
3 Release: 1
4 Copyright: Freeware
5 URL: http://afterstep.edoc.com/
6 Source0: http://www.windowmaker.org/ftp/pub/contrib/srcs/apps/asclock.tgz
7 Group: X11/Utilities
8 Icon: AStep.gif
9 Summary: The AfterStep Clock for Window Maker
10 BuildRoot: /var/tmp/%{name}-root
11
12 %description
13 This is a Window Maker enhanced asclock (i.e. a patch to allow asclock to be
14 docked on Window Maker has been included). In this package, asclock was
15 renamed to wmclock to avoid clashes with an AfterStep installation on the
16 system.
17 Asclock is a clock written to emulate the date/time application on the
18 NeXTStep OS. It supports multiple languages, military and AM/PM time,
19 program execution, shape extension, and multiple color depths.
20 This version is compiled with English language support and 2bit display
21 (four colours).
22
23 %changelog
24 * Mon Feb 1 1999 Thomas Ribbrock <emgaron@gmx.net> wmclock 1.0-1
25 - renamed to wmclock to avoid clashes with AfterStep
26 - using the Window Maker as source for the tar ball now, as their tar ball
27   already includes the necessary patch.
28
29 * Sat Feb 7 1998 Cesar Cardoso <ccardoso@cesarcardoso.dyn.ml.org> 1.0-2
30 - A patch for asclock be dockable on WindowMaker
31
32 * Sun Jun 8 1997 Xi <ximenes@null.net> 1.0-1
33 - Initial RPM
34
35 %prep
36 %setup -n asclock
37 rm -f weekday.xpm asclock month.xpm asclock.o
38 ln -s english/month.xpm month.xpm
39 ln -s english/weekday.xpm weekday.xpm
40 rm -f clk.xpm
41 ln -s xpm/clk2.xpm clk.xpm
42 xmkmf
43
44 %build
45 make
46 strip asclock
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 make install install.man DESTDIR=$RPM_BUILD_ROOT
51 mv $RPM_BUILD_ROOT/usr/X11R6/bin/asclock $RPM_BUILD_ROOT/usr/X11R6/bin/wmclock
52 mv $RPM_BUILD_ROOT/usr/X11R6/man/man1/asclock.1x $RPM_BUILD_ROOT/usr/X11R6/man/man1/wmclock.1x
53
54 %files
55 %doc README INSTALL
56 /usr/X11R6/bin/wmclock
57 /usr/X11R6/man/man1/wmclock.1x
This page took 0.097572 seconds and 4 git commands to generate.