]> git.pld-linux.org Git - packages/gemrb.git/commitdiff
- up to 0.3.0
authorlisu <lisu@pld-linux.org>
Mon, 31 Mar 2008 19:54:34 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- do not try to include docs to datadir, and config samples to /etc (-useless_files.patch_
- add new config sample to docs
- TODO added

Changed files:
    gemrb.spec -> 1.14

gemrb.spec

index b6dd9ba6df5ebdb6ca7d1d5ed7a5b317596131af..29932da2bd8d5917c78ac410e441a412e5e64e37 100644 (file)
@@ -1,17 +1,21 @@
 #
+# 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
@@ -36,6 +40,7 @@ Linux/Unix, MacOS i Windows. Silnik posiada kilka ulepszeĹ„.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -62,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.048364 seconds and 4 git commands to generate.