source: projects/specs/branches/6/x/xdaliclock/xdaliclock-vl.spec @ 5569

Revision 5569, 2.7 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

Line 
1Summary: A clock for the X Window System.
2Summary(ja): X ウィンドウシステム向けの時計
3Name: xdaliclock
4Version: 2.25
5Release: 2%{?_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* Sat Feb 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.25-2
60- rebuild with Vine6 environment
61
62* Wed Jun 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.25-1
63- new upstream release
64- applied new versioning policy, spec in UTF-8
65- fixed location to install
66
67* Mon Jul 31 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
68- rebuilt with new toolchains
69- changed Group to User Interface/X
70- s/Copyright/License/
71
72* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
73- add '-D_GNU_SOURCE' (needed for ia64)
74
75* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
76- automatic rebuild
77
78* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
79- rebuild in new environment
80
81* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
82- strip binary
83
84* Tue Nov 30 1999 Bill Nottingham <notting@redhat.com>
85- 2.18
86
87* Mon Nov 15 1999 Bill Nottingham <notting@redhat.com>
88- update to 2.16
89
90* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
91- auto rebuild in the new build environment (release 3)
92
93* Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
94- wmconfig goes away...
95
96* Tue Jan  5 1999 Bill Nottingham <notting@redhat.com>
97- update to 2.14
98
99* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
100- update to 2.13
101
102* Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
103- build root
104
105* Thu May 07 1998 Prospector System <bugs@redhat.com>
106- translations modified for de, fr, tr
107
108* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
109- built against glibc
Note: See TracBrowser for help on using the repository browser.