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

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

import VineSeed package specs

Line 
1Summary:        Xsnow will spread Christmas cheer on your X display
2Summary(ja):    あなたのディスプレイをクリスマスの雰囲気にします.
3Name:           xsnow
4Version:        1.42
5Release:        1%{?_dist_release}
6License:        MIT
7Group:          Applications/Other
8URL:            http://www.euronet.nl/~rja/Xsnow/
9Source0:        http://www.euronet.nl/~rja/Xsnow/xsnow-%{version}.tar.gz
10Source1:        xsnow.wmconfig
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  xorg-x11-devel
13Requires:       xorg-x11-libs
14
15%description
16A continual gentle snowfall is accompanied by Santa Claus flying his
17sleigh around your screen. Don't forget to shake the snow off those
18windows every now and then!
19
20%prep
21%setup -q
22
23%build
24xmkmf
25%__make
26
27%install
28%__rm -rf %{buildroot}
29%__mkdir_p %{buildroot}%{_sysconfdir}/X11/wmconfig
30
31%__make DESTDIR=%{buildroot} MANPATH=%{_mandir} install install.man
32%__install -p -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/wmconfig/xsnow
33
34%clean
35%__rm -rf %{buildroot}
36
37%files
38%defattr(-,root,root)
39%doc README
40%{_bindir}/xsnow
41%{_mandir}/man1/xsnow.1x*
42%config %{_sysconfdir}/X11/wmconfig/xsnow
43
44%changelog
45* Wed Oct 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.42-1vl5
46- applied new versioning policy, spec in utf-8
47- added MANPATH at make-install
48- modified directories
49
50* Fri Sep 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.42-0vl3
51- changed Group to Applications/Other
52
53* Tue Jan 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.42-0vl2
54- rebuild
55
56* Tue Jan 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.42-0vl1
57- upstream release
58- update URL
59- s/Copyright/License/
60- use more macros
61- add BuildRequires: XOrg-devel
62- add README
63
64* Thu Nov  9 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
65- 1.40-7vl2
66- modified %files section to handle compressed man pages
67
68* Fri May 08 1998 Prospector System <bugs@redhat.com>
69- translations modified for de, fr, tr
70
71* Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
72- added wmconfig entry
73
74* Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
75- spec file cleanups
76
77* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
78- built against glibc
Note: See TracBrowser for help on using the repository browser.