rpms/ggz-gtk-client/devel ggz-gtk-client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon Feb 4 19:59:05 UTC 2008


Author: bpepple

Update of /cvs/pkgs/rpms/ggz-gtk-client/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30739/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ggz-gtk-client.spec 
Log Message:
Initial import.



--- NEW FILE ggz-gtk-client.spec ---
Name:		ggz-gtk-client
Version:	0.0.14
Release:	3%{?dist}
Summary:        Gtk+ client libraries for GGZ gaming zone

Group:		Development/Libraries    
License:	GPLv2+
URL:            http://www.ggzgamingzone.org/
Source0:        http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libggz-devel
BuildRequires:	ggz-client-libs-devel
BuildRequires:	gtk2-devel
BuildRequires:	desktop-file-utils
BuildRequires:	gettext



%description
The GGZ Gaming Zone GTK+ Client provides a GTK+ 2.x user interface
for logging into a GGZ server, chatting with other players, and
locating and launching game tables.


%package devel
Summary:	Development files for %{name}
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	libggz-devel
Requires:	ggz-client-libs-devel
Requires:	gtk2-devel


%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
# Avoid lib64 rpaths
%if "%{_libdir}" != "/usr/lib"
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
%endif


%build
# Will look at building the gaim plugin down the road.
%configure --disable-gaim-plugin	\
	   --disable-debug		\
	   --enable-static=no

# hack to omit unused-direct-shlib-dependencies
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang ggz-gtk

desktop-file-install --vendor fedora --delete-original	\
  --dir $RPM_BUILD_ROOT%{_datadir}/applications   	\
  $RPM_BUILD_ROOT%{_datadir}/applications/ggz-gtk.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%files -f ggz-gtk.lang
%defattr(-,root,root,-)
%doc README README.GGZ NEWS COPYING
%{_bindir}/ggz-gtk
%{_libdir}/libggz-gtk.so.*
%{_datadir}/applications/fedora-ggz-gtk.desktop
%{_datadir}/ggz/
%{_mandir}/man6/ggz-gtk.6.gz


%files devel
%defattr(-,root,root,-)
%{_libdir}/libggz-gtk.so
%{_includedir}/ggz-*.h


%changelog
* Mon Feb  4 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.0.14-3
- Add hack to omit unused-direct-shlib-dependencies.

* Mon Jan 28 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.0.14-2
- Fix rpath.

* Sat Jan 26 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.0.14-1
- Initial Fedora spec.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ggz-gtk-client/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Feb 2008 19:22:00 -0000	1.1
+++ .cvsignore	4 Feb 2008 19:58:31 -0000	1.2
@@ -0,0 +1 @@
+ggz-gtk-client-0.0.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ggz-gtk-client/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Feb 2008 19:22:00 -0000	1.1
+++ sources	4 Feb 2008 19:58:31 -0000	1.2
@@ -0,0 +1 @@
+7b8992f4eaf96c41923c31a946bc73fb  ggz-gtk-client-0.0.14.tar.gz




More information about the fedora-extras-commits mailing list