source: projects/specs/trunk/x/xdaliclock/xdaliclock-vl.spec @ 521

Revision 521, 2.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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