rpms/libggz/devel libggz-snapshot-0.99.4-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 libggz.spec, 1.4, 1.5 sources, 1.3, 1.4

Rex Dieter rdieter at fedoraproject.org
Sun Aug 24 19:21:40 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/libggz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20679

Modified Files:
	.cvsignore libggz.spec sources 
Added Files:
	libggz-snapshot-0.99.4-pkgconfig.patch 
Log Message:
* Sun Aug 24 2008 Rex Dieter <rdieter at fedoraproject.org> - 0.99.4-1
- libgzz-snapshot-0.99.4
- --enable-tls=NSS


libggz-snapshot-0.99.4-pkgconfig.patch:

--- NEW FILE libggz-snapshot-0.99.4-pkgconfig.patch ---
diff -up libggz-snapshot-0.99.4/libggz.pc.in.pkgconfig libggz-snapshot-0.99.4/libggz.pc.in
--- libggz-snapshot-0.99.4/libggz.pc.in.pkgconfig	2008-07-13 10:50:18.000000000 -0500
+++ libggz-snapshot-0.99.4/libggz.pc.in	2008-08-24 14:06:26.000000000 -0500
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
+libdir=@libdir@
+includedir=@includedir@
 #datarootdir=${prefix}/share
 #datadir=${datarootdir}
 sysconfdir=@sysconfdir@
diff -up libggz-snapshot-0.99.4/Makefile.am.pkgconfig libggz-snapshot-0.99.4/Makefile.am
--- libggz-snapshot-0.99.4/Makefile.am.pkgconfig	2008-07-13 10:50:18.000000000 -0500
+++ libggz-snapshot-0.99.4/Makefile.am	2008-08-24 13:47:22.000000000 -0500
@@ -4,5 +4,5 @@ SUBDIRS = src tests man
 
 ACLOCAL_AMFLAGS = -I m4 -I m4/ggz
 
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libggz.pc
diff -up libggz-snapshot-0.99.4/Makefile.in.pkgconfig libggz-snapshot-0.99.4/Makefile.in
--- libggz-snapshot-0.99.4/Makefile.in.pkgconfig	2008-07-13 13:49:17.000000000 -0500
+++ libggz-snapshot-0.99.4/Makefile.in	2008-08-24 13:47:22.000000000 -0500
@@ -206,7 +206,7 @@ top_srcdir = @top_srcdir@
 EXTRA_DIST = README.GGZ QuickStart.GGZ Doxyfile
 SUBDIRS = src tests man
 ACLOCAL_AMFLAGS = -I m4 -I m4/ggz
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libggz.pc
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libggz/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Feb 2008 23:45:40 -0000	1.3
+++ .cvsignore	24 Aug 2008 19:21:10 -0000	1.4
@@ -1 +1 @@
-libggz-0.0.14.1.tar.gz
+libggz-snapshot-0.99.4.tar.gz


Index: libggz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libggz/devel/libggz.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libggz.spec	25 Jun 2008 12:19:54 -0000	1.4
+++ libggz.spec	24 Aug 2008 19:21:10 -0000	1.5
@@ -1,20 +1,23 @@
 
 Summary: Library for client-server games
 Name: libggz
-Version: 0.0.14.1
-Release: 2%{?dist}
+Version: 0.99.4
+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
+#Source0: http://ftp.belnet.be/packages/ggzgamingzone/ggz/%{version}/libggz-%{version}.tar.gz
+Source0: http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/snapshots/libggz-snapshot-0.99.4.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch1: libggz-snapshot-0.99.4-pkgconfig.patch
+
 BuildRequires: libgcrypt-devel
-## tls support: openssl (l)gpl compat?  not sure, use gnutls for now -- Rex 
-#BuildRequires: openssl-devel
 BuildRequires: gnutls-devel
+# nss support broken: FIXME
+#BuildRequires: nss-devel
 
 %description
 GGZ (which is a recursive acronym for GGZ Gaming Zone) develops libraries,
@@ -25,12 +28,15 @@
 Summary: Development files for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
 %description devel
 %{summary}.
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-snapshot-%{version}
+
+%patch1 -p1 -b .pkgconfig
 
 
 %build
@@ -68,10 +74,15 @@
 %files devel
 %{_includedir}/ggz*.h
 %{_libdir}/libggz.so
+%{_libdir}/pkgconfig/libggz.pc
 %{_mandir}/man3/ggz*
 
 
 %changelog
+* Sun Aug 24 2008 Rex Dieter <rdieter at fedoraproject.org> - 0.99.4-1
+- libgzz-snapshot-0.99.4
+- --enable-tls=NSS
+
 * Wed Jun 25 2008 Tomas Mraz <tmraz at redhat.com> - 0.0.14.1-2
 - rebuild with new gnutls
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libggz/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Feb 2008 23:45:40 -0000	1.3
+++ sources	24 Aug 2008 19:21:10 -0000	1.4
@@ -1 +1 @@
-603739504648833779aa13b0327a1c3d  libggz-0.0.14.1.tar.gz
+d4eb8a410e69455b9f7e8e45d3313e3e  libggz-snapshot-0.99.4.tar.gz




More information about the scm-commits mailing list