SPECS: pioneers.spec (NEW) - init, NFY

wolvverine wolvverine at pld-linux.org
Mon Aug 6 04:20:02 CEST 2007


Author: wolvverine                   Date: Mon Aug  6 02:20:02 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init, NFY

---- Files affected:
SPECS:
   pioneers.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pioneers.spec
diff -u /dev/null SPECS/pioneers.spec:1.1
--- /dev/null	Mon Aug  6 04:20:02 2007
+++ SPECS/pioneers.spec	Mon Aug  6 04:19:57 2007
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+# TODO - subpackage
+%define		_gamesdir	%{_datadir}/games
+Summary:	Pioneers - emulation of the board game "The Settlers of Catan".
+Summary(pl.UTF-8):	Pioneers - emulacja planszowej gry "Osadnicy z Catanu".
+Name:		pioneers
+Version:	0.11.2
+Release:	0.1
+License:	GPL
+Group:		Applications/Games
+Source0:	http://dl.sourceforge.net/sourceforge/pio/%{name}-%{version}.tar.gz
+# Source0-md5:	4fb3ec61f5a084431fe46048bd30de9d
+URL:		http://pio.sourceforge.net/
+BuildRequires:	gettext-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	librsvg-devel
+BuildRequires:	libgcj-devel
+BuildRequires:	libgnome-devel >= 2.0.0
+BuildRequires:	netpbm
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pioneers is an emulation of the board game The Settlers of Catan,
+which can be played over the internet.
+
+%description -l pl.UTF-8
+Pioneers jest emulacją planszowej gry "Osadnicy z Catanu",
+w którą możemy grać przez internet z innymi graczami.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/pioneers
+%attr(755,root,root) %{_bindir}/pioneers-editor
+%attr(755,root,root) %{_bindir}/pioneers-meta-server
+%attr(755,root,root) %{_bindir}/pioneers-server-console
+%attr(755,root,root) %{_bindir}/pioneers-server-gtk
+%attr(755,root,root) %{_bindir}/pioneersai
+%{_desktopdir}/pioneers-editor.desktop
+%{_desktopdir}/pioneers-server.desktop
+%{_desktopdir}/pioneers.desktop
+%dir %{_gamesdir}/%{name}
+%{_gamesdir}/%{name}/*.game
+%{_gamesdir}/%{name}/themes/*/*.png
+%{_gamesdir}/%{name}/themes/*/*.cfg
+%{_gamesdir}/%{name}/themes/*.png
+%{_mandir}/man6/pioneers-meta-server.6.gz
+%{_mandir}/man6/pioneers-server-console.6.gz
+%{_mandir}/man6/pioneers-server-gtk.6.gz
+%{_mandir}/man6/pioneers.6.gz
+%{_mandir}/man6/pioneersai.6.gz
+%{_pixmapsdir}/pioneers-editor.png
+%{_pixmapsdir}/pioneers-server.png
+%{_pixmapsdir}/pioneers.png
+%{_pixmapsdir}/%{name}/*.png
+%{_gamesdir}/%{name}/computer_names
+%dir %{_omf_dest_dir}/%{name}
+%{_omf_dest_dir}/%{name}/pioneers-C.omf
+
+%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/08/06 02:19:57  wolvverine
+- init, NFY
+
+
================================================================


More information about the pld-cvs-commit mailing list