source: projects/specs/trunk/o/osd_clock/osd_clock-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary:  X on-screen clock displayer
2Summary(ja): X のスクリーン上に時計を表示するツール
3Name: osd_clock
4Version: 0.6
5Release: 1%{?_dist_release}
6Source0: http://leftorium.net/software/%{name}-%{version}.tar.gz
7#Patch: osd_clock-init.patch
8License: GPL
9Group: Applications/System
10URL: http://leftorium.net/software.phtml
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildPrereq: libxosd-devel
13
14%description
15X on-screen clock displayer
16
17%description -l ja
18X のスクリーン上に時計を表示するツールです.
19
20%prep
21rm -rf %buildroot
22
23%setup -q
24#%patch -b .init
25
26%build
27make \
28        CFLAGS="$RPM_OPT_FLAGS" \
29        LIBDIR="%{_libdir}" \
30        LDFLAGS="-L. -L/usr/X11R6/%{_lib} -lX11 -lXext -lpthread -lXt"
31
32%install
33mkdir -p %{buildroot}%{_bindir}
34make install PREFIX=%{buildroot}%{_prefix} MANDIR=%{buildroot}/%{_mandir}
35
36%clean
37rm -rf %buildroot
38
39%files
40%doc AUTHORS COPYING ChangeLog NEWS README
41%{_bindir}/osd_clock
42%{_mandir}/man1/osd_clock.1*
43
44
45%changelog
46* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 0.6-1vl5
47- applied new versioning policy, spec in utf-8
48
49* Sat Dec 29 2007 Shu KONNO <owa@bg.wakwak.com> 0.6-0vl2
50- added options LIBDIR, INCLUDEDIR to make
51
52* Thu Oct 20 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6-0vl1
53- updated to 0.6
54- build against libxosd-2.2.12
55- added Japanese summary and description
56
57* Mon Aug  5 2002 UECHI Yasumasa <uh@u.dhis.portside.net> 0.5-0vl2
58- build against libxosd-1.0.0
59- add osd_clock-init.patch
60
61* Fri Feb 22 2002 UECHI Yasumasa <uh@u.dhis.portside.net> 0.5-0vl1
62- Initial release
63
Note: See TracBrowser for help on using the repository browser.