source: projects/specs/branches/6/lib/libg/libggz/libggz-vl.spec @ 3336

Revision 3336, 2.2 KB checked in by iwaim, 13 years ago (diff)

libggz-0.0.14.1-3vl6

Line 
1
2Summary: Library for client-server games
3Name: libggz
4Version: 0.0.14.1
5Release: 3%{_dist_release}
6
7License: LGPLv2+
8Group: System Environment/Libraries
9URL: http://www.ggzgamingzone.org/
10
11Source: http://ftp.belnet.be/packages/ggzgamingzone/ggz/%{version}/libggz-%{version}.tar.gz
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires: libgcrypt-devel
15## tls support: openssl (l)gpl compat?  not sure, use gnutls for now -- Rex
16#BuildRequires: openssl-devel
17BuildRequires: gnutls-devel
18
19%description
20GGZ (which is a recursive acronym for GGZ Gaming Zone) develops libraries,
21games and game-related applications for client-server online gaming. Player
22rankings, game spectators, AI players and a chat bot are part of this effort.
23
24%package devel
25Summary: Development files for %{name}
26Group: Development/Libraries
27Requires: %{name} = %{version}-%{release}
28
29%description devel
30%{summary}.
31
32
33%prep
34%setup -q
35
36
37%build
38%configure \
39  --disable-debug \
40  --disable-static \
41  --with-gcrypt \
42  --with-tls=GnuTLS
43
44make %{?_smp_mflags}
45
46
47%install
48rm -rf %{buildroot}
49
50make install DESTDIR=%{buildroot}
51
52rm -f %{buildroot}/%{_libdir}/*.la
53
54
55%post -p /sbin/ldconfig
56
57%postun -p /sbin/ldconfig
58
59
60%clean
61rm -rf %{buildroot}
62
63
64%files
65%defattr(-,root,root,-)
66%doc AUTHORS ChangeLog COPYING NEWS README
67%{_libdir}/libggz.so.*
68
69%files devel
70%{_includedir}/ggz*.h
71%{_libdir}/libggz.so
72%{_mandir}/man3/ggz*
73
74
75%changelog
76* Thu Apr  7 2011 IWAI, Masaharu <iwai@alib.jp> 0.0.14.1-3vl6
77- build on current VineSeed
78
79* Sat Jan 17 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.0.14.1-2
80- rebuild with gnutls-2.6.3
81
82* Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.14.1-1
83- initial build for Vine Linux
84
85* Sun Feb 17 2008 Rex Dieter <rdieter@fedoraproject.org> 0.0.14.1-1
86- ggz 0.0.14.1
87
88* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 0.0.14-3
89- respin (gcc43)
90
91* Thu Sep 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.0.14-2
92- cleanup
93
94* Wed Sep  5 2007 Dries Verachtert <dries@ulyssis.org> - 0.0.14-1
95- Updated to release 0.0.14.
96
97* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.0.12-1.2
98- Rebuild for Fedora Core 5.
99
100* Sat Dec 03 2005 Dries Verachtert <dries@ulyssis.org> - 0.0.12-1
101- Initial package.
Note: See TracBrowser for help on using the repository browser.