SPECS: ggz-server.spec (NEW) - initial PLD release
lisu
lisu at pld-linux.org
Mon Jul 23 01:05:19 CEST 2007
Author: lisu Date: Sun Jul 22 23:05:19 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
ggz-server.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ggz-server.spec
diff -u /dev/null SPECS/ggz-server.spec:1.1
--- /dev/null Mon Jul 23 01:05:19 2007
+++ SPECS/ggz-server.spec Mon Jul 23 01:05:14 2007
@@ -0,0 +1,110 @@
+# $Revision$, $Date$
+Summary: Main GGZ server
+Summary(pl.UTF-8): Główny serwer GGZ
+Name: ggz-server
+Version: 0.0.14
+Release: 0.1
+License: GPL v2+
+Group: Applications
+Source0: http://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14/%{name}-%{version}.tar.gz
+# Source0-md5: 7e30eedefb69834d9f76fdf7fed646ea
+Source1: %{name}.init
+URL: http://www.ggzgamingzone.org/
+#BuildRequires:
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the main GGZ server, some administrative utilities, a game server handling library and lots of game servers.
+
+%description -l pl.UTF-8
+Ta paczka zawiera główny serwer GGZ, kilka narzędzi administracyjnych, bibliotekę sterującą serwerem oraz dużo serwerów gier.
+
+%package devel
+Summary: Header files for ggz-server library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki ggz-server
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for ggz-server library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki ggz-server.
+
+%package static
+Summary: Static ggz-server library
+Summary(pl.UTF-8): Statyczna biblioteka ggz-server
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static ggz-server library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka ggz-server.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal} -I m4/ -I m4/ggz/
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ggzd
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/chkconfig --add ggzd
+%service ggzd restart
+
+%preun
+if [ "$1" = "0" ]; then
+ %service ggzd stop
+ /sbin/chkconfig --del ggzd
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO ggzd/ggzd.conf.example
+%attr(755,root,root) %{_bindir}/ggzd*
+%attr(755,root,root) %{_libdir}/ggzd
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.6
+%attr(754,root,root) /etc/rc.d/init.d/ggzd
+%{_datadir}/ggz/
+%{_mandir}/man6/*.6*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/*
+%{_mandir}/man3/*.3*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/07/22 23:05:14 lisu
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list