xdaliclock-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. Summary: A clock for the X Window System.
  2. Summary(ja): X ウィンドウシステム向けの時計
  3. Name: xdaliclock
  4. Version: 2.25
  5. Release: 1%{?_dist_release}
  6. Group: User Interface/X
  7. License: MIT
  8. Source: http://www.jwz.org/xdaliclock/xdaliclock-%{version}.tar.gz
  9. Patch: xdaliclock-shape-cycle.patch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: libSM-devel
  12. BuildRequires: libICE-devel
  13. BuildRequires: libXt-devel
  14. BuildRequires: libX11-devel
  15. BuildRequires: libXext-devel
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: inagaki
  19. %description
  20. The xdaliclock program displays a digital clock, with digits that
  21. merge into the new digits as the time changes. Xdaliclock can display
  22. the time in 12 or 24 hour modes and can will display the date if you
  23. hold your mouse button down over it. Xdaliclock has two large fonts
  24. built in, but is capable of animating other fonts.
  25. Install the xdaliclock package if you want a fairly large clock, with
  26. a melting special effect, for your system.
  27. %prep
  28. %setup -q
  29. %patch -p1
  30. %build
  31. cd X11
  32. CFLAGS="%{optflags} -D_GNU_SOURCE" %configure --prefix=/usr
  33. make
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. cd X11
  37. mkdir -p $RPM_BUILD_ROOT%{_bindir}
  38. mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
  39. %makeinstall
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root)
  44. %{_bindir}/xdaliclock
  45. %{_mandir}/man1/xdaliclock.1*
  46. %changelog
  47. * Wed Jun 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.25-1
  48. - new upstream release
  49. - applied new versioning policy, spec in UTF-8
  50. - fixed location to install
  51. * Mon Jul 31 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
  52. - rebuilt with new toolchains
  53. - changed Group to User Interface/X
  54. - s/Copyright/License/
  55. * Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
  56. - add '-D_GNU_SOURCE' (needed for ia64)
  57. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  58. - automatic rebuild
  59. * Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
  60. - rebuild in new environment
  61. * Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
  62. - strip binary
  63. * Tue Nov 30 1999 Bill Nottingham <notting@redhat.com>
  64. - 2.18
  65. * Mon Nov 15 1999 Bill Nottingham <notting@redhat.com>
  66. - update to 2.16
  67. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  68. - auto rebuild in the new build environment (release 3)
  69. * Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
  70. - wmconfig goes away...
  71. * Tue Jan 5 1999 Bill Nottingham <notting@redhat.com>
  72. - update to 2.14
  73. * Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
  74. - update to 2.13
  75. * Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
  76. - build root
  77. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  78. - translations modified for de, fr, tr
  79. * Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
  80. - built against glibc