rpms/libggz/F-8 libggz.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Nov 8 21:18:44 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/libggz/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27816/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	libggz.spec 
Log Message:
sync other branches w/devel



--- NEW FILE libggz.spec ---

Summary: Library for client-server games
Name: libggz
Version: 0.0.14
Release: 1%{?dist}

License: LGPLv2+
Group: Development/Libraries
URL: http://www.ggzgamingzone.org/

Source: http://ftp.belnet.be/packages/ggzgamingzone/ggz/%{version}/libggz-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libgcrypt-devel
## tls support: openssl (l)gpl compat?  not sure, use gnutls for now -- Rex 
#BuildRequires: openssl-devel
BuildRequires: gnutls-devel

%description
GGZ (which is a recursive acronym for GGZ Gaming Zone) develops libraries,
games and game-related applications for client-server online gaming. Player
rankings, game spectators, AI players and a chat bot are part of this effort.

%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
%{summary}.


%prep
%setup -q


%build
%configure \
  --disable-debug \
  --disable-static \
  --with-gcrypt \
  --with-tls=GnuTLS

make %{?_smp_mflags}


%install
rm -rf %{buildroot}

make install DESTDIR=%{buildroot}

rm -f %{buildroot}/%{_libdir}/*.la


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig 


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/libggz.so.*

%files devel
%{_includedir}/ggz*.h
%{_libdir}/libggz.so
%{_mandir}/man3/ggz*


%changelog
* Thu Sep 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.0.14-2
- cleanup

* Wed Sep  5 2007 Dries Verachtert <dries at ulyssis.org> - 0.0.14-1
- Updated to release 0.0.14.

* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.0.12-1.2
- Rebuild for Fedora Core 5.

* Sat Dec 03 2005 Dries Verachtert <dries at ulyssis.org> - 0.0.12-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libggz/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Nov 2007 19:16:25 -0000	1.1
+++ .cvsignore	8 Nov 2007 21:18:07 -0000	1.2
@@ -0,0 +1 @@
+libggz-0.0.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libggz/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Nov 2007 19:16:25 -0000	1.1
+++ sources	8 Nov 2007 21:18:07 -0000	1.2
@@ -0,0 +1 @@
+dfd0039042e1bc6c899faaa63d56dad1  libggz-0.0.14.tar.gz




More information about the fedora-extras-commits mailing list