SPECS: gemrb.spec - up to 0.3.0 - do not try to include docs to da...
lisu
lisu at pld-linux.org
Mon Mar 31 21:54:39 CEST 2008
Author: lisu Date: Mon Mar 31 19:54:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.3.0
- do not try to include docs to datadir, and config samples to /etc (-useless_files.patch_
- add new config sample to docs
- TODO added
---- Files affected:
SPECS:
gemrb.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/gemrb.spec
diff -u SPECS/gemrb.spec:1.13 SPECS/gemrb.spec:1.14
--- SPECS/gemrb.spec:1.13 Mon Jul 23 00:47:31 2007
+++ SPECS/gemrb.spec Mon Mar 31 21:54:34 2008
@@ -1,18 +1,22 @@
# $Revision$, $Date$
#
+# TODO:
+# - what about libgemrb_core.so* files?
+#
# Conditional build:
%bcond_without png # build without png
#
Summary: Emulator of BioWare's Infinity game engine
Summary(pl.UTF-8): Emulator silnika gier Infinity firmy BioWare
Name: gemrb
-Version: 0.2.9
+Version: 0.3.0
Release: 1
License: GPL v2+
Group: Applications/Emulators
Source0: http://dl.sourceforge.net/gemrb/%{name}-%{version}.tar.gz
-# Source0-md5: 0dda8e19fe8ed4ce95497a774c1525c8
+# Source0-md5: 047551c926e07622834a9df315c9d615
Patch0: %{name}-config_file.patch
+Patch1: %{name}-useless_files.patch
URL: http://gemrb.sourceforge.net/
BuildRequires: OpenAL-devel
BuildRequires: SDL-devel >= 1.2
@@ -37,6 +41,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -63,7 +68,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO %{name}{/docs/en/*.txt,/GemRB.cfg.sample}
+%doc AUTHORS ChangeLog NEWS README TODO %{name}{/docs/en/*.txt,/GemRB.cfg*.sample}
%attr(755,root,root) %{_bindir}/gemrb
%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
%dir %{_libdir}/gemrb
@@ -77,6 +82,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2008-03-31 19:54:34 lisu
+- up to 0.3.0
+- do not try to include docs to datadir, and config samples to /etc (-useless_files.patch_
+- add new config sample to docs
+- TODO added
+
Revision 1.13 2007-07-22 22:47:31 lisu
- GemRB.cfg.sample included with docs, not to /etc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gemrb.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list