Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 38a7aa0c76d3eaedeacf76855aef154a > files > 3

xdaliclock-2.18-5mdk.src.rpm

%define name xdaliclock
%define version 2.18
%define rel 5mdk

%define prefix %{_prefix}

Summary: A clock for the X Window System.
Name: %name
Version: %version
Release: %rel
Group: Toys
BuildRequires: XFree86-devel
Copyright: MIT
Source0: http://www.jwz.org/xdaliclock/xdaliclock-%{version}.tar.bz2
Source1: %{name}_menuentry
Source2: %{name}.xpm.bz2
Source3: %{name}32.xpm.bz2
Patch: %{name}-shape-cycle.patch.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{prefix}

%description
The xdaliclock program displays a digital clock, with digits that merge
into the new digits as the time changes.  Xdaliclock can display the time
in 12 or 24 hour modes and can will display the date if you hold your
mouse button down over it.  Xdaliclock has two large fonts built in, but
is capable of animating other fonts.

Install the xdaliclock package if you want a fairly large clock, with
a melting special effect, for your system.

%prep
%setup -q
%patch -p1

%build
cd X11
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr/X11R6
make

%install
rm -rf $RPM_BUILD_ROOT
cd X11
mkdir -p $RPM_BUILD_ROOT/usr/X11R6/{bin,man/man1}
make prefix=$RPM_BUILD_ROOT/usr/X11R6 install

install -m 755 -d $RPM_BUILD_ROOT/usr/lib/menu
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/menu/xdaliclock
install -d $RPM_BUILD_ROOT/usr/share/icons/mini
bzcat %{SOURCE2} > $RPM_BUILD_ROOT/usr/share/icons/mini/xdaliclock.xpm
bzcat %{SOURCE3} > $RPM_BUILD_ROOT/usr/share/icons/xdaliclock.xpm


%post
if [ -x /usr/bin/update-menus ]; then
  /usr/bin/update-menus
fi
  
%postun
if [ "$1" = 0 ]; then
  if [ -x /usr/bin/update-menus ]; then
    /usr/bin/update-menus
  fi
fi 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/usr/X11R6/bin/xdaliclock
/usr/X11R6/man/man1/xdaliclock.1*
/usr/lib/menu/*
/usr/share/icons/*

%changelog
* Mon Aug 07 2000 Frederic Lepied <flepied@mandrakesoft.com> 2.18-5mdk
- automatically added BuildRequires

* Fri Apr 28 2000 Daouda Lo <daouda@mandrakesoft.com> 2.18-4mdk
- 32*32 icon
- some minor changes to spec.
- make package relocatable

* Tue Apr 18 2000 dam's <damiens@mandrakesoft.com> 2.18-3mdk
- Convert gif icon to xpm.

* Mon Apr 17 2000 dam's <damiens@mandrakesoft.com> 2.18-2mdk
- Added menu entry.

* Mon Mar 27 2000 dam's <damiens@mandrakesoft.com> 2.18-1mdk
- Update to 2.18

* Tue Nov 02 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
- rebuild for new environment

* Thu May 06 1999 Bernhard Rosenkraenzer <bero@mandrakesoft.com>
- Mandrake adaptions
- handle RPM_OPT_FLAGS

* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
- auto rebuild in the new build environment (release 3)

* Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
- wmconfig goes away...

* Tue Jan  5 1999 Bill Nottingham <notting@redhat.com>
- update to 2.14

* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
- update to 2.13

* Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
- build root

* Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr

* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
- built against glibc