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

Revision 3477, 3.1 KB checked in by inagaki, 13 years ago (diff)

update: libwnn6, libwnn7, sl, xbill

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