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

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

import VineSeed package specs

Line 
1Summary: Get rid of those Wingdows Viruses!
2Summary(ja): Wingdows ウィルスを撲滅しよう!
3Name: xbill
4Version: 2.1
5Release: 4%{?_dist_release}
6License: GPL
7Group: Applications/Games
8Source: ftp://ftp.xbill.org/pub/xbill/%{name}-%{version}.tar.gz
9Source1: %{name}.desktop
10Source2: %{name}.png
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13Vendor: Project Vine
14Distribution: Vine Linux
15
16Requires: gtk+
17BuildRequires: gtk+-devel
18BuildRequires: Xaw3d-devel
19
20%description
21Ever get the feeling that nothing is going right? You're a sysadmin,
22and someone's trying to destroy your computers. The little people
23running around the screen are trying to infect your computers with
24Wingdows [TM], a virus cleverly designed to resemble a popular
25operating system. Your objective is to click the mouse on them, ending
26their potential threat. If one of the people reaches a computer, it
27will attempt to replace your operating system with the virus it
28carries. It will then attempt to run off the screen with your vital
29software.
30
31%description -l ja
32くそ!何もかもうまくいかない。誰かがシステム管理者の俺の目を盗んでコン
33ピュータをめちゃめちゃにしやがる。小人さんが画面を駆け回ってありふれた
34OS そっくりににせた Wingdows (TM) ウィルスに感染させようとしているに違
35いない。かくなるうえはマウスを使ってこいつらをとっつかまえて絞り上げて
36やる。なんせやつらはコンピュータに付くやいなや OS をウィルスに取り替え
37て、大事なソフトウェアをかっさらって逃げるからな。
38
39
40%prep
41%setup -q
42
43%build
44./configure --prefix=%{_prefix} --localstatedir=/var/lib/games --disable-motif
45make
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50# install desktop
51mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
52install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
53
54# install icon
55mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/pixmaps
56install -p -m 0644 %{SOURCE2} ${RPM_BUILD_ROOT}/%{_datadir}/pixmaps/%{name}.png
57
58#install man6
59mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man6/
60install -p -m0644 %{name}.6 $RPM_BUILD_ROOT/%{_mandir}/man6/%{name}.6
61
62make DESTDIR=$RPM_BUILD_ROOT install
63
64# remove unpackaged files
65rm -rf $RPM_BUILD_ROOT/usr/man/man6
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files
71%defattr(-,root,root)
72%config(noreplace) /var/lib/games/xbill/scores
73%doc README
74%{_bindir}/xbill
75%{_mandir}/man6/*
76%{_datadir}/xbill
77%{_datadir}/pixmaps/*
78%{_datadir}/applications/*
79
80%changelog
81* Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 2.1-4
82- spec in utf-8
83
84* Sat Jun  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.1-2
85- applied new versioning policy
86
87* Sun Jun  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.1-1vl3
88- rebuilt with Xaw3d-1.5E
89
90* Fri Sep 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.1-1vl2
91- changed Group to Applications/Games
92
93* Wed Feb 8 2005 OOI Keita <ooik.ovwqlsjxcqwg4dc@privango.jp> - 2.1-1vl1
94- initial build
95- summary and description from deb
96- setup desktop icon
Note: See TracBrowser for help on using the repository browser.